
html, 
body {
  width: auto;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, san-serif;
    font-weight: 200;
}

a {
	color: #bd1f25;
	text-decoration: none;
}

a:hover {
	color: #ea3f4c;
	text-decoration: none;
}

.footer-menu {
	color: #bd1f25;
	text-decoration: none;
	font-size: 0.9em;
}

.lead {
    font-size: 1.2em;
    font-weight: 200;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.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;*/
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.header-small {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 4em;
}

.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);
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 2px solid #f1f1f1;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 14px;
    line-height: 30px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #bd1f25;
}


@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%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    border-top: 3px solid #e7e7e7;
}

.title-heading-spacer {
	position: relative;
	top: 20px;
    left: -150px;
    width: 150px;
    border-top: 3px solid #e7e7e7;
}

.end-title-heading-spacer {
	position: relative;
	top: -60px;
    left: 150px;
    width: 150px;
    border-top: 3px solid #e7e7e7;
}

.large-title {
	font-family: Helvetica, Arial, san-serif;
    font-weight: 200;
}

.small-title {
	position: relative;
	top: -20px;
	font-family: inherit;
	font-weight: 200;
	font-size: 2.5em;
	line-height: 1.1;
	color: inherit;
}

.small-title-sub {
	position: relative;
	top: -20px;
	font-family: inherit;
	font-weight: 200;
	font-size: 2em;
	line-height: 1.1;
	color: inherit;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.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;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.text-primary {
	color: #bd1f25;
}

@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;
    }
}

@media(max-width:767px) {
    .small-title-sub {
		position: relative;
		top: -20px;
		font-family: inherit;
		font-weight: 200;
		font-size: 1.3em;
		line-height: 1.1;
		color: inherit;
	}
}

@media(max-width:767px) {
	.title-heading-spacer {
		position: relative;
		top: 20px;
		left: -125px;
		width: 100px;
		border-top: 3px solid #e7e7e7;
	}
	.end-title-heading-spacer {
		position: relative;
		top: -60px;
		left: 125px;
		width: 100px;
		border-top: 3px solid #e7e7e7;
	}
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/* remove rounding from cards, buttons and inputs */
.card, .btn, .form-control { border-radius: 0; }

.navbar-brand {
font-size: 1.6em;
}