nav {
	width: 100%;
	position: fixed;
	z-index: 1 !important;
}

.nav-container {
	backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.90);
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
}
.nav-container-black {
 	backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 1); 
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
}
.header-left{
	display:flex;
	align-items: center;
	height: 100%;
}

.header-left .header-icon{
	margin-right: 10px;
}

.header-center{
	width: 500px;
	position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.header-right{
	height: 100%;
	display: flex;
    align-items: center;
}

.header-icon{
    margin: 40px;
	cursor: default;
}
.main {
	position: relative;
	top: 120px;
	left: 0;
}
li.drill {
	font-weight: 300;
}
ul.sub {
	display: none;
	position: relative;
	top: 0px;
	left: 250px;
}
a {
	color: black;
}
.social {
	padding: 100px 0 0 !important;
	margin: 0 auto;
	width: 100%;
    height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}
ul.sidenav {
	list-style: none;
	margin: 0 30px 0 0;
	border-right: thin solid black;
}
ul.sidenav li {
	list-style: none;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
span.fa {
	display: block;
	color: #fff;
	background-color: #000;
	width: 25px;
	border-radius: 30px;
	line-height: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	float: left;
	margin: 0 10px;
}
.fa-lg {
    font-size: 1.2em;
}

.sidebar-cover{
	display: none;
	position: fixed;
	width: 100%;
    height: 100%;
    background: rgba(200,200,200,0.7) !important;
	z-index: 1;
}
ul {
	width: 100%;
	margin-left: auto;/*	clear:both;*/
	margin-right:auto;
	list-style: none;
}
br {
	clear: both;
}
nav ul li {
	flex: 1 0 auto;
}
li:last-child {
	border-right: none;
}
ul li a {
	text-align: left;
	display: block;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

ul li a:hover {
	color: #999;
	cursor: default;
}
ul li a:active {
	color: #FFFFFF;
}

a:visited {
    color: #000;
}


.main-sidebar{
	left: -100%;
	position: fixed;
	background: #FFFFFF;
	width: 50%;
	height: 100vh;
	box-shadow: 0 3px 15px rgba(0,0,0,.35);
	overflow-y: scroll;
	transition: .7s ease-out;
	z-index: 1;
}

.close-icon{
	margin: 40px;
	cursor: default;
}

.main-sidebar ul{
	display: flex;
	flex-direction: column;
	margin: 0;
    padding-left: 0;
}

.main-sidebar ul li{
	padding-left: 40px;
}

.main-sidebar ul li a{
	text-align: left;
	display: block;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

.main-sidebar li a:hover {
	color:#999;
	cursor: default;
}
.main-sidebar li a:active {
	color: #FFFFFF;
}

.sidebar-cover{
	display: none;
	position: fixed;
	width: 100%;
    height: 100%;
    background: rgba(200,200,200,0.7) !important;
	z-index: 1;
}
.sidebar-bottom{
	margin-top: 100px;
    padding-bottom: 20px;
}
#photos img {
	display: inline-flex;
	width: auto; height:425px;padding: 20px;
}
.col-sm-4 {
display: inline-flex;
width: 33%;
}
.wrapimg {
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
	ul.sidenav {
	padding: 0 0 0;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 40px;
	margin-left: -5px;
	display: grid;
 	width: fit-content;
  	column-gap: 3em;
  	grid-template-columns: repeat(2, auto);
  	border-right: none;
}
ul.sidenav li {
	padding-bottom: 10px;
	padding-top: 10px;
}
	.main-sidebar{
		width: 69% !important;
	}
	ul.sub {
	display: block;
	position: relative;
	top: 0;
	left: 20px;
}
	header{
		height: 75px;
	}
	
	nav {
		height: 75px;
	}
	
	.nav-container{
		height: 75px;
	}
	.header-left{
	width: 15%;
	max-width: 70px;
	}
	.header-center{
	width: 70%;
	}
		.header-right{
	width: 15%;
	}
	.header-icon{
		margin: 10px;
	}
	
	
	.main-sidebar{
		width: 75% !important;
	}
	
	.close-icon{
		margin: 23px 0 23px 10px;
	}
	
	.main-area{
	min-height: calc(100vh - 355px);
}

	.title {
		font-size: 25px;
		padding: 20px;
	}
	h2 {
		font-size: 18px !important;
		margin-left: -40px;
	}
	.navbar-brand {
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding-left: 0;
		//border: solid red thin;
	}
	.header-icon{
    margin: 10px;
	cursor: default;
}
.header-left{
	display:flex;
	align-items: center;
	height: 100%;
//	border: solid red thin;
}

.header-center{
	width: 75%;
	position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-align: center !important;
//    border: solid red thin;
}
.header-right{
	height: 100%;
	display: flex;
    align-items: center;
    padding-right: 10px;
}
.bookheather {
	width: 60%;
	margin-left: -20px;
}
.main {
	position: relative;
	top: 60px;
	left: 0;
	width: 99% !important;
}
#photos img {
	display: block;
	width: 90%; height:auto;padding-top: 20px;
}
.wrapimg {
	width: 80%;
	margin-bottom: 10px;
	display: block;
}
h4 {
	font-size: 18px;
	padding-left: 0;
	margin-left: 25px;
	color: black !important;
}
h2 {
	font-size: 18px;
	padding-left: 0;
	margin-left: 0px;
	color: black !important;
}
.tit {
	margin-left: -20px;
	color: black !important;
}
col-md-12 {
	display: block;
	width: 100%;
}
.col-sm-4 {
display: block;
width: 100%;
}
html, body {
  overflow-x: hidden;
  overflow-y: scroll !important;
}
body {
  position: relative
}
}