body { 
font: 1.0em Tw Cen MT;
margin: 0;
color: #555454;
}

a {
    color: #ed1b24;
}

a:hover {
    color: #b7b7b7;
}

a:link {
    text-decoration: none;
}

/*
h1{
font-family: 'Montserrat', sans-serif;
margin: 0;
color: #000000;
}
*/
h1{
font-family: Verdana;
font-weight: normal;
margin: 0;
color: #000000;
}

h2{ font-size: 1.0em;
font-weight: lighter;
color: #999999;
margin: 0;
}



#photo_column {
    float: left;
}



    ul{
        list-style: none;
        background: #ed1b24;  /* RED */
        white-space: nowrap;
    }
    ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }
    ul li a{
        display: block;
        padding: 0px 0px;
        text-decoration: none; /* Removes underline from links */
        color: #ffffff;
        font-size: 0px;
        white-space: nowrap; /* Prevents word wrap */
    }

    ul li a:hover {
    color: #000000;
    }

    ul li ul.dropdown{
        min-width: 275px; /* Set width of the dropdown */
        background: #f2f2f2;
        display: none;
        padding: 0px;
        position: absolute;
        z-index: 999;
        left: 0;
    }
    ul li:hover ul.dropdown{
        display: block; /* Display the dropdown */
    }
    ul li ul.dropdown li{
        display: block;
    }












* {
    box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 0px;
}

html {
    font-family: "Lucida Sans", sans-serif;
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    ul li a {color: #ffffff; font-size: 1.0em; padding: 0px 10px;}
}
@media only screen and (min-width: 900px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
