@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

* {
	box-sizing: border-box;
}

body {
	background-color: #fbfbfb;
	font-family: 'Noto Serif','Times New Roman', serif;
}

header {
	position: fixed;
	width: 100%;
	z-index: 1;
}

h5 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

nav li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 1.2em;
}

h6 {
	padding: 2%;
}

nav {
	width: 100%;
	position: fixed;
	z-index: 1;
	height: 10%;
	background-color: #fbfbfb

}

nav a {
	color: #7d808c;
	text-decoration: none;
}

nav a:hover {
	color: #38393d;
}

footer a {
	color: #7d808c;
}

#one {
	margin-bottom: 10%;
	height: 500px;
	background-color: black;
}

#one {
	margin-bottom: 10%;
	height: 40em;
	background-color: #F79F79;
}

#two {
	margin-bottom: 10%;
	height: 40em;
	background-color: #F7D08A;
}

#three {
	margin-bottom: 10%;
	height: 40em;
	background-color: #E3F09B;
}



.banner {
	color: #f7f6f6;
	height: 50px;
	font-size: 1.25em;
	background-color: #272f5c;
	font-family:  'Noto Serif', 'Times New Roman', serif;
}

.banner p, nav ul {
	margin-left: 10%;
}

.banner p {
	padding-top: 6px;
}



.container {
	position: relative;
	margin-top: 130px;
	max-width: 800px;
}


/*MOBILE CSS STARTS HERE*/

@media only screen and (max-width: 600px) {

    nav a {
    	font-weight: 700;
    }


}

