﻿body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5
}

.header {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    background-color: #006c68;
    color: whitesmoke;
    font-weight: bold;
    font-size: 5vw;
    font-family: Cooper;
    position: absolute;
    width: 100%;
    left: 0;top:0;
    vertical-align: central;
    opacity: 0.7;
}

.altHeader {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    background-color: #006c68;
    color: whitesmoke;
    font-weight: bold;
    font-size: 5vw;
    width: 100%;
    left: 0;
    vertical-align: central;
    text-align: center;
}

.altSubHeader {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    background-color: #006c68;
    color: whitesmoke;
    font-weight: bold;
    font-size: 5vw;
    width: 50%;
    left: 0;
    vertical-align: central;
    text-align: center;
}
.main-content {
    position: absolute;
    left:0;
    margin:auto;
    color: #666666;
    padding-left: 7px;
    padding-right: 7px;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

._2hx-col, ._2hx-half, ._2hx-third, ._2hx-twothird, ._2hx-threequarter, ._2hx-quarter {
    float: left;
    width: 100%
}

._2hx-half {
    width: 49.99999%
}
._2hx-quarter {
    width: 24.99999%
}

._2hx-third {
    width: 33.33333%
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    img{height:150px;}
    .main-content {top: 155px;}
    .video{ width:100%;}
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    img{height:150px;}
    .main-content {top: 155px;}
    .video {
        width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    img{height:200px;}
    .main-content { top: 205px; }
    .video {
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    img{height:300px;}
    .main-content{top:305px;}
    .video {
        width: 500%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    img{height:400px;}
    .main-content{top:405px;}
    .video {
        width: 50%;
    }
} 

#slide-show {
    position: absolute; top:0;left:0;
    width:100%;
    max-width:100%;
}

    #slide-show img {
        position: absolute;
        top: 0;
        left:0;right:0;
        margin:auto;
        width:100%;
        /*border: 1px solid #000;*/
        animation: fader 6s infinite;
        opacity: 0;
    }

        #slide-show img:nth-child(1) {
            animation-delay: 6s;
        }

        #slide-show img:nth-child(2) {
            animation-delay: 4s;
        }

        #slide-show img:nth-child(3) {
            animation-delay: 2s;
        }

        #slide-show img:nth-child(4) {
            animation-delay: 0s;
        }

@keyframes fader {
    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}



.regular-image{
    height:auto;width:auto;
    max-width:100%;
}

.video{

}