

html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
    /* border: 1px #999 dotted; */
}
p {}

body {
font-family: "nocturne-serif", serif;
font-weight: 500;
font-style: normal;
    background-color: #5d7182;
    font-size: x-large;
    width: 80%; /* sets page margin */
    margin: 0 auto;

   
    
}

nav{
    margin-bottom: 2em;
    margin-left: .5em;
    font-size:medium;
    font-family: "nocturne-serif", serif;
font-weight: 900;
font-style: normal;
}

main {
    /* background-color:rgb(255, 248, 225); */
    /* padding: 2em; */
 } 

div {
    /* font-size: .5em; */
    /* background-color: #fff; */

}

h1 {
    margin-left: 10px;
    /* text-align: right; */
}

h4 {
    color:#ff0000;
    /* text-align: right; */
     p {
  color: rgb(255, 0, 0); /* Base color for the text */
}


.highlight {
  color: rgb(0, 0, 0); /* Color for the highlighted part */
}
}

.square {
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    /* float: left; */
}

.hell-square {
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    font-size:50px;
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    
    /* float: left; */
}

.mean-square {
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-size:30px;
    font-style:italic
    /* float: left; */
}

.rectangle {
    width: 300px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    /* float: left; */
}

.red-rectangle {
    width: 300px;
    height: 100px;
    margin: 10px;
    background-color:#ff0000;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 20px;
    float: left;
    /* float: left; */
}

.circle {
    width: 100px;
    height: 100px;
    margin: .5em;
    background-color: #fff;  
    border-radius: 100px;
    padding: 2em;
    float: left;
}


.divide {
    /* BREAKS THE FLOAT */
    margin-top: 10px;
    clear: left;
    height: 10px;
}

.square-red {
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #ff0000;
    /* border: 1px black solid; */
    border-radius:5px;
    padding:0.5em;
    float:left;
    /* float: left; */
}

.shad-square {
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 10px 10px 8px #000000;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    color:#ff0000
    /* float: left; */
}


/* GENERAL BOX EFFECTS */

.nobox {
    background-color: #ffffff00;
    /* the last two numbers in the color are opacity = 00 */
}

.shadow {
    box-shadow: 10px 10px 8px #000000;
}

.line1 {
    border: 2px #ff0000 solid;
}

.whitetext {
    color: #fff;
}

.square, .medium_square, .large_square, .rectangle, .small_circle {
    font-size: 30px;
}

/* use to change font size vvvv like classes */
.bigger-font {
    font-size: 4em;
}


/*/ / / TOP NAVIGATION AREA / / /*/
/*/ / / Style Appropriate to your design / / /*/

header {}

nav {
    padding-top:20px;
}

nav a {}


/*/ / / PAGE SECTIONS / / /*/

main {
    /*This adds styles to just the main content area. */
}

footer {
    /*Specific styles for just the footer. */
    font-size: .8em;
    clear: left;
    padding-top: 2em;
    color: #aaa;
}



/* / / / REGULAR PAGE LINKS / / / */

a:link {
    /*Sets default links style*/
    color: red;
    text-decoration: none ; /* "none" =  no underline */
  }
  
  a:hover {
    /*Sets default link mouseover style*/
    color: #ffffff;
    text-decoration: underline;
  }
  
  a:visited {
    /*Sets default link down-click style*/
    color: red;
    text-decoration: none;
  }
  
  a:active {
    /*Sets default visited link style*/
    color: #fff;
    text-decoration: none;
  }
  

  /* / / / BOTTOM OF PAGE / / / */

 footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: rgb(203, 203, 203);
    padding: 1em; /* All four side the same */
 }

 
/* * {
    border: 2px solid red;
    border-radius: 5px;
} */

/* REGULAR
font-family: "nocturne-serif", serif;
font-weight: 400;
font-style: normal;

font-family: "nocturne-serif", serif;
font-weight: 400;
font-style: italic;
SEMIBOLD
font-family: "nocturne-serif", serif;
font-weight: 500;
font-style: normal;

font-family: "nocturne-serif", serif;
font-weight: 500;
font-style: italic;
BOLD
font-family: "nocturne-serif", serif;
font-weight: 700;
font-style: normal;

font-family: "nocturne-serif", serif;
font-weight: 700;
font-style: italic;
BLACK
font-family: "nocturne-serif", serif;
font-weight: 900;
font-style: normal;

font-family: "nocturne-serif", serif;
font-weight: 900;
font-style: italic;
LIGHT 
font-family: "nocturne-serif-lights", serif;
font-weight: 400;
font-style: normal;

font-family: "nocturne-serif-lights", serif;
font-weight: 400;
font-style: italic; */