
html, body {
	/*height:100%;	*/
	
	height: 100%;
}

 body {
 
	/*min-height: 2000px;*/
  	/*padding-top: 70px;*/  
	/*background-color: #333;*/
	/*
	background-image: url(../images/crow_background_2.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
*/
}

#contact_body{
	
}

#index_main_content{
	background-image:  url("/images/sky.jpg"), radial-gradient(circle farthest-corner, #ffffff, #e0ded8 );
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-blend-mode: overlay;
	min-height: 100vh;
	padding-top: 10vh;	

}

#contact_main_content{
	background-image: url("/images/crows.jpg"),  url("/images/sky.jpg"), radial-gradient(circle farthest-corner, #ffffff, #c1bdb2 );
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-blend-mode: multiply,screen;
	min-height: 100vh;	
}

#about_main_content {
	background-image: url("/images/sky.jpg"), url("/images/crow_sky3.jpg"), radial-gradient(circle farthest-corner, #ffffff, #c1bdb2 );
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-blend-mode: overlay, normal;
	min-height: 100vh;	
}

.main_content {
	padding-top:8vh;
}

#cover_page_mobile{
	display:none;
}

#mobile-bg_img {
	display:none;
}

.spacer{
 display:none;
}

#index_title {
	text-align:right;
	margin-right:5px;
	margin-top: 10vh;
} 


#index_title h1.display-3{
	color:#990000;
	margin-top:0;
}
#index_title h1:first-child {
	color:#333;
	margin-bottom:0;
}

.thumb_wrap {
	display: inline-block;
	padding: 5px;
}

.thumb_album_title {
	/*visibility: hidden;*/
	opacity:0;
}

.thumb_album_title span{
	float: right;
	padding-right: 5px;
}

#bkgrnd_image{
	display:none;
}

.gallery_container .img-thumbnail{
	cursor: pointer; 	
	max-width: none;
	height:120px;
}

.album_container .img-thumbnail{
	cursor: pointer; 	
	max-width: none;
	height:120px;
}

.error_absolute {
	position:absolute;
	width:inherit;
	margin-top:15vh;	
}

.error_relative {
	position:relative;
}

#error_main_content{
	background-image:  url("/images/sky.jpg"), radial-gradient(circle farthest-corner, #ffffff, #e0ded8 );
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-blend-mode: overlay;
	min-height: 100vh;
	padding-top: 5vh;	
}

.error_block{
	float:right;
	padding-left: 300px;
	margin-right: 20%;
}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

   
	#body_index {
	/*background-image: url(../images/crow_background_2C.jpg), radial-gradient(circle farthest-corner, #ffffff, #c1bdb2 );
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: contain;			
		background-blend-mode: multiply;*/
		/*-webkit-background-size:contain;
		moz-background-size: contain;
  		-o-background-size: contain;*/
		/*background-image: radial-gradient( #ffffff, #332600  ), url(../images/crow_background_2.jpg);*/
		/*background-image: radial-gradient(circle farthest-corner, #ffffff, #c1bdb2 ), url(../images/crow_background_2C.jpg);*/
		/*background-image: radial-gradient(circle farthest-corner, #ffffff, #c1bdb2 );	*/
				
	}
	
	.error_relative {display:none;}
	
	.error_absolute {	
	margin-top:5vh;	
}

	
	#error_main_content {
		background-image:none;		
	}
	
	.error_block{
	float:right;
	padding-left: 50px;
	margin-right: 0;
}
	
	#bkgrnd_image{
		display:block;
		background-image: url(../images/crow_background_2C.jpg), url("/images/sky.jpg"), radial-gradient(circle farthest-corner, #ffffff, #c1bdb2 );
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: auto 80%, auto, auto;		
		background-blend-mode: multiply, overlay;
		position:absolute;
		top:10vh;		
		height:95vh;
		width:100%;	
		z-index:-1;
	}
	
	/*
	#cover_page{
		display: none;
	}
	*/
	
	#index_main_content{
		display: none;
	}

	#cover_page_mobile{
		display:block;	
	}
	
	.thumb_album_title {
	/*visibility: hidden;*/
	opacity:1;
	}
	.gallery_container .img-thumbnail{		
		height:90px;
	}

	.album_container .img-thumbnail{		
		height:90px;
	}
	
	
	
}


@media only screen and (max-width : 768px) and (orientation:landscape) {

   
	#bkgrnd_image{
		display:block;
		background-image: url("/images/crow_background_2B.jpg"), url("/images/sky.jpg"), radial-gradient(circle farthest-corner, #ffffff, #c1bdb2 );
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: auto 75%, auto, auto;		
		background-blend-mode: multiply, overlay;
		position:absolute;
		top:10vh;
		height:100vh;
		width:100%;	
		z-index:-1;
	}
	
	/*#cover_page{
		display: none;
	}*/
	
	#index_main_content{
		display: none;
	}

	#cover_page_mobile{
		display:block;
		
	}
	
	#index_title {
		margin-top:55px;
		margin-right:30px;
	}

	#index_title h1.display-3{
		font-size:42px;
	}
	#index_title h1:first-child {
		font-size:48px;
	
	}

	.thumb_album_title {
	/*visibility: hidden;*/
	opacity:1;
	}

}


.container {
	min-height:100%;
	/*padding-top:70px;*/
	padding-top:8vh;	
}

.container:first-child {
	padding-top:0px;
}

.jumbotron {
	background-color:inherit;
			 	 	
}

#image_view_body {	
	/*height:85vh;*/
	height:auto;
	background-color:black;	
	overflow:hidden;	
}

#image_view_wrap{
	/*margin-top: 5vh;*/
	padding-top:5vh;
	text-align: center;	
	overflow:hidden;		
}

#image_view{
/*padding:0 5vw 5vh;*/
display:inline-block;
}

#image_view img{
max-height:75vh;
max-width:80vw;
padding:0 10px;
}



#close_window {
	float:right;
	position:relative;
	top:-2px;
	right:-35px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	opacity: .75;
	background: 0 0;
	border: none;
}

#close_window:hover{
opacity: 1;
}



#header .navbar-nav > .disabled > a {
	color:#333;
	background-color: #e7e7e7;
}

.navbar-default .navbar-brand{
	color:#990000;
}

.nav > li.disabled > a, .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
	cursor:default;
	pointer-events:none;
}

.dropdown-menu > .disabled > a {
	cursor:default;
	pointer-events:none;
}


#cover_page .img-thumbnail{
	box-shadow: 10px 10px 20px 0px #ecebe7;
	mix-blend-mode: multiply;
	/*background-color:#332600;
	border-color:grey;*/
}

#cover_page img{
	mix-blend-mode: multiply;
	/*box-shadow: 10px 10px 20px 0px #ecebe7;	
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;*/
}





/*
#cover_page{ 
  background: url(../images/crow_background_2.jpg) no-repeat center center fixed; 
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
}

@media only screen and (max-width: 959px) {
#cover_page:before {
content: "";
background-image: url(../images/crow_background_2.jpg);
background-size: cover;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
*/

#cover_title{
	text-align: right;
    top: 220px;
    position: absolute;
    left: 700px;
}

#cover_title h1{	
	color:#990000;
}

#cover_title  h1:first-child{
	color:grey;
}

.miller_title {
	font-family: 'Libre Baskerville', serif;
	/*color:#fff;*/
}

#cover_copy{
	margin-top:20px;
}

#cover_copy p{
	font-size: 14px;
}

#about {
	/*display:none;*/
}

#contact {
	/*display:none;*/
}

#about p{
	font-size:14px;
}

#about h1 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#about_text{
	/*margin-top:20px;*/
	background-color: rgba(245,245,245,0.90);
	padding: 30px;
	border-radius: 10px;
}

#about .row{
	padding-top: 2vh;
}

#contact p{
	font-size:14px;
}

/*
.gallery_container .container-fluid img{
	cursor: pointer; 	
	max-width: none;
	height:100px;
}
*/

.gallery_container{
	/*display:none;*/
}



.gallery_modal {
	border:20px solid grey;
	border-radius: 10px;
	position:absolute;
	z-index:1;
	max-height:800px;
	min-height:0px;
	background-color:#333;
	padding-left: 0;
	padding-right:0;
	display:none;
}

.gallery_modal img {
	max-height:400px;
	margin-top:30px;
	margin-bottom:30px;
}

/*
.gallery_container h1{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 20px;	
}
*/

.gallery_close {
	border: 1px solid #555;
	border-radius: 50%;
	float:right;	
	color:#fff;
	background-color:#555;
	position: relative;
	top: -21px;
	left: 21px;
	margin-bottom: -20px;
	font-size: 20px;
	cursor:pointer;
}

.modal {
	/*margin:0;
	padding-right:0;*/
	/*width: 100%;*/
  	/*height: 100%;*/
  /*	padding-left:15px;*/
  	overflow: auto;
  	background-color: black; 
  	height:100vh; 	
}

.modal-open .modal{
	overflow-y:hidden;
}

.modal-dialog {
	margin:0 auto;
	/*height: 100%;*/
	width: 100%;  	
  	background-color: black;
}

.modal-header{
 	border:none;
 	padding:0;
 	padding-right:10px;
 	background-color: black;
}

.modal-body{
	padding:0;
	background-color: black;
}

.modal-dialog .close {
	color:#fff;
	opacity:1;
	font-size:30px;
}

.carousel{
	height:100vh;
}

.carousel-control{
	width:5%;	
}

.carousel-control .glyphicon-chevron-right{
	/*margin-right: 5px;*/
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	margin-top: -25px;
}
 
.carousel-inner .item{
   margin-top:-25px;
}

.carousel-inner .item img {
	max-width:80%;
	max-height:85vh;
	transform: translateY(-50%);
	margin-top: 50vh;
}

.album_container{
	display:none;
}

#Retouch_modal .item img:not(:first-child){  			
	position: relative;  			
}

.original_label{
	position:absolute;
	z-index:1;	
	transform: translateY(-100%);
	margin:0;
	padding:0;
	display:none;
}

.bread_crumb{
	line-height: 20px;
	margin-bottom: 20px;	
	color:grey;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.bread_crumb a {
	text-decoration: none;
	color:#333;
}

.bread_crumb a:hover {	
	color:grey;	
}

.bread_crumb span{
	padding:5px;	
}

.album_crumb {
	color:#880000;
}

.crumb_bracket {
	font-size:20px;
}

#contact_form {
	/*margin-top: 50px;*/
	padding-top:5vh;
}

#contact_form button[type="reset"]{
	display:none;
}

#contact_form button[type="submit"], #contact_form button[type="reset"] {
	background-color: #990000;
	border-color: #880000;
	margin-top: 15px;
}

#contact_form button[type="submit"]:hover, #contact_form button[type="reset"]:hover {
	background-color: #660000;
	border-color: #550000;
}

#success_message{ 
	text-align:center;
	display: none;
}

#error_message {
	text-align:center;
	display: none;
}

#errorMsg_close{
    float: right;
    font-size: 20px;
    top: -12px;    
    left: 12px;    
    cursor: pointer;
}

#contact .col-sm-6 {
	padding-top:10px;
	padding-bottom:10px;
}

/*

#contact_form fieldset:first-of-type {
 	margin-top:20px;
}

.form-horizontal .form-group {
	margin-right:10px;
	margin-left:-30px;
}


.message_input{	
	margin-top: 20px;
}

.message_input .input-group:first-child{
	margin-left: 40px;
	margin-bottom: 15px;
}

*/
 
textarea[name="comment"]{
	height:160px;
}



.div_table {
  display: table;
  width: 100%;
}
.div_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}



