/* fjalla-one-regular - latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fjalla-one-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/fjalla-one-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fjalla-one-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fjalla-one-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fjalla-one-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fjalla-one-v13-latin-regular.svg#FjallaOne') format('svg'); /* Legacy iOS */
}

table.agenda tr {
  height: 50px;
}

table.agenda tr:hover {
  background-color: #f5f5f5;
}




body {
    overflow-x: hidden;
    font-family: 'Fjalla One', 'Verdana' ,'Helvetica';
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;

}

body {
    -webkit-tap-highlight-color: #d44;
}

.container {

    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.bg-light {

    background-color: #F2F2F2;

}

p {
    line-height: 1.75;
    text-align: left;
}

a {
    color: #F00;
}

a.active, a:active, a:focus, a:hover {
    color: #F00;
}


h1, h2, h3, h4, h5, h6 {
    text-align: left;
    font-weight: 700;
}


section {
    padding: 65px 0;
}

section h2.section-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: none;
}


header.masthead {
    text-align: center;
    color: white;
    background-image: url("/images/red-telephone-boxes-PQGRY9G_blank.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .photo-credit {
    font-size: 60%;
    position: relative;
    float: right;
    top: 70px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 220px;
        padding-bottom: 250px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    header.masthead .intro-text .intro-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
    header.masthead .photo-credit {
        font-size: 70%;
        position: relative;
        float: right;
        top: 210px;
    }
}
footer {
    font-size: 90%;
    padding: 3px 0;
}

  footer {
        line-height: 40px;
    }
    footer span.copyright {
        text-transform: none;
    }
    footer ul.quicklinks {
        font-size: 90%;
        line-height: 40px;
        margin-bottom: 0;
        text-transform: none;
    }


#mainNav {
    background-color: #222;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #c44;
}

#mainNav .navbar-brand {
    color: #f44;
    /* font-weight: bold; */
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f44;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f44;
}

@media (min-width: 768px) {
    section {
        padding: 65px 0px;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.25em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #222;
        background-color: black;
        background-color: rgb(0,0,0);
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 220px;
        padding-bottom: 250px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    header.masthead .intro-text .intro-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
    header.masthead .photo-credit {
        font-size: 70%;
        position: relative;
        float: right;
        top: 210px;
    }

}
