/* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color:#fffbf7!important;
    background-size:cover;
}
body{
	overflow-x: hidden;
  padding-top: 130px;
}
.navbar-left img {
	width: 55px;
	float: left;
} */

.terms-content{
	margin-top:100px;
}

/* .btn{
	color:black!important; 
	background-color: white!important;
}
.btn {
	transition-duration: 0.3s!important;
  }
  
.btn:hover {
	background-color: #343a40!important;
	color: white!important;
  }

.logoText{
	position: relative;
	padding-top: 12px;
	padding-left:68px;
	color:black;
}

.navbar-left{
	text-decoration: none!important;
	
	padding-top:5px;
	padding-bottom: 5px;
}
.nav-link{
	margin-top:70px;
	margin-right: 25px;
	float:right;
}

#loginBtn{
	bottom:15px;
	left:714px;
}

.dropdown-menu {
	position: absolute;
    top: 40px!important;
	left:auto!important;
}

@media only screen and (max-width: 991px) {
	.dropdown-menu{
		position: absolute;
    	top: 90px!important;
		left:auto!important;
	}


}

@media only screen and (max-width: 417px) {
	.dropdown-menu{
		top:86px!important;
	}
}

@media only screen and (max-width: 394px) {
	.dropdown-menu{
		top:165px!important;
	}
}

@media only screen and (max-width: 278px) {
	.dropdown-menu{
		top:202px!important;
	}
}

@media only screen and (max-width: 1600px) {
	#loginBtn{
		bottom:15px!important;
		left:733px!important;
	}
}

@media only screen and (max-width: 1199px) {
	#loginBtn{
		bottom:15px!important;
		left:533px!important;
	}
}

@media only screen and (max-width: 990px) {
	
	#loginBtn{
		position:static !important;
		left: 50px!important;
	}
 	.nav-link{
		float: left;
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 770px) {
	
	
	#loginBtn{
		position:static !important;
		top:20px;
		right:50px;
	}


} */

/* .page-footer{
	padding-top: 0;
	margin-top: 150px;
	background-color: #F1F1F1;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer2{
	margin-top: 25px;
	background-color: black;
	padding-top:15px;
	padding-bottom: 15px;
	max-height: 65px;
}

.panel-body p a{
	padding-left: 10px;
	color:lightgrey;
}
.text-right{
	float: right;
	text-align: right;
	margin-left:50px;
	color:lightgrey;
}

.navbar-collapse{
	font-size: 1.07rem;
} */

.section{
	
	margin-top: 100%;

	width:100%;
	overflow:hidden;
	bottom:0;
	left:0;
}
.team-content{
	margin-top: 30px;
	margin-bottom: 20px;
}

.about_container {
	height: 1000%;
	position:relative;
	margin-left:10%;
	margin-right:5%;
	margin-top:80px;
	margin-bottom: 100px;
	width: 80%;
	text-align: center;
}

.img-responsive{
	margin-left: 75px;
	padding-left: 50px;
}


.col-lg-3{
	padding-top: 3%;
}


/* @media only screen and (max-width: 750px) {
	.img-responsive{
		display: block;
		width: 60%;
	 	margin-left: 8%;
	}
} */

img {

	max-width: 100%;
}
img.pull-right {
	margin-left: 10px;
}
img.pull-left {
	margin-right: 10px;
}

.page-footer {
	margin-top: 150px;
}