/* 
font-family: 'Droid Serif', serif;
font-family: 'Oswald', sans-serif;
*/

body, html {
	height: 100%;
	width: 100%;
}

body, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
}

h1 {
	font-family: 'Oswald', sans-serif;
}

a {
    color: #e6001c;
    text-decoration: none;
}

a:hover, a:focus {
	color: #6e0b13;
    text-decoration: underline;
}

.oswald-font {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../img/ads_background.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.intro-header-portfolio {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../img/ads_background-portfolio.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.intro-message {
	position: relative;
	padding-top: 3%;
	padding-bottom: 5%;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.img-center {
	margin-left: auto;
    margin-right: auto;
}

.call-out {
padding: 25px;
background-color: #fff;    
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.btn-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}

.btn-lg {
    border-radius: 1px;
    font-size: 18px;
    line-height: 1.33;
    padding: 5px 25px;
}

.btn-lg-red {
    border-radius: 1px;
    font-size: 18px;
    line-height: 1.33;
    padding: 5px 25px;
    color: #fff;
    background-color: #c00018;
}

.btn-lg-red:hover, .btn-lg-red:focus {
    border-radius: 1px;
    font-size: 18px;
    line-height: 1.33;
    padding: 5px 25px;
    background-color: #6e0b13;
    color: #fff;

}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
    color: red;
    
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg5.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
}

/*  Portfolio CSS */
/*  Portfolio CSS */
/*  Portfolio CSS */

.portfolio-item {
	margin-bottom: 25px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 1px;
    color: #c00018;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #dedede;
    border: 1px solid #ababab;
    color: #c00018;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #c00018;
    border-color: #c00018;
    color: #fff;
    cursor: default;
    z-index: 2;
}

/* About */

.sub-lead {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;  
    font-weight: 300;
    text-transform: uppercase;
    color: #c00018;
}

.sub-content {
    font-family: 'Droid Serif', serif;
    font-size: 14px;  
    font-weight: 300;
    color: dimgray;
}

.sub-content-feature {
    color: black;
    font-weight: 600;
}

/* Contact */

ul.contact-center {
    display: table;
    margin: 0 auto;
}

/*  Footer CSS */

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
    margin-left: auto;
    margin-right: auto;
}

.site-footer {
	margin-left: auto;
    margin-right: auto;
}

p.copyright {
	margin: 15px 0 0;
}