html {
    box-sizing: border-box;
}

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


body {
    /*Set default fonts for the whole page*/
    
    background-color: #001c09 ;
    font-size: 1em;
    width: 80%; /* sets page margin */
    margin: 10px auto;
    
    
}
div {
    color: rgb(144, 255, 170) ; 
    font-size: 8em;
}
nav{
    margin-bottom: 2em;
    margin-left: .5em;
}
h4{
    font-size: large;
}

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

div {
    font: size 2em; 
}

h1 {
    margin-left: 10px;
    color:rgb(143, 93, 19);
}

.square {
    width: 200px;
    height: 200px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    /* float: left; */
}
.square2 {
    width: 250px;
    height: 100px;
    margin: 5px;
    background-color: rgb(41, 212, 47);
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-size: 53px;
    /* float: left; */
}
.square3 {
    width: 250px;
    height: 100px;
    margin: 5px;
    background-color: rgb(0, 0, 0);
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: right;
    font-size: 30px;
    /* float: right; */
}
.circle {
    width: 150px;
    height: 150px;
    margin: 1em;
    background-color: #ffffff;  
    border-radius: 100px;
    padding: 2em;
    float: left;
}

circle1 {
    width: 150px;
    height: 150px;
    margin: 1em;
    background-color: #ffffff;  
    border-radius: 100px;
    padding: 2em;
    float: right;
}

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

/* GENERAL BOX EFFECTS */

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

.whitetext {
    color: #ffffff;
}

.square, .medium_square, .large_square, .rectangle, .small_circle {
    font-size: 30px;
}
.smaller_font {
    font-size: 1em;
}
.medium_font {
font-size: 3em;
}

.bigger_font {
    font-size: 5em;
}


/*/ / / TOP NAVIGATION AREA / / /*/


header {}

nav {}

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: #ffffff;
}



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

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


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

 nav a:link {
    color: #cccccc;
    /* background-color:#b12b2b; */
    /* border-radius: 6px; */
    text-decoration:none;
  }

  /* visited link */
  nav a:visited {
    color: #72f08b;
    /* background-color:#b12b2b; */
    /* border-radius: 6px; */
  }

  /* mouse over link */
  nav a:hover {
    color: rgb(143, 93, 19);
    /* background-color:#000000; */
  }

  /* selected link */
  nav a:active {
    color: #72f08b;
  }

  nav a {
    /* APPLIES TO ALL LINKS IN THE NAV */
    
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 5px 30px;
    margin-right: 10px;
  }

  nav a.active {
    /* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
    color: #c7c7c7;
    border-bottom: 5px solid #5a5a5a;
    /* border-radius: 6px; */
  }

/* ////////// FRANKLIN GOTHIC //////// */


/*
ITC Avant Garde Gothic Pro Book
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 300;
font-style: normal;

ITC Avant Garde Gothic Pro Medium
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 500;
font-style: normal;

ITC Avant Garde Gothic Pro Bold
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;

Amandine Bold
font-family: "amandine", sans-serif;
font-weight: 700;
font-style: normal;


*/