/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

a 
{
    color:#325fa6;
}

.table>tbody>tr>td 
{
    border-top: 1px solid #c8483f;
}

.topnav {
    font-size: 14px; 	
	display:none;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.logo-header
{
    text-align: center;
    padding: 100px 0;
}

.logo-header img 
{
    width: 50%;
}

.text-header
{
    text-align: center;
    background-color:#c8483f;
    color:#fff;
    padding: 50px 0;
}

#section1
{
    background-color:#f3f3f3;
    padding: 100px 0;
}

#section1 .row
{
    background-color:#fff;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.30);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.30);
    padding: 30px;
}

#section1 li 
{
    list-style: none;
}

#section1 a 
{
    color:#c8483f;
    text-decoration: underline;
}

#section2
{
    padding: 50px 0;
}

#section2 h2
{
    color:#c8483f;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0;
}

#map-canvas 
{
    height: 500px;
}
.text-header h1 
{
    font-size: 2em;
    font-weight: 500;
}

.text-header h2
{
    font-size: 1.5em;
    font-weight: 100;
}
.intro-header {
    padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}

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

.intro-message > h1 {
    margin: 0;
    font-size: 2em;
	color: #87959e;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #87959e;
}

.intro-message > h3 {
	color: #87959e;
    font-size: 20px;
	margin-bottom:20px;
}

@media(max-width:767px) {
    .intro-message img {width: 90%;}

    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 1.5em;
    }

    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: 400;
    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;
	color:#c92c5e;
}

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

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    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;
    }
}

footer {
    padding: 50px 0;
    background-color: #222222;
    text-align: center;
}

footer a 
{
    color:#505050;
    margin: 0 30px;
    border: 3px solid #505050;
    border-radius:50%;
    padding: 7px 11px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer a:hover 
{
    color:#fff;
    border-color:#fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}