﻿#myVideo {
    width: 100%;
    z-index: -1;
}

.tagline {
    color: white;
}

/*.menuItem, .menuItem a, .menuItem a:visited {
    color: white;
}*/
.menuItem a:hover, .menuItem a:visited:hover {
    text-shadow: white 0 0 3px;
    font-weight: bold;
    color: black;
}

.mContent {
    top: -135px;
    text-align: center;
}

.mHeader {
    background-color: transparent;
    background-image: none;
}



@media (max-width: 615px) {
    .vid {
        top: 0;
        margin: 0;
        position: relative;
        display: block;
    }

    .mContent {
        top: 0;
    }

    .mHeader {
        /*background-color: #455263;*/
        background-color: black;
    }
    /**/

}


.famFull {
    display: inline;
    width: 100%;
}

.famHalf {
    display: none;
}

@media (max-width: 615px) {
    .famFull {
        display: none;
    }

    .famHalf {
        display: inline;
        width: 100%;
    }
}



.csds {
    cursor: pointer;
}
    .csds > p {
       clear:both; padding-top:25px;
       border:1px dotted magenta;
    }
.csds-img {
    width: 25%;
    max-width: 300px;
    border: 1px solid white;
    float: left;
}

@media (max-width: 700px) {
    .csds-img {
        width: 33.3%;
        max-width: 300px;
    }
}

@media (max-width: 400px) {
    .csds-img {
        width: 50%;
        max-width: 300px;
    }
}
