/* Style Sheet: capecodfiddlers.com --- Author: Billy Hardy - capecodwebsitedesign.com */ 

body {
    font-family: 'robotolight', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #9cf;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'cormorantmedium', serif;
    font-weight: normal;
    color: #333;
}

h1 {
    font-size: 8.5rem;
    font-family: 'cormorant_scmedium';
}

h2 {
    text-align: center;
    font-size: 3.5em;
}

h2.s {
    text-align: center;
    font-size: 2.5em;
}

h3 {
    margin: 0;
    font-size: 1.7em;
}

h3.s {
    margin: 0;
    font-size: 1.7em;
    font-weight: 600;
}

p {
    font-size: 1.25em;
    line-height: 1.5;
    color: #333;
    text-align: justify;
}

p.c {
    text-align: center;
}

p.add {
    font-family: 'cormorantmedium', serif; 
}

p.sc {
    font-family: 'cormorant_scregular';
    font-size: 1em;
    letter-spacing: px;
}

p.i {
    text-align: center;
    font-style: italic;
}

hr {
    max-width: 400px;
    border-color: #333;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: normal;
}

.navbar-nav {
    font-family: 'cormorantregular', serif;
    font-weight: normal;
    font-size: 2em;
    letter-spacing: 0px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
    padding-top: 10px
}

.brand-name {
    margin: 0;
    font-size: 2.5em;
    padding-bottom: 5px;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #333;
}

.box {
    margin-bottom: 20px;
    padding: 0 5px;
    background: #9cf;
}

.intro-text {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: none;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-fluid {
    width: 100%;
    height: auto;
}

footer {
    background: #9cf;
}

footer p {
    margin: 0;
    padding: 15px 0 0 0;
    text-align: center;
}


@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: 'cormorant_scmedium', serif;
        font-size: 6em;
        font-weight: normal;
        line-height: normal;
        color: #333;
    }
    .top-divider {
        margin-top: 0;
    }
    .img-left {
        float: left;
        margin-right: 25px;
    }
    .address-bar {
        display: inherit;
        margin: 0;
        padding: 20px 0 0px 0;
        text-align: center;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 2px;
        color: #3f93aa;
    }
    .brand-name {
        margin: 0;
        font-size: 4em;
        padding-bottom: 20px;
    }
    .navbar {
        border-radius: 0;
    }
    .navbar-header {
        display: none;
    }
    .navbar {
        min-height: 0;
    }
    .navbar-default {
        border: none;
        background: #9cf;
        margin: 0;
    }
    .nav>li>a {
        /*padding: 30px;*/
    }
    .navbar-nav>li>a {
        line-height: normal;
        color: #333;
    }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 2em;
        color: #333;
    }
    h2 {
        font-size: 3.5em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (min-width: 240px) {
    .navbar-default .navbar-brand {
        font-weight: normal;
        font-family: 'cormorant_scmedium', serif;
        font-size: 0.2em;
    }
    
}


/* navbar */

.navbar-default {
    background-color: #9cf;
    border-color: #333;
    border-left: none;
    border-right: none;
}


/* title */

.navbar-default .navbar-brand {
    color: #333;
    font-size: 2.35em;
    margin: 20px 0 20px 7px;
    padding: 10px 0 0 0;
    line-height: 120%
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: rgba(51, 51, 51, 0.3);
}


/* link */

.navbar-default .navbar-nav > li > a {
    color: #333;
    border: none;
    outline: none;
    padding: 20px 15px;
    font-size: 0.8em;       
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: rgba(51, 51, 51, 0.3);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: rgba(51, 51, 51, 0.3);
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: rgba(51, 51, 51, 0.3);
    background-color: transparent;
}


/* mobile version */

.navbar-default .navbar-toggle {
    border-color: #333;
    padding: 7px;
    margin: 30px 5px 0 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #9cf;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-collapse {
    border-color: #333;
}

.carousel {
    max-height: 360px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.carousel-inner img {
    margin: auto;
}

img {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

a:link {
    color: #333;
    background-color: transparent;
    text-decoration: none
}

a:visited {
    color: #333;
    background-color: transparent;
    text-decoration: none
}

a:hover {
    color: rgba(51, 51, 51, 0.3);
    background-color: transparent;
    text-decoration: none;
    border: none;
}

a:active {
    color: #333;
    background-color: transparent;
    text-decoration: none
}

a:focus { 
    outline: none; 
}

cite {
    font-family: 'cormorantmedium', serif;
    font-style: normal;
    font-size: 1.2em;
}


/*
.btn-default {
    color: #fff;
    background-color: #1a7293;
    border-color:  #1a7293;
    border-radius: 6px;
    padding: 10px 13px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #1a7293;
    border-color: transparent;
}

.btn-default:hover {
    color: #fff;
    background-color: #1a7293;
    border-color:  #1a7293;
    padding: 11px 14px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #1a7293;
    border-color: transparent;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #1a7293;
    border-color: 1a7293;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #1a7293;
    border-color: transparent;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #1a7293;
    border-color: transparent;
}
*/

.embed-responsive-21by9 {
    padding-bottom: percentage((9 / 21));
}

a.links:link {
    color: #2A5DB0;
    text-decoration: none;
}

a.links:visited {
    color: #2A5DB0;
    text-decoration: none;
}

a.links:hover {
    color: rgba(42, 93, 176, 0.5);
    text-decoration: none;
    border-color: transparent;
}

a.links:active {
    color: #2A5DB0;
    text-decoration: none;
}

h3.links:link {
    color: #333;
    text-decoration: none;
}

h3.links:visited {
    color: #333;
    text-decoration: none;
}

h3.links:hover {
    color: rgba(51, 51, 51, 0.3);
    text-decoration: none;
    border-color: transparent;
}

h3.links:active {
    color: #333;
    text-decoration: none;
}

a.ico:link {
    color: #1a7293;
    text-decoration: none;
}

a.ico:visited {
    color: #1a7293;
    text-decoration: none;
}

a.ico:hover {
    color: #1a7293;
    text-decoration: none;
}

a.ico:active {
    color: #fff;
    text-decoration: none;
}

video {
    width: 100%;
    height: auto;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: 'robotolight', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 1.4rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-family: 'cormorantregular', serif;
    font-size: 2.2rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
    color: #111;
    font-weight: 500;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}
 mark {
    padding: .1em;
    background-color: rgba(153, 255, 153, 0.7);
}

.covid {
    color: chartreuse;
    font-size: 2.5rem;
    font-family: 'cormorantregular';
    text-align: center;
    background: #333;
    padding: 1rem 0;
 
}


@media (min-width: 240px) {

    h2 {
        font-size: 26px;
    }

}

@media (min-width: 300px) {

    h2 {
        font-size: 30px;
    }

}

@media (min-width: 360px) {

    h2 {
        font-size: 30px;
    }

}

@media (min-width: 375px) {

    h2 {
        font-size: 30px;
    }

}

@media (min-width: 480px) {

    h2 {
        font-size: 32px;
    }
}

@media (min-width: 576px) {

    h2 {
        font-size: 40px;
    }

}

@media (min-width: 768px) {

    h2 {
        font-size: 42px;
    }

}

@media (min-width: 992px) {

    h2 {
        font-size: 45px;
    }

}

@media (min-width: 1200px) {

    h2 {
        font-size: 45px;
    }

}
