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

body {
    font-family: 'latolight', sans-serif;
    color: #f0f0f0;
    font-size: 1.1rem;
    background-color: #1b4351;
    padding-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0.25rem;
}

@font-face {
    font-family: 'playfair_display_scregular';
    src: url('playfairdisplaysc-regular-webfont.woff2') format('woff2'),
        url('playfairdisplaysc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.woff2') format('woff2'),
        url('lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'latolight_italic';
    src: url('lato-lightitalic-webfont.woff2') format('woff2'),
        url('lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'playfair_display_scregular';
    font-size: 1.1rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

h1 span {
    font-family: 'playfair_display_scregular';
    font-size: 0.99rem;
    color: rgba(240, 240, 240, 0.7);
}

h2 {
    font-family: 'playfair_display_scregular';
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: normal;
}

h3 {
    margin: 0;
    font-family: 'playfair_display_scregular';
    font-size: 1rem;
    color: #f0f0f0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: normal;
}

p {
    text-align: justify;
}

a {
    text-decoration: none;
    font-family: 'latolight';
    font-weight: 400;
    font-size: 1.1rem;
    outline: none;
    background-color: transparent;
}

a:link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

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

a:visited {
    color: #f0f0f0;
    text-decoration: none;
}

a:hover {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

h1 {
    text-transform: uppercase;
}

h1 span {
    color: rgba(255, 255, 255, 0.7);
}

h2 {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

a {
    text-decoration: none;
}


.nav-item {
    font-family: 'latolight';
    padding: 1rem 1.5rem;
}

.border {
    border: 1px solid rgba(222, 226, 230, 0.35) !important;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navbar-collapse {
    text-align: center
}

@media (min-width: 280px) {
    h1 {
        font-size: 0.8rem;
    }

    h1 span {
        font-size: 0.8rem
    }

    h2 {
        font-size: 0.5rem
    }

}

@media (min-width: 320px) {
    h1 {
        font-size: 0.75rem;
    }

    h1 span {
        font-size: 0.7rem
    }

    h2 {
        font-size: 0.7rem
    }
    
    h3 {
        font-size: 0.6rem
    }

}

@media (min-width: 359px) {
    h1 {
        font-size: 1rem;
    }

    h1 span {
        font-size: 0.9rem
    }

    h2 {
        font-size: 0.8rem
    }
    
    h3 {
        font-size: 0.7rem
    }

}

@media (min-width: 375px) {
    h1 {
        font-size: 1.1rem;
    }

    h1 span {
        font-size: 0.95rem
    }

    h2 {
        font-size: 0.9rem
    }
    
    h3 {
        font-size: 0.8rem
    }
}

@media (min-width: 411px) {
    h1 {
        font-size: 1.3rem;
    }

    h1 span {
        font-size: 1rem
    }

    h2 {
        font-size: 1rem
    }
    
    h3 {
        font-size: 0.9rem
    }
}

@media (min-width: 480px) {
    h1 {
        font-size: 1.4rem;
    }

    h1 span {
        font-size: 1.2rem
    }
    
    h2 {
        font-size: 1.2rem
    }
    
    h3 {
        font-size: 1rem
    }
}

@media (min-width: 540px) {
    h1 {
        font-size: 1.6rem;
    }

    h1 span {
        font-size: 1.4rem
    }
    
    h2 {
        font-size: 1.2rem
    }
    
    h3 {
        font-size: 1.1rem
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.3rem;
    }

    h1 span {
        font-size: 2rem
    }

    h2 {
        font-size: 1.2rem
    }
    
    h3 {
        font-size: 1.1rem
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.4rem;
    }

    h1 span {
        font-size: 2.1rem
    }

    h2 {
        font-size: 1.3rem
    }
    
    h3 {
        font-size: 1.3rem
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.4rem;
    }

    h1 span {
        font-size: 2.1rem
    }

    h2 {
        font-size: 1.4rem
    }
    
    h3 {
        font-size: 1.4rem
    }
}

.skype_pnh_dropart_flag_span[style] {
    display: none !important;
    color: #FFF !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

span.skype_pnh_container {
    display: none !important;
}

span.skype_pnh_print_container {
    display: inline !important;
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
