.hidden{display:none;}
.inner-content img {height: auto;}
#scrollBar img{padding:0 5px;}
#header-right p {
    padding-right: 20px;
}
img {
	max-width: 100%;
}
.desktop-center {
	text-align: center;
}

/* contact form */
#contact-form{
	text-align:center;
}

#contact-form input,#contact-form textarea{
	width:75%;
}
#contact-form h4 {margin-bottom: .3em;}
#contact-form #submit { font-size: 125%;}
#contact-form textarea{height:8em;}
#errorMsg {
	display: none;
	background-color: #c44;
	color: white;
	position: fixed;
	top: 20%;
	left: 0;
	right: 0;
	width: 75%;
	margin: auto;
	padding: 20px;
	font-size: 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
	border-radius: 10px;
	text-align: center;
}

.custom-photo{
	width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}