/*
Theme Name: jquery-org
Template: jquery
*/

/*Custom Colors*/
a, #sidebar h3 {
	color: #0769ad;
}

.page-slug-index #banner-secondary.large-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#banner-large-image {
	margin-right: -25px;
	margin-left: -25px;
	margin-top: -20px;
	height: 360px;
	background: url(/prx/000/http/jquery.org/wp-content/themes/jquery.org/images/header-join-page.jpg) no-repeat center;
	background-size: cover;
	display: block;
	position: relative;
}

#content h2 {
	color: #0769ad;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}

#banner-large-image {
	margin-right: -25px;
	margin-left: -25px;
	margin-top: -25px;
	height: 360px;
	background: url(/prx/000/http/jquery.org/wp-content/themes/jquery.org/images/header-join-page.jpg) no-repeat center;
	background-size: cover;
	display: block;
	position: relative;
}

#banner-large-image h1 {
	font-size: 60px;
}

/*Homepage*/

.large-banner img {
	margin-bottom: 20px;
}

#content > div.row {
	margin-top: 30px;
}

#content h2.slider-heading {
	width: 100%;
	text-align: center;
}

.slider {
	position: relative;
}

#content .slides {
	margin-left: 0;
}

ul.flex-direction-nav {
	display: none;
}

.errors li {
	color: #a00;
}

/*History Page*/

.page-slug-history #content h2 {
	color: #0769ad;
	font-size: 40px;
	line-height: 40px;
}


.page-slug-history #content h3 {
	color: #0769ad;
	font-weight: normal;
	font-style: normal;
	border-top: 1px solid #d7d7d7;
	padding-top: 20px;
	font-size: 24px;
	line-height: 24px;
}
.page-slug-faq #content h2 {
	margin-top: 1em;
	margin-bottom: 0.3em;
}


/*Adjust widths for longer navigation*/

.searchform {
	width: 20%;
}

nav#main ul {
	width: 80%;
}

.content-full.full-width #content {
	padding-bottom: 15px;
}


/*iPad Portrait*/

@media only screen and (max-width: 767px) {
	#banner-large-image {
		margin-right: -40px;
		margin-left: -40px;
		margin-top: -40px;
		height: 200px;
		background: url(/prx/000/http/jquery.org/wp-content/themes/jquery.org/images/header-join-page.jpg) no-repeat center;
		background-size: cover;
		display: block;
		position: relative;
	}

	#banner-large-image .vertically-centered-black-bg {
		height: 70% !important;
		margin-top: 14%;
		padding-top: 6%;
	}

	#banner-large-image h2 {
		font-size: 40px;
		line-height: 30px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#banner-large-image p {
		font-size: 1.3em;
		line-height: 1.4em;
		padding-bottom: 60px;
	}
}

/*iPhone Landscape*/

@media only screen and (max-width: 480px) {
	#banner-large-image {
		margin-right: -25px;
		margin-left: -25px;
		margin-top: -40px;
		height: 200px;
		background: url(/prx/000/http/jquery.org/wp-content/themes/jquery.org/images/header-join-page.jpg) no-repeat center;
		background-size: cover;
		display: block;
		position: relative;
	}

	#banner-large-image .vertically-centered-black-bg {
		height: 70% !important;
		margin-top: 14%;
		padding-top: 7%;
	}

	#banner-large-image h2 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#banner-large-image p {
		font-size: 1em;
		line-height: 1.1em;
		padding-bottom: 60px;
	}
}
