body { 
font-family: Montserrat, sans-serif;
font-size: 0.5em;
margin: 0;
color: #000000;  /* Old = 555454 */
}

a {
    color: #ed1b24;
}

a:hover {
    color: #b7b7b7;
}

a:link {
    text-decoration: none;
}
h1 {
    font-weight: bold;
    margin: 0;
    color: #000000;
    font-size: 2.1em;
}

h2 {
    font-family: Times New Roman;
    font-weight: lighter;
    font-size: 2.1em;
    color: #ffffff;
    margin: 0;
}

h3 {
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 3px 2px #000000;
    line-height: 1%;
}

h4  {
    font-family: Montserrat, sans-serif;
    font-size: 0.8em;
    color: #ffffff;
    font-weight: normal;
}

h5 {
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-shadow: 3px 2px #000000;
    margin-bottom: 0.2em;
}

hr { 
    display: block;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
}




#photo_column {
    float: left;
}

    ul{
        list-style: none;
        background: #2a7ea0;  /* BLUE */
/*        white-space: nowrap;  */
    }
    ul li{
        display: inline-block;
        position: relative;
        line-height: 31px;    /* Height of red band */
        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 ul.dropdown li{
        display: block;
    }

    ul li:hover ul.dropdown{
        display: block; /* Display the dropdown
    }
*/











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

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

#demo {
    display: block;
    padding: 0px 0px;
}


/* 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;}
    h2 {font-size: 3.5em;}
    h3 {font-size: 2.5em;}
    h4 {font-size: 1.3em;}
    h5 {font-size: 2.5em;}
    hr {border-width: 3px;}
    #demo {display: none;}

}
@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%;}
    h2 {font-size: 4.5em;}
    h3 {font-size: 3.2em;}
    h4 {font-size: 1.7em;}
    h5 {font-size: 3.2em;}
    hr {border-width: 4px;}

}
