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{
	/* padding-top: 20px;
	padding-left:20px;
	text-align:left; */
	position: relative;
	padding-top: 12px;
	padding-left:68px;
	color:black;

}

/* h2{
	margin: 30px auto 40px auto;
	font-family: "Shadows Into Light", cursive;
} */

.navbar-left{
	text-decoration: none!important;
	
	padding-top:5px;
	padding-bottom: 5px;
}

.navbar-collapse{
	font-size: 1.07rem;
}

.nav-link{
	margin-left: 10%;
	margin-top:100px;
	margin-right: 25px;
	float:right;
	
}

.nav-link-collapse {
	margin-top:50px;
	margin-bottom: 50px;
}

/* .navbar-toggler{
	margin-right: 3%;
} */

#navbarSupportedContent.show {
	min-height: calc(100vh - 130px);
	overflow-y: scroll !important;
	max-height: calc(100vh - 130px) !important;
}

#loginBtn{
	/* bottom:15px; */
	/* left:686px; */
	position:absolute;
	right: 5%;
	top:46px;
}

.dropdown-menu {
	position: absolute;
    top: 40px!important;
	left:auto!important;
}

nav .container{
	min-width: 100%;
}

.page-footer{
	padding-top: 1px;
	margin-top: 0;
	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;
}

.mobile_view,.tablet_view{
	display:none;	
}

@media only screen and (max-width: 1200px) {
	/* #loginBtn{
		bottom:15px;
		left:507px;
	} */
}
@media only screen and (max-width: 992px) {
	.nav-link{
		float: left;
		font-size: 1.5rem;
	}
	/* .dropdown-toggle{
		margin-right: 100px;
	} */
	#loginBtn{
		margin-right: 50px;
	}
}
@media only screen and (max-width: 991px) {
	.dropdown-menu{
		position: absolute;
    	top: 40px!important;
		left:auto!important;
	}

}

@media only screen and (max-width: 990px) {
	/* #loginBtn{
		position:static !important;
		left: 50px!important;
	} */
	/* #loginBtn{
		position:relative !important;
		left: 200px!important;
	} */

}


@media only screen and (max-width: 800px) {
	.tablet_view{
		display:block;
		
	}
	.desktop_view{
		display: none;
	}
}

@media only screen and (max-width: 770px) {
	/* #loginBtn{
		position:static !important;
		top:20px;
		right:50px;
	} */


	/* #loginBtn{
		position:relative !important;
		top: 0px;
		left: 80px!important;
	} */


}

@media only screen and (max-width: 750px) {
	.img-responsive{
		display: block;
		width: 60%;
	 	margin-left: 8%;
	}
}


@media only screen and (max-width: 600px) {
	.mobile_view{
		display:block;
		
	}
	.tablet_view{
		display:none;
	}
}

@media only screen and (max-width: 567px) {
	/* .dropdown-toggle{
		margin-right: 0px;
	} */

	/* #loginBtn{
		position:static !important;
		top:20px;
		right:50px;
	} */
	/* .dropdown-menu{
		position: absolute;
    	top: 85px!important;
		left:auto!important;
	} */
	#loginBtn{
		position: absolute;
	}
}

@media only screen and (max-width: 531px) {
	.navbar-toggler{
		margin-left: auto;
	}
}

@media only screen and (max-width: 441px) {
	#loginBtn{
		margin-left:auto;
		position:static !important;
		top:20px;
		right:50px;
	}
	.dropdown-toggle{
		margin-right: 0px;
	}


	.navbar-toggler{
		margin-left: 10px;
	}
	/* .navbar-toggler{
		margin-left: 0px;
	} */
	.dropdown-menu{
		top:162px!important;
	}
}



/* @media only screen and (max-width: 400px) {
	#loginBtn{
		position:static !important;
		top:20px;
		right:50px;
	}

} */


@media only screen and (max-width: 301px) {
	.dropdown-menu{
		top:200px!important;
	}
}



/* @media only screen and (max-width: 230px) {
	.dropdown-menu{
		top:310px!important;
	}
} */

@media only screen and (max-width: 272px) {
	.navbar-toggler{
		margin-left: auto;
		margin-right: 5px;
	}
}



@media only screen and (max-width: 200px) {
	#loginBtn{
		position:static !important;
		top:20px;
		right:50px;
	}
} 

.noscroll{
	overflow:hidden;
}