

html {
    box-sizing: border-box;
}

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

header {
    font-weight: 700;
     
    /* background-color: #f8f82ebc; */
    font-size: 2em;
    margin: auto;
    font-family: 'Oswald', sans-serif;
    font-family: 'Pixelify Sans', cursive;
    font-family: 'Playfair Display', serif;
    font-family: 'Young Serif', serif;
}

body {
    /*Set default fonts for the whole page*/
    /* font-family: franklin-gothic-urw, sans-serif; */
    font-weight: 700;
    font-style: normal;
    background-color: #f8f82ebc;
    font-size: 1em;
    width: 80%; /* sets page margin */
    margin: auto;
    color: rgb(0, 0, 0) ;
    font-family: 'Oswald', sans-serif;
font-family: 'Pixelify Sans', cursive;
font-family: 'Playfair Display', serif;



}

/* nav{ */
    /* margin-bottom: 2em; */
    /* margin-left: .5em; */
    /* background-color: #f8f82ebc; */
/* } */

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

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

h1 {
    margin-left: 10px;
}

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

    /* float: left; */
}

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

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

.large-circle {
    width: 200px;
    height: 200px;
    margin: .5em;
    background-color: #60daff;  
    border-radius: 100px;
    padding: 1em;
    float: left;
    /* font-size: ; */
}

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

/* GENERAL BOX EFFECTS */

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

.whitetext {
    color: #fff;
}

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

.large-circle{font-size: 50px;}
.large-square {font-size: 50px;}

.bigger-font {
    font-size: 4em;
}


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




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

nav {
font-size: small;

}

/* / / / 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: #000;
    text-decoration: underline;
  }
  
  a:visited {
    /*Sets default link down-click style*/
    color: rgb(0, 38, 255);
    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: rgb(0, 0, 0);
 color: rgb(203, 203, 203);
 padding: 1em; /* All four side the same */
 font-family: 'Oswald', sans-serif;
    font-family: 'Pixelify Sans', cursive;
    font-family: 'Playfair Display', serif;
    font-family: 'Young Serif', serif;
}

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


/*
FranklinGothic URW Book

font-family: franklin-gothic-urw, sans-serif;

font-weight: 400;

font-style: normal;


FranklinGothic URW Demi

font-family: franklin-gothic-urw, sans-serif;

font-weight: 700;

font-style: normal;


FranklinGothic URW Book Italic

font-family: franklin-gothic-urw, sans-serif;

font-weight: 400;

font-style: italic;


FranklinGothic URW Demi Italic

font-family: franklin-gothic-urw, sans-serif;

font-weight: 700;

font-style: italic;

font-family: 'Oswald', sans-serif;
font-family: 'Pixelify Sans', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Young Serif', serif;


*/