﻿html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.layer1{
	padding: 40px;
	margin: -30px;
	opacity: 0.7;
    background-color: black;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}
.dark{
    color: white;
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.5;
}
.navbar{
    padding: 10px;
}
.slider-heading{
    color: e7e7e7;
    font-size: 48px;
    font-weight: 700;
}
.carousel-caption{
    margin-bottom: 12%;
}
.slider-para{
    font-size: 18px;
}
#nav1 > li{
    font-size: 16px;
    color: white;
    font-weight: 700;
}

#nav1 > li:hover{
    color: black;
}
.a-wrap{
    background: #134E5E;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #71B280, #134E5E);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.s-wrap{
    background: white;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.t-wrap{
	background: #F7F7F7;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.c-wrap{
	background: white;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.f-wrap{
	background-color: #181818;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ab-content{
	background-color: white;
	color:black;
	padding: 30px;
	cursor: pointer;
	transition: box-shadow 0.3s;
}
.ab-content:hover{
	box-shadow: 5px 5px 50px;
}
.ab-icon{
	color: #166967;
	font-size: 50px;
	margin-bottom: 20px;
}
.ab-icon:hover{
	color: #54B07F;
}
.s-content{
	color: #777;
}
.s-icon{
	color: #166967;
	font-size: 30px;
	margin-top: 5px;
}
.s-icon:hover{
	color: #54B07F;
}
.green-hover{
	color: black;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.3s;
}
.green-hover:hover{
	color: #54B07F;
}
.card{
	transition: box-shadow 0.3s;
	padding: 15px;
}
.card:hover{
	box-shadow: 2px 2px 30px;
}
.input{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
}
.right-border{
	border-right: #DCDCDC solid 1px;
}
.copy{
	background-color: black;
	color: white;
	padding: 30px;
	line-height: 10px;
}
.foot > a{
	text-decoration: none;
	color: #00D46E;
}
.foot>a:hover{
	color: #24796C;
}
.foot-link > a{
	text-decoration: none;
	display: block;
	color: white;
	border-bottom: #363636 solid;
	padding: 10px;
	transition: color 0.5s;
}
.foot-link > a:hover{
	color: #00D46E;
}
.f-icon{
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
	color: #aaa;
	font-size: 30px;
	transition: color 0.5s;
	cursor: pointer;
}
.f-icon:hover{
	color: #00D46E;
}
.top-margin{
	margin-top: 100px;
}
.article{
	font-size: 16px;
	line-height: 30px;
}
.article-heading{
	font-size: 23px;
	margin-bottom: 25px;
	font-weight: 700;
	line-height: 30px;
}
.margin{
	padding-left: 100px;
	padding-right: 100px;
}

@media only screen and (max-width: 786px) {
    .slider-heading{
		color: e7e7e7;
		font-size: 32px;
		font-weight: 700;
	}
}
