/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #fff;
	background: #34495E;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #4cc94a;}

a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}



.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	float:left;
	position:fixed;
	top:200px;
	width:100%;
	z-index:9999;
	text-align: center;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: 'Roboto', sans-serif;
	font-size: 49px;
	bottom:40px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	text-align: center;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #4cc94a;}


@media only screen and (max-width: 400px) {
	#logo1 {width:80%; height:auto;}
}