/* 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;
}
.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;
}

.navbar-collapse{
	font-size: 1.07rem;
}
.nav-link{
	margin-top:70px;
	margin-right: 25px;
	float:right;
	
} */


/* #loginBtn{
	bottom:15px;
	left:686px;
} */

/* .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:170px!important;
	}
}
@media only screen and (max-width: 301px) {
	.dropdown-menu{
		top:275px!important;
	}
}
@media only screen and (max-width: 230px) {
	.dropdown-menu{
		top:310px!important;
	}
}


@media only screen and (max-width: 1200px) {
	#loginBtn{
		bottom:15px;
		left:507px;
	}
}

@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;
	}

} */


.fluid_container{
	margin-top: 100px;
}
.section-title{
	margin-top: 50px;
}
.large{
	margin-top: 20px;
}
.page-footer{
	padding-top: 3px;
	margin-top: 120px;
	/* 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;
} */



.section{
	
	margin-top: 100%;

	width:100%;
	overflow:hidden;
	bottom:0;
	left:0;
}

