/* Colors */
/* Gold #c7994a */
/* WSNA red, and links #801517 */
/* Brown, titles #80491e */
/* Reddy orange #822f1a */
/* Orange #da491b */
/* lt Tan #ebd8c6 */




/* div for login, banner */

#top-banner-block {
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	border: 0px solid green;
	position: relative;
}

/* just the banner */

#inside-pages-top-banner {
	background-image: url("../images/warmbloodstallionsna-header_2017-1200.png");
	background-repeat: no-repeat;
	background-color: #801517;
	width: 100%;
	height: 97px;
	position: absolute;
	bottom: 0;
}

/* For the vertical block of banners and cards, inside pages */

#side-vertical-block {
	background-color: none;
	width: 302px;
	border: 0px solid red;
	padding: 0px;
	margin: 10px 10px 10px 10px;
	position: relative;
	float: left;
}

#side-vertical-block .column-card img {
	max-width: 275px;
}

/* For Stallion Gallery */

.stallion-gallery-card {
  width: 45%;
	min-height: 300px;
	margin: 0 0 15px 15px;
  float: left;
}

.stallion-gallery-card img {
	width: 200px;
}



.stallion-gallery-name {
	font-family: 'Cinzel', serif;
	font-size: 1.6em;
	color: #c7994a;
}

.stallion-gallery-one-liner {
	font-size: 1.2em;
	font-style: italic;
	margin: 10px 0;
}

#stallion-gallery-nav {
	width: 100%;
	text-align: center;
	font-size: .9em;
}

.stallion-gallery-links {
	width: 12%;
	display: inline-block;
}

.stallion-gallery-page-links {
    display: inline-block;
	width: 45%;
}

#page-specific-content {
	background-color:white;
	width: 850px;
	min-height: 1200px;
	border: 1px solid #c7994a;
	padding: 10px;
	margin: 10px 0 10px 0;
	position: relative;
	float: left;
	color: black;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #e7e7e7;
}

#footer-banner-box {
	width: 1200px;
	height: 170px;
	padding: 10px 15px;
	border: 0px dashed purple;
	text-align: center;
}

.banner-box-180x150 {
	width: 182px;
	height: 152px;
	padding: 0 6px;
	display: inline-block;
}

#footer-banner-box-medium {
	height: 250px;
	padding: 5px 0;
	border: 0px dashed purple;
	text-align: center;
	display: none;
	}
	

	/* Media queries */

	@media screen and (max-width: 1200px) {

	#top-banner-block {
		height: 135px;
	}

	#inside-pages-top-banner {
		background-image: url("../images/warmbloodstallionsna-header_2017-1010.png");
		height: 82px;
	}

	#inside-page {
		width: 1000px;
		margin: auto;
		border: 0px dashed red;
	}

	#page-specific-content {
		width: 650px;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 625px;
	}

	#footer-banner-box {
		width: auto;
		border-top: 1px solid #c7994a;
	}

	.banner-box-180x150:nth-last-child(1) {
		display: none;
	}

	.stallion-gallery-card {
		margin: 0 0 5px 5px;
	}
}

@media screen and (max-width: 1010px) {

	#top-banner-block {
		height: 120px;
	}

	#inside-pages-top-banner {
		background-image: url("../images/warmbloodstallionsna-header_2017-850.png");
		height: 69px;
	}

	#inside-page {
		width: 850px;
	}

	#side-vertical-block {
		width:252px;
	}

	.column-banner-box,
	.column-banner-box img {
		width: 250px;
		height: auto;
	}

	.medium-banner-1 {
		border: 0px solid blue;
	}

	.featured-box-for-vertical {
		width: 240px;
		height: auto;
	}

	#side-vertical-block .column-card {
		width: 230px;
		height: auto;
	}

	#side-vertical-block .column-card img {
		max-width: 220px;
	}

	#page-specific-content {
		width: 550px;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 525px;
	}

	.banner-box-180x150:nth-last-child(2) {
		display: none;
	}
}

@media screen and (max-width: 850px) {

	#inside-page {
		width: 750px;
	}

	#side-vertical-block {
		width:202px;
	}

	.column-banner-box,
	.column-banner-box img {
		width: 200px;
		height: auto;
	}

	.medium-banner-1 {
		border: 0px solid blue;
	}

	.featured-box-for-vertical {
		width: 190px;
		height: auto;
	}

	.featured-box-for-vertical img {
		max-width: 180px;
	}

	#side-vertical-block .column-card {
		width: 180px;
		height: auto;
	}

	#side-vertical-block .column-card img {
		max-width: 180px;
	}

	#page-specific-content {
		width: 500px;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 475px;
	}

	.banner-box-180x150:nth-last-child(3) {
		display: none;
	}

	.article-type {
		font-size: .9em;
	}

	.stallion-gallery-card {
		margin: 0 0 5px 0;
	}

}

@media screen and (max-width: 750px) {

	#top-banner-block {
		height: 100px;
	}

	#inside-pages-top-banner {
		background-image: url("../images/warmbloodstallionsna-header_2017-575.png");
		height: 46px;
	}

	#inside-page {
		width: 100%;
		border: 0px solid purple;
	}

	#side-vertical-block {
		display: none;
	}

	#page-specific-content {
		width: 93%;
		margin-left: 15px;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 600px;
	}

	#footer-banner-box-medium {
		display: block;
	}

	.medium-banner-1,
	.medium-banner-2 {
		height: 250px;
		width: 300px;
		display: inline-block;
	}

	.medium-banner-1 {
		margin-right: 5px;
	}
}

@media screen and (max-width: 630px) {

	#page-specific-content {
		margin-left: 10px;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 525px;
	}

    #stallion-gallery-nav {
	    font-size: .8em;
    }

	#footer-banner-box {
		width: auto;
		border-top: 0px solid #c7994a;
		border-bottom: 1px solid #c7994a;
		background-color: green;
	}

	.medium-banner-2 {
		display: none;
	}

	.banner-box-180x150:nth-last-child(4) {
		display: none;
	}
}

@media screen and (max-width: 575px) {

	#top-banner-block {
		height: 95px;
	}

	#inside-pages-top-banner {
		background-image: url("../images/warmbloodstallionsna-header_2017-450.png");
		height: 42px;
	}

	#page-specific-content {
		width: 90%;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 400px;
	}
}

@media screen and (max-width: 525px) {

	#top-banner-block {
		height: 128px;
	}

	#inside-pages-top-banner {
		background-image: url("../images/warmbloodstallionsna-header-2017-2-line_375.png");
		height: 78px;
		background-color: #792217;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 350px;
	}

	.stallion-gallery-card {
		width: 95%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 450px) {

	#footer-banner-box {
		display: none;
	}

    #stallion-gallery-nav {
	    font-size: .6em;
    }

}

@media screen and (max-width: 350px) {

	#top-banner-block {
		height: 115px;
	}

	#inside-pages-top-banner {
		background-image: url("../images/warmbloodstallionsna-header-2017-2-line_300.png");
		height: 63px;
	}

	#page-specific-content {
		margin-left: 5px;
	}

	#page-specific-content img,
	.centered-unit {
		max-width: 270px;
	}

}
