body {
	height: 100vh;
	width: 100vw;
}

html {
	height: 100vh;
	width: 100vw;
}

@media (min-width:992px) {
	.navbar {
		padding:5px 0;
		-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
		transition:background .5s ease-in-out,padding .5s ease-in-out;
	}

	.top-nav-collapse {
		padding:0;
	}
}

#back2Top {
	width:30px;
	line-height:30px;
	overflow:hidden;
	z-index:999;
	display:none;
	cursor:pointer;
	-moz-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg);
	position:fixed;
	bottom:50px;
	right:0;
	color:#95c11f;
	text-align:center;
	font-size:30px;
	text-decoration:none;
}

#back2Top:hover {
	background-color:#95c11f;
	color:#b69a66;
}

.welcome-section {
	min-height: 100%;
	height: 100vh;
	width: 100vw;
	padding-top:150px;
	text-align:center;
	background:#fff;
	color:#fff;
	margin:0 auto;
}

.welcome-section h1 {
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 1px 7px rgba(0,0,0,.2);
	font-weight:700;
	font-size:40px;
	line-height:44px;
}

.welcome-section p {
	margin-top:20px;
	text-shadow:0 1px 7px rgba(0,0,0,.2);
	font-size:18px;
	line-height:36px;
}

.about-section {
	min-height: 100%;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	padding-top:150px;
	text-align:justify;
	/*
		background-color: #F1F1F1;
	*/
	background-color:#fff;
}

.about-section h1 {
	text-align:center;
}

.whatido-section {
	min-height: 100%;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	padding-top:150px;
	text-align:justify;
	background-color:#fff;
}

.whatido-section h1 {
	text-align:center;
}

.project1-section {
	min-height: 100%;
	height: 100vh;
	width: 100vw;
	padding-top:150px;
	text-align:center;
	background:#fff;
	color:#fff;
	margin:0 auto;
}

.project1-section h1 {
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 1px 7px rgba(0,0,0,.2);
	font-weight:700;
	font-size:40px;
	line-height:44px;
}

.contact-section {
	min-height: 100%;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	padding-top:150px;
	text-align:justify;
	/*
		background-color: #F1F1F1;
	*/
	background-color:#fff;
}

.contact-section h1 {
	text-align:center;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#555;
	background-color:#95c11f;
}

.navbar-default {
	background-color:#95c11f;
	border-color:#95c11f;
}

.navbar-default .navbar-nav > li > a {
	color:#000;
	padding:55px 10px 0px 10px;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color:#555;
	background-color:#95c11f;
}

.navbar-brand {
	float:left;
	height:110px;
	padding:0;
	font-size:18px;
	line-height:20px;
}

.btn-primary {
	color:#fff;
	background-color:#95c11f;
	border-color:#95c11f;
}

.btn-primary:hover {
	color:#fff;
	background-color:#b69a66;
	border-color:#b69a66;
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#b69a66;
	border-color:#b69a66;
}



