@charset "utf-8";
/* RKK Construction - BASE CSS Document */
body {
	margin:0;
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:1.0em;
}

#logoContainer {
	padding:10px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainContainer {
	width:60%;
	margin:0 auto;
}

#logo {
	width:360px;
}

h1 {
	font-family: lato, sans-serif;
	font-weight: 600;
	color:#00264c;
}

h2 {
	font-family: lato, sans-serif;
	font-weight: 600;
	font-style:italic;
	color:#5d87a1;
}

h3 {
	font-family: lato, sans-serif;
	font-weight: 600;
	color:#00264c;
}

strong {
	font-family: lato, sans-serif;
	font-weight: 600;
}
#banner h1 {
	font-size:2.5em;
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 900;
	color:white;
	background-color:#ccc;
}
#banner h2 {
	font-size:1.5em;
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 600;
	color:white;
	background-color:#ccc;
}

.nav {
	font-family: lato, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#333e48;
	font-size:0.8em;
}

.navActive {
	font-family: lato, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#5d87a1;
	font-size:0.8em;
}
button {
	font-family: lato, sans-serif;
	font-weight: 600;
	font-size: 0.9em;
	color:white;
	border-width: 1.55px;
	border-color: rgb(93, 135, 161);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(93, 135, 161);
	padding:10px 20px;
}