@charset "utf-8";
html, body{
	height: 100%;
	width: 100%;
	}

.navbar{
	padding: 1% 0% 0%;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
}

.navbar-brand{
	margin-bottom: 60px;
}
.navbar-default .navbar-nav li a{
	color: #3B411F;
}
.navbar-default .navbar-nav li a:hover{
	color:#838D46;
	border-bottom: 3px solid #838D46;
}
.upper{
	height: 15px;
	background-color: #f3cb04;
}

#home{
	padding: 0;
	background:url("../images/hilltop.jpg") no-repeat center center;
	display: table;
	height: 75%;
	position: relative;
	width: 100%;
	background-size: cover;
}

.decobottom{
	height: 15px;
	background-color: #F3CB04;
	
}
.landing-text{
}

.circle{
	margin-top: 220px;
	margin-bottom: 70px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding-top: 75px;
	border-radius: 100%;
	width: 200px;
	height:200px;
	background: rgba(255,255,255,.5);
	display: inline-block;
}
.link{
	color: #444927;
	font-size: 300%;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
}
.link:hover{
	color: #838D46;
	border-bottom: 3px solid #838d46;
}
.link a:hover{
		border-bottom: 3px solid #838d46;

}
.thumbnail{
	padding:30px;
	background: rgba(243,203,4,.5);
	border: none;
	font-family: 'Montserrat', sans-serif;
}
footer{
	width: 100%;
	background-color: #FFFFFf;
	padding: 5% 0% 0% 5%;
	color: #444927;
}
.fab{
 	padding: 15px;
	font-size: 25px;
	color: #444927;
}

.history{
	margin-top: 200px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	text-align: left;
	padding-left: 100px;

}
h5{
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.bh6{
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}

.work{
	margin-top:200px;
}
.head{
	margin-top:200px;
	height: 275px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	color: red;
}
.portbottom{
	margin-bottom: 20px;
}
.top-me{
	margin-top:100px;
	padding: 0;
}
.text{
	margin-top: 100px;
	font-family: 'Montserrat', sans-serif;
}
