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

a {
    color: #000000;
}

a:hover {
    color: #ed1b24; /* RED */
}

a:link {
    text-decoration: none;
}




.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





table { 
font: 1.0em Tw Cen MT;
}
/*
h1{
font-family: 'Squada One', cursive;
margin: 0;
color: #000000;
}
*/
h1{
font-family: Verdana;
font-weight: normal;
margin: 0;
color: #000000;
font-size: 2.1em;
}

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

h3{
font-family: Verdana;
font-weight: bold;
margin: 0;
color: #ffffff;
font-size: 1.3em;
}

h4{
font-family: 'La Belle Aurore', cursive;
}






#photo_column {
    float: left;
}



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

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


    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-1-1 {width: 12.5%; vertical-align: bottom;}
    .col-m-2 {width: 16.66%;}
    .col-m-2-1 {width: 18.75%;}
    .col-m-2-2 {width: 20.83%;}
    .col-m-3 {width: 25%; vertical-align: bottom;}
    .col-m-4 {width: 33.33%;}
    .col-m-4-1 {width: 37.5%;} /* half of 75% */
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%; vertical-align: bottom;}
    .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: #000000; font-size: 1.0em; padding: 0px 10px;}
}

@media only screen and (min-width: 800px) {
    /* For desktop: */
    .col-s-1 {width: 0%; vertical-align: bottom;}
    .col-s-2 {width: 12.5%; vertical-align: bottom;}
    .col-s-3 {width: 25%; vertical-align: bottom;}
    .col-s-4 {width: 33.33%; vertical-align: bottom;}
    .col-s-6 {width: 50%; vertical-align: bottom;}
}

@media only screen and (min-width: 900px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-1.1 {width: 12.5%;}
    .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%;}
    .col-a {width: 1%;}
}

@media only screen and (min-width: 1050px) {
    /* For desktop: */
    .col-r-1 {width: 5%;}
    .col-r-2 {width: 7.5%;}
    .col-r-1.1 {width: 12.5%;}
    .col-r-3 {width: 25%;}
    .col-r-6 {width: 50%;}
}
