/*/ / / CONTAINER FOR THE WHOLE PAGE / / /*/


font{
font-family:halyard-display, sans-serif;
font-weight: 400;
font-style: normal;

font-family: halyard-display, sans-serif;
font-weight: 700;
font-style: normal;
}


html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
    /* border: 1px black solid; */
}


body {
    /*Set default fonts for the whole page*/
    font-family: halyard-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    background-color: #d9d2c7;
    margin: 20px 70px 20px 70px;
}


main{
    background-color: #c7d9d2;
    border-radius: 50px 0px 15px 15px;
    padding: 7%;
    padding-right: 50px;
    padding-left: 50px;
    overflow: auto;
}

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

/*/ / / Headers and Paragraphs / / /*/

.label {
    width: 100px;
    height: 100px;
    /*border: 1px red solid;*/
    margin: 10px;
    float: left;
    border-radius: 20px;
    padding: 0.5em;
}

.square {
    width: 100px;
    height: 100px;
    margin: 10px;
    float: left;
    border-radius: 20px;
    padding: 0.5em;
}

.small_circle {

    width: 100px;
    height: 100px;

    margin: .5em;
    float: left;
    border-radius: 2.5em;
}

.medium_square {
    width: 220px;
    height: 220px;

    margin: 20px;
    float: left;
    border-radius: 2em;
    padding: 0.8em;
}

.rectangle {
    width: 460px;
    height: 220px;
    margin: 10px;
    float: left;
    padding: 0.8em;
}

.large_square {
    width: 460px;
    height: 440px;
    margin: 10px;
    float: left;
    padding: 0.8em;
    /* border-radius: 230px;*/
}

.large_rectangle {
    height: 375px;
    width: 100px;
    margin: 10px;
    float: left;
    padding:0.8em;
}

.large_rectangle2 {
    height: 100px;
    width:375px;
    margin: 10px;
    float: left;
    padding: 0.8em;
}

.divide {
    /* BREAKS THE FLOAT */
    margin:2em;
    clear: left;
    height: 1px;
    background-color: #fff;
}

.divide1 {
    margin:2em;
    clear: left;
    height: 1px;
}

/* GENERAL BOX EFFECTS */

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

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

.whitetext {
    color: #fff;
}



/*/ / / TEXT / / /*/


h1 {
    color: #420039;
}

/* h2 {}

h5 {}

p {} */


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

nav {
  height: 3em;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 15px 50px 0px 50px;
  /* two values */
  background: #04AA6D;
  width: auto;
  height: 5em;
  letter-spacing: 3px;
  font-size: 1.25em;
  font-weight: 800;
  background-color: #420039;
}

/* unvisited link */
nav a:link {
  color: #775144;
  background-color: #dcc7be;
  border-radius: 7px 17px;
  text-decoration: none;
  padding: 6px;
}

/* visited link */
nav a:visited {
  color: #dcc7be;
  background-color: #755144;
  border-radius: 6px;
}

/* mouse over link */
nav a:hover {
  color: #92d6f2;
  background-color: #1a3a3a;
}

/* selected link */
nav a:active {
  color: rgb(255, 255, 255);
}

/*/ / / PAGE SECTIONS / / /*/



/* main { */
    /*This adds styles to just the main content area. */
/* } */ */

footer {
    /*Specific styles for just the footer. */
   left: 0;
    bottom: 0;
    width: 80%;
    padding-top: 2em;
    padding-left:1em;
    padding-right:1em;
    font-size: .8em;
    clear:left;
    margin: 20px;
    color: #420039;
}

footer{
    left: 0;
    bottom: 0;
    width: 80%;
    padding-top: 2em;
    padding-left:1em;
    padding-right:1em;
    font-size: .8em;
    clear:left;
    margin: 20px;
    color: #420039;
}



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

/* Sets default links style
a:link {}

/*Sets default link mouseover style*/
/* a:hover {} */

/*Sets default link down-click style*/
/* a:active {} */

/*Sets default visited link style*/
/* a:visited {} */ 