

html {
    box-sizing: border-box;
}

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


body {
    font-family: "IM Fell DW Pica", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #515151;
    width: 80%; /* sets page margin */
    font-size: 1em;
    margin: 0 auto;
}

nav{
    margin-bottom: 2em;
    margin-left: .5em;
}

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

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

}

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

.square {
    width: 150px;
    height: 150px;
    margin: 29px;
    background-color: #ffffff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    font-size: 5em;
    float: left;
}

.small-square {
    width: 100px;
    height: 100px;
    margin: 20px;
    background-color: #e3e3e3;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: .8em;
    float: left;
    font-size: 1.3em;
}

.long-square {
    width: 150px;
    height: 280px;
    margin: 10px;
    background-color: #ababab00;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.4em;
    text-align: center;
    float: left;
    font-size: 2.3em;
    line-height: 2;
    /* float: left; */
}

.wide-square {
    width: 300px;
    height: 150px;
    margin: 10px;
    background-color: #000000;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-size: 5em;
    color:#ffffff;
    /* box-shadow:10px 10px 10px#000000; */
    /* float: left; */
}

.bigger-square {
    width: 270px;
    height: 100px;
    margin: .7em;
    background-color: #5a5a5a;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.2em;
    float: left;
    font-size: 4em;
    color:#ffffff;
    /* box-shadow:10px 10px 10px#000000; */
    /* float: left; */
}

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

.small-circle {
    width: 80px;
    height: 80px;
    margin: .5em;
    background-color:#d4d4d4;
    border-radius: 100px;
    padding: 2em;
    font-size: 1.03em;
    float:left;

}

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

nav a:link {
color: #ffffff;
background-color:#8a8a8a;
border-radius: 5px;
text-decoration:none;
font-family: "rooney-web", serif;
  font-weight: 400;
  font-style: normal;
padding: 5px;
margin: px
}
/* visited link */
nav a:visited {
color: #ffffff;
background-color:#8a8a8a;
border-radius: 5px;
text-decoration:none;
font-family: "rooney-web", serif;
  font-weight: 400;
  font-style: normal;
padding: 5px;
margin: px
}

/* mouse over link */
nav a:hover {
color: #ffffff;
background-image: url(../images/gray_glitter.png);
background-size: 100px;
background-color:#8a8a8a;
}

/* selected link */
nav a:active {
color: #8a8a8a;
}

/* 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 #000 solid;
} */

/* .whitetext {
    color: #fff;
} */

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

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


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

/* 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: #aaa;
}



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

a:link {
    /*Sets default links style*/
    color: rgb(255, 255, 255);
    text-decoration: none ; /* "none" =  no underline */
  }
  
  a:hover {
    /*Sets default link mouseover style*/
    color: #d4d4d4;
    text-decoration: underline;
  }
  
  a:visited {
    /*Sets default link down-click style*/
    color: rgb(255, 255, 255);
    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 */
 }

 /* IM Fell DW Pica: CSS classes
.im-fell-dw-pica-regular {
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-dw-pica-regular-italic {
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: italic;
} */
