* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
.row:after {
    content: "";
    clear: both;
    display: table;
}
[class*="column-"] {
    float: left;
    padding: 10px;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .column-tablet-1 {width: 8.33%;}
    .column-tablet-2 {width: 16.66%;}
    .column-tablet-3 {width: 25%;}
    .column-tablet-4 {width: 33.33%;}
    .column-tablet-5 {width: 41.66%;}
    .column-tablet-6 {width: 50%;}
    .column-tablet-7 {width: 58.33%;}
    .column-tablet-8 {width: 66.66%;}
    .column-tablet-9 {width: 75%;}
    .column-tablet-10 {width: 83.33%;}
    .column-tablet-11 {width: 91.66%;}
    .column-tablet-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    .column-fullscreen-1 {width: 8.33%;}
    .column-fullscreen-2 {width: 16.66%;}
    .column-fullscreen-3 {width: 25%;}
    .column-fullscreen-4 {width: 33.33%;}
    .column-fullscreen-5 {width: 41.66%;}
    .column-fullscreen-6 {width: 50%;}
    .column-fullscreen-7 {width: 58.33%;}
    .column-fullscreen-8 {width: 66.66%;}
    .column-fullscreen-9 {width: 75%;}
    .column-fullscreen-10 {width: 83.33%;}
    .column-fullscreen-11 {width: 91.66%;}
    .column-fullscreen-12 {width: 100%;}
}
html {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #808080;
}
.header {
    background-color: #990000;
    color: #ffffff;
    text-align: center;
    padding: 15px;
}


/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
}


ul {
    text-align: left;
}



.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li a {
    display: block;
    text-decoration: none;
    padding: 8px;
    margin-bottom: 7px;
    background-color :#990000;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #fff222;
    color: #fff222;
}
.rightsidebar {
    background-color: #990000;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.fullwidthblock {
    background-color: #990000;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 15px;
}
#bottomdiv {
    position: relative;
    width: auto;
    margin: 0px auto 10px auto;
    font-size: 0.9em;
    text-align: center;
}
#footerdiv {
    position: relative;
    width: auto;
    margin: 30px auto 10px auto;
    font-size: 0.7em;
    text-align: center;
}


