@charset "UTF-8";
/* CSS Document */


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


/* 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%;}
}
@media only screen and (min-width: 768px) {
    /* 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%;}
}



body { margin: 0px; font-family: Montserrat, "Trebuchet MS", Arial, "sans-serif"; color: #000; font-size: 18px; background-color: #fff; }
img {width: 100%; height: auto; }

.headshot { width: 240px; height: 320px; float: right; margin: 0px 0px 10px 10px; }
.flag { width: 225px; height: 135px; }

a { text-decoration: none; } 
a:link { color: #6666ff; text-decoration: none; }
a:active { color: #9966ff; text-decoration: none; }
a:visited { color: #9966ff; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

.nav { margin: 5px 0px 5px 5px; font-size: 20px; text-align: right; }

.nav a { text-decoration: none; } 
.nav a:link { color: #333; text-decoration: none; }
.nav a:active { color: #ccc; text-decoration: none; }
.nav a:visited { color: #333; text-decoration: none; }
.nav a:hover { color: #6666ff; text-decoration: none; }

.navblok { display: block; float:left; margin-left: 40px; padding: 2px; min-width: 180px; border-bottom: 1px solid #ccc; }
.logo { margin: 5px 5px 5px 0px; font-size: 20px; font-weight: bold; }
.title { margin: 0px 0px 5px 0px; font-size: 30px; border-bottom: 1px solid #ccc; color:#2528d7; }
.footer { background-color: #ede9e4; font-size: 10px; text-transform: uppercase; }
.sub1 { font-weight: bold; }
