

html {
    box-sizing: border-box;
}

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


body {
    /*Set default fonts for the whole page*/
    /*font-family: franklin-gothic-urw, sans-serif;*/
    /*font-weight: 700;*/
    /*font-style: normal;*/
    background-color: #4D2D52;
    font-size: 1em;
    color: #F96F5D;
    width: 80%; /* sets page margin */
    margin: 0 auto;
}

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

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

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

h1 {
    margin-left: 10px;
}


.square {
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 0.5em;
    float: left;
    font-family: "marlide-display-variable", sans-serif;
font-variation-settings: "wght" 600;
}

.bigsquare {
    width: 400px;
    height: 300px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 1em;
    float:left;
    font-size: 4em;
    font-family: "marlide-display-variable", sans-serif;
    font-variation-settings: "wght" 600;
}

.bigsquaretext {
    width: 400px;
    height: 300px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 4em;
    float:left;
    font-size: 3em;
    font-family: "krul", sans-serif;
font-weight: 400;
font-style: normal;
}

.longrectangle {
    width: 400px;
    height: 100px;
    margin: 5px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 1em;
    float:left;
    font-size: 3em;
    font-family: "marlide-display-variable", sans-serif;
    font-variation-settings: "wght" 600;
}

.bigcircle {
    width: 300px;
    height: 200px;
    margin: .5em;
    background-color: #fff;  
    border-radius: 100px;
    padding: 2em;
    float: left;
    font-size: 3em;
    font-family: "marlide-display-variable", sans-serif;
    font-variation-settings: "wght" 600;
}

.bigcircletext {
    width: 300px;
    height: 200px;
    margin: 20px;
    background-color: #fff;  
    border-radius: 150px;
    padding: 2em;
    float: left;
    font-size: 2em;
    font-family: "krul", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.widerectangle {
    width: 100px;
    height: 400px;
    margin: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 1em;
    float:left;
    font-family: "marlide-display-variable", sans-serif;
    font-variation-settings: "wght" 600;
}

.end {
    width: 300px;
    height: 100px;
    margin: 10px;
    background-color: #fff;
    /* border: 1px black solid; */
    border-radius: 5px;
    padding: 2em;
    float: left;
    font-size: 10em;
    font-family: "krul", sans-serif;
font-weight: 400;
font-style: normal;
}

.lineheightbig {
    line-height: 1em;
}


.circle {
    width: 100px;
    height: 100px;
    margin: 0.5em;
    background-color: #fff;  
    border-radius: 200px;
    padding: 2em;
    float: left;
    font-size: 2em;
    font-family: "marlide-display-variable", sans-serif;
    font-variation-settings: "wght" 600;
}

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

/* GENERAL BOX EFFECTS */

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

.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: red;
    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 */
 }

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


/*
font-family: "krul", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "marlide-display-variable", sans-serif;
font-variation-settings: "wght" 300;

*/