body,html{
	font-family: 'Scheherazade', serif;
	font-family: 'Quattrocento', serif;
	/*font-family: 'Martel Sans', sans-serif;*/
	font-family: 'Varela Round', sans-serif;
	background-color: #000000;
}

.top-bar{
		height:6vh;
		
}
.top-bar, .top-bar ul, .dropdown, .menu, .top-bar-right,.title-bar{
		
		background-color: #27272f;
}

.title-bar *{		
	background-color: #27272f;
}
.top-bar *{		
	background-color: #27272f;
}
.menu *{		
	background-color: #27272f;
}
.top-bar-left *{		
	background-color: #27272f;
}
.top-bar-right *{		
	background-color: #27272f;
}

#front{
  transition-duration: 1500ms;
  /*transition-timing-function: bounce-in; */
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -moz-transition-duration: 1500ms;
	background-color: #111111;
	height:93vh;
	
	/*background-image:url('../img/facemk1.jpg');
	background-repeat: no-repeat;
	background-size:cover;*/
}



h1,h2,h3,h4,h5,h6{
font-family: 'Varela Round', sans-serif;
/*font-family: 'Quattrocento', serif;*/
color:#95959a;
text-transform:uppercase;
}

#headline{
	transition-duration: 1500ms;
	font-family: 'Varela Round', sans-serif;
	font-size: 1.175rem;
	font-weight:bold;
	text-transform:uppercase;
	padding:0.7rem;
	color:#2ba6dc;
}

#headline1{
	transition-duration: 3500ms;
	font-size: 1.175rem;
	padding:0.7rem;
	color:#cc0000;
	top:80vh;
}

/****light gallery**************/
.lg-backdrop{
	top:6vh;
}

.lg-outer{
	top:6vh;
	height:94vh;
}

.lg-subgallery > a {
		float: left;
		/*margin-bottom: 5px;
		margin-right: 5px;*/
		/*width: 160px;
		height: 160px;*/
		width: 200px;
		height: 200px;
}

.lg-thumb {
		width: 100%;
		height: 100%;

		object-fit: cover;
}

.lg-subgallery a:hover > img {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
		cursor:zoom-in;
}

.lg-subgallery a:hover {
		border: 2px solid #2ba6dc;
}
.lg-subgallery a {
		border: 1px solid #444444;
		border-radius: 1px;
		display: block;
		overflow: hidden;
		position: relative;
		float: left;
}

.lg-outer .lg-thumb-item {
    border: 1px solid #444444;
		border-radius: 1px;
}

.lg-image{
    border: 1px solid #444444;
		border-radius: 1px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border:2px solid  #2ba6dc;
}

.lg-item, .lg-img-wrap{
	background-color: #19191d;
}

/* Portrait */
@media only screen 
  and (orientation: portrait) 
   {
#front{
		background-image:url('../img/facemk1-p.jpg');
	background-repeat: no-repeat;
	background-size:cover;
}
}

/* Landscape */
@media only screen  
  and (orientation: landscape) 
   {
#front{
		background-image:url('../img/facemk1-l.jpg');
	background-repeat: no-repeat;
	background-size:cover;
}
}