/*bootstrap customizing: 
font,
@headings-font-weight 700
navbar height is 70px*/

body {
    font-size: 18px;
}

body .FAQ {
    font-size: 16px;
}

body .FAQ #TableOfContents ul{
    list-style-type: none;
}
body .FAQ h2{
    margin-top: 60px;
}

.navbar-brand {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
}
.navbar-brand img {
    display: inline
}

.intro-header {
    margin-top: 70px; /* 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;
    background-color: #64554F;
}
@supports (background: url('../img/intro-bg.webp')) {
.intro-header {
    background: url('../img/intro-bg.webp') no-repeat center center;
    background-size: cover;
}
}

.intro-message {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.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);
}

@media(max-width:767px) {
    .navbar-brand {
        font-size: 18px;
    }

    .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-black,
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  color: white;
  background-color: black;
  border-color: #ccc;
}

.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.news {
    margin-bottom: 50px;    
}
section.news .list-item {
    margin: 20px;
    padding: 10px;
    background-color: #f8f8f8;
    font-size: 14px;
}
section.news .list-item h3 {
    font-size: 20px;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.img-responsive {
    padding: 20px;
}

.contact {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/contact-bg.jpg) no-repeat center center;
    background-size: cover;
    background-color: #464646;
}
.contact-texts a {
    color: inherit;
    text-decoration: underline;
}

.contact h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.contact ul {
    margin-bottom: 0;
}

.contact-social-buttons {
    /*float: right;*/
    margin-top: 15px;
}

@media(max-width:767px) {
    .contact h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.contact-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.contact-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

.contact-form #message {
    min-height: 180px;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transform: translateY(-10px);
    background: #f8ac23;
    border-radius: 50%;
}

/*fix contrast*/
a {
    color: #3174af;
}
.text-muted {
    color: #727272;
}
