

html {
    box-sizing: border-box;
}

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


body {
    /* Set default fonts for the whole page */
    font-family: normal, sans-serif;
    font-weight: 700;
    font-style: Mrs Eaves;
    background-color: #b4a7d5;
    font-size: 1em;
    width: 80%; /* sets page margin */
    margin: 0 auto;
    font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic
}

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

main {
    /* background-color:b4a7d5); */
    /* padding: 2em; */
 }

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

h1 {
    margin-left: 10px;
}

.square {
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #e1dbef;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic
    /* float: left; */
}

.wide-square {
    width: 200px;
    height: 50px;
    margin: 10px;
    background-color: #e1dbef;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic
Mrs Eaves OT Italic
    
    /* float: left; */
}

.rectangle {
    width: 300px;
    height: 100px;
    margin: 10px;
    background-color: #e1dbef;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic
    /* float: left; */
}

.nosquare {
    width: 100px;
    height: 100px;
    margin: 10px;
    /* background-color: #fff; */
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic
    /* float: left; */
}


.circle {
    width: 100px;
    height: 100px;
    margin: .5em;
    background-color: #e1dbef;  
    border-radius: 100px;
    padding: 2em;
    float: left;
    font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic
}

.wide-circle {
    /* width: 100px; */
    height: 100px;
    margin: .5em;
    background-color: #e1dbef;  
    border-radius: 100px;
    padding: 2em;
    float: left;
    font-size: 2em;
    font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic

}


.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 {
    font-size: 30px;
}

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


/* / / / 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: #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: #000;
    text-decoration: underline;
  }
  
  a:visited {
    /*Sets default link down-click style*/
    color: rgb(0, 0, 0);
    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 */
 }

/* F O N T S */
/* 
/*
/* font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves OT Italic

/* font-family: "mrs-eaves", serif;
font-weight: 400;
font-style: italic;
Mrs Eaves OT Bold */
/* 
font-family: "mrs-eaves", serif;
font-weight: 700;
font-style: normal;
Mrs Eaves OT Bold Italic
/* 
/* 
/* font-family: "mrs-eaves", serif; */
/* font-weight: 700;
font-style: italic; */
/* Mrs Eaves Roman Lining 
/*  
/* font-family: "mrs-eaves-roman-lining", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves Roman Small Caps */

/* font-family: "mrs-eaves-roman-small-caps", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves Roman All Small Caps */ 

/* font-family: "mrs-eaves-roman-all-small-ca", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves Roman All Petite Caps */

/* font-family: "mrs-eaves-roman-all-petite-c", serif;
font-weight: 400;
font-style: normal;
Mrs Eaves Roman Petite Caps */
/* 
font-family: "mrs-eaves-roman-petite-caps", serif;
font-weight: 400;
font-style: normal; */