/* Stylesheet for between 701px and 1040px screen width. */

@font-face {
    font-family: 'theano_didotregular';
    src: url('theanodidot-regular-webfont.woff2') format('woff2'),
         url('theanodidot-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html { background-color: white;}

body { -webkit-text-size-adjust: none; 
	backgroudn-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	width: 100%;
	background-color: white;}

body,p {
            font-size: 1em;
            font-weight: normal;
            font-family: 'theano_didotregular',Georgia,sans-serif;
            color: #1a1a1a;
            text-align: left;
            line-height: 1.25;
        }
        h1,h2,h3,h4 {
            font-weight: 700;
            font-family: 'Special Elite',Arial,sans-serif;
            color: #1a1a1a;
            text-align: left
        }
        h5,h6 {
            font-weight: 700;
            font-family: 'theano_didotregular',Arial,sans-serif;
            color: #1a1a1a;
            text-align: left;
            }
        h1 {
            font-size: 4em;
        }
        h2 {
            font-size: 1.5em;
        }
        h3 {
            font-size: 1em;
        }
        h4 {
            font-size: 1.5em;
        }
        h5 {
            font-size: 2em;
            text-decoration: underline;
        }
        h6 {
            font-size: 1em;
        }


/* On to margins, paddings and spacings.*/

body {
    min-width: 100%;
    padding-top: 10em;
}



main p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
main {
    width: 100%;
    padding-top: 5em;
    margin-bottom: 10em;
    clear: left;
}

/* Web banner. */

h1 {
    display: inline-block;
}
#logo {
    max-width: 150px;
    float: right;
    display: inline-block;
    padding-top: 2.7em;
}


/* Formatting the navigational menu. */

.contact-button {
    font-family: 'Special Elite', Arial, sans-serif;
    font-size: 1.5em;
    padding: 0.25em;
}
nav ul li {
    list-style: none;
    font-family: 'Special Elite',Arial,sans-serif;
    font-size: 1.5em;
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0.25em;
    padding-right: 0.25em;
}

nav ul {
    padding: 0;
}

.contact-button a {
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 0.2em;
}

.contact-button a:hover, .contact-button a:focus{
    color:black;
    background-color: white;
}

nav a:hover, nav ul li:focus {
    color: black;
    background-color: white;
}

.what-dropdown-content a:hover {
    color: black;
    background-color: white;
    border: 1px solid white;
}

/* Dropdown Button */
.dropbtn {
    font-family: 'Special Elite',Arial,sans-serif;
    font-size: 1em;
    color: #ffffff;
    border: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    cursor: pointer;
}

/* Dropdown container */
.what-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content */
.what-dropdown-content {
    display: none;
    position: absolute;
    min-width: 100%;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba (0,0,0,0.2);
}

.what-dropdown-content a {
    font-family: 'Special Elite',Arial,sans-serif;
    font-size: 0.5em;
    color: white;
    background-color: black;
    text-decoration: none;
    display: block;
    padding: 1em 1em;
}

/* Show dropdown menu */
.what-dropdown:hover .what-dropdown-content {
    display: block;
}

#navigation-bar {
    width: 100%;
}
.contact-button {
    display: inline-block;
}
.menu-container {
    color: white;
    background-color: black;
    display: inline-block;
    float: right;
}

/* Making the sticky nav bar. */
header {
	position: fixed;
	top:0;
	width: 90%;
	}
.navigation-menu, #main {
	position: relative;
	}
.navigation-menu-scrolled {
	position: fixed;
	top: 0;
	width: 90%
	}

/* Footer formatting.*/

footer {
    margin:auto;
}
footer p {
    font-size: 0.8125rem;
    line-height: 0.8125em;
    color: #68686899;
    text-align: center;
    padding-top: none;
    padding-bottom: none;
    margin: 0;
}
