@charset "UTF-8";
/* CSS Document */

.zoomPup img {max-width:none; max-height: none;}
.zoomWindow img {max-width:none; max-height: none;}


body {
	color: #042b40;
	letter-spacing: 2px;
}
.paleBorder {
	border: 1px solid #bfdef5;
    background-color: #e9f3fa;
}
.homethumbPad {
}
h1 {
	font-family: 'Libre Baskerville', serif;
	color: #042b40;
	font-size: 26px;
	font-style: italic;
}
h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	line-height: 30px;
	color: #042b40;
	font-weight: 300;
}
h4 {
    padding-top: 20px;
    margin-top: 10px;
	font-size: 12px;
    line-height: 20px;
}
p {
	margin-bottom: 20px;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}
.botBorder {
	border-bottom: 1px solid #042b40;
}
	header {
	text-align: center;
	padding: 50px 0;
	z-index: 100;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.topPad {
		padding-top: 50px;
	}

/*Links----------------------------------------------------------------------------------------------------------------------*/
.active {
	color: #000;
}
.navHolder {
	background: #fff;
	
}
.nav-link {
	width: 100%;
	display: block;
	text-align: center;
}
nav {
	padding: 30px 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
header img {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a {
	color: #042b40;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
}
a:hover {
	color: #5b7483;
}
nav a {
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #042b40;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
nav a:hover {
	cursor: pointer;
	color: #5b7483;
	text-decoration: underline;
}
.selected {
	color: #305062;
	border-bottom: 1px solid #467da1;
	padding-bottom: 10px;
}
.social img {
    width: 40px;
}
/*End Links----------------------------------------------------------------------------------------------------------------------*/

/*Logo SVG Styles*/
.logo a {
	display: inline;
}
.logo .logoFill {
	fill: #bababa;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.logo:hover {
	cursor: pointer;
}
.logo:hover .logoFill {	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	fill: #6b6b6b;
}
/*End Logo SVG Styles----------------------------------------------------------------------------------------------------------------------*/
.btn-secondary {
    font-size: 1.5em;
	border: none;
	background-color: #042b40;
	color: #fff;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*Thumbs----------------------------------------------------------------------------------------------------------------------------------*/
.thumbInfoHolder {
	position: absolute;
	z-index: 25;
	bottom: 0;
	left: 0;
	width: 100%;
}
.thumbText {
	text-align: center;
	width: 90%;
	font-size: 14px;
	line-height: 18px;
	margin: 0 5%;
	color: #fff;
}
.overlayGrad {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+99&0+50,0.75+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.74) 99%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.74)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.74) 99%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.74) 99%,rgba(0,0,0,0.75) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.74) 99%,rgba(0,0,0,0.75) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.74) 99%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}

.thumbImage {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.thumbImage img {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.thumbImage:hover img {
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	transition: 0.8s ease;
	transform: scale(1.2);
}
.thumbImage .overlayHover {
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	transition: 0.8s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 15;
	background-color: #042b40;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumbImage:hover .overlayHover {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	opacity: .6;
}

/*FORMS*/
.print-form select {
    margin: 10px;
    padding: 10px 50px 10px 20px;
    border-radius: 10px;
    background-color: #042b40;
    color: white;
    border: 0;
    outline: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    margin: auto;
    background-image: url(../images/dropdown-arrow.png);
    background-size: 25px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
input[type=textarea] {
    clear: both;
    margin-top: 20px;
    background-color: white;
    width: 100%;
    padding: 20px;
    border: 1px solid #042b40;
    background-color: white;
    text-align: center;
}

/*END Thumbs----------------------------------------------------------------------------------------------------------------------------------*/


/*Reusable Padding*/
.padTop-sm {
	padding-top: 10px;
}
.padTop-md {
	padding-top: 20px;
}
.padTop-lg {
	padding-top: 40px;
}
.padBot-sm {
	padding-bottom: 10px;
}
.padBot-md {
	padding-bottom: 20px;
}
.padBot-lg {
	padding-bottom: 40px;
}
.noPad {
	padding: 0;
}
/*End Reusable Padding----------------------------------------------------------------------------------------------------------------------*/

/*---Landscapes---*/
.landscape-caption {
	text-align: center;
	padding: 20px 0;;
	color: #042b40;
	font-family: 'Libre Baskerville', serif;
}
/*---END Landscapes---*/

/*--PRINTS--*/
#image {
	padding: 0;

}
#thumbs {
	padding: 0;
}
.thumb {
	padding-bottom: 23px;
}

/*Header*/
.header {
	background-image: url(../images/christian_birminghham_background.jpg);
	background-position: center;
	background-size: cover;
}

/*Icon SVG Styling*/
.icon svg {
	width: 40px;
	height: 40px;
}
.icon svg .iconFill {
	fill: #bababa;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.icon svg:hover .iconFill {	
	fill: #6b6b6b;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;	
}
/*End Icon SVG Styling----------------------------------------------------------------------------------------------------------------------*/

.footerText {
	padding: 10px 0;
	font-size: 12px;
}
.foot {
	background-image: url(../images/christian_birminghham_background.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
}
.footerText a {
	color: #fff;
}
.info a {
	text-decoration: underline;
}
.info img {
    width: 50%;
    float: right;
    padding: 0 0 20px 30px;
}

/* Small devices (landscape phones, 576px and up) ----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 500px) {

}


/* Medium devices (tablets, 768px and up) ----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
	
	header {
	padding: 40px 0;
}

	.nav-link {
		width: auto;
		display: inline;
	}
	
	.topPad {
		padding-top: 220px;
	}
	.navHolder {
    
	}
    .info img {
    width: 40%;
    }
    .footerText {
	padding: 40px 0;
	font-size: 12px;
    }
}
    /*
nav {
	padding: 150px 0 30px 0;
}
	.stickyNav {
	padding: 60px 0 10px 0;	
}
	
	.sticky {
	padding: 10px 0;
}
.stickyNav {
	padding: 90px 0 10px 0;	
}
.logoSmaller {
	width: 70%;
}*/
	
	
}

/* Large devices (desktops, 992px and up) ----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
		.homethumbPad {
	padding: 20px 40px;
}
/*nav {
	padding: 170px 0 30px 0;
}
	.stickyNav {
	padding: 75px 0 10px 0;	
}
	.topPad {
		padding-top: 250px;
	}*/
}

/* Extra large devices (large desktops, 1200px and up) ----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
/*nav {
	padding: 200px 0 30px 0;
}	
	.stickyNav {
	padding: 90px 0 10px 0;	
}
	.topPad {
		padding-top: 280px;
	}
	*/
}