*{
    box-sizing: border-box;
}

body {
    background: #728472;
    overflow-x: hidden;
}

.boldtext {
    font-family: 'Oswald';
    font-variant: small-caps;
    font-weight:50;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    /*border: 1px solid red;*/
    /* For mobile phones: */
    width: 100%;
}

/* For tablets: */
@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    #recentReports {float:inline-end}
}

/* For desktop: */
@media only screen and (min-width: 768px) {
    .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%;}
}

#credits {
    width: 100%;
    height: 6em;
    text-align: left;
    float:inline-end;
}

div.actxt { /*Text acompanied by an image*/
    float:none;
    min-height:210px;
}

div.content{
    padding: 10px;
    margin: 0 0 5px;
    box-shadow: inset 1px 2px 5px 1px #656875;
    height: auto;
    background: #e1e9e4;
    border: outset 9px #68a89e;
    width: 100%;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald';
    font-variant: small-caps;
    margin: 5px;
}

h1 {
    font-size: 53px;
    font-weight: 1000;
}

h2 {
    font-weight: 900;
    font-size: 2em
}

h3 {
    font-weight: 900;
    font-size: 1.5em;
}

h4 {
    font-weight: 900;
    font-size: 1.25em;
}

h5 {
    font-weight: 900;
    font-size: 1.1em;
    margin-bottom: 0px;
    margin-top: 0px;
}

#header {
    background-image: url("img/gkh-webBanner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: max-content;
    position: relative;
    width: 106%;
    left: -3%;
    top: -10px;
    text-shadow: 0px 0px 4px #ebf0ab;
}

.icon{
    position: relative;
    top: 0.5em;
    left: 7px;
    overflow: hidden;
}

/* For centering images*/
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    padding: 0px;
}

#mainContent {
    position:relative;
}

.nav-bar-broken{
    background:#0f1444;
    color: #a87474;
    display:table-cell;
    text-align: center;
    padding:0px;
    overflow:hidden;
    position:relative;
    line-height: 1em;
    min-width: 10.66%;
    vertical-align:middle;
    bottom: 5px;
    font-family: 'oswald';
    font-weight: 700;
    text-decoration: none;
    margin-left: 2px;
    border: solid 1px #120f1a;
    height: 44px;
    text-shadow: 0px 0px 0px;
}

.nav-bar-button {
    background: #0f1444;
    color: #FFFFFF;
    display:table-cell;
    text-align: center;
    padding:0px;
    overflow:hidden;
    position:relative;
    line-height: 1em;
    min-width: 10.66%;
    vertical-align:middle;
    bottom: 5px;
    font-family: 'oswald';
    font-weight:700;
    text-decoration: none;
    margin-left: 2px;
    border: solid 1px #120f1a;
    height: 44px;
    text-shadow: 0px 0px 0px;
}
.nav-bar-button:hover{
    background: linear-gradient(#1b2470, #2d263f)
}

.nav-bar {
    position:relative;
}

.upper {
    margin-left: 5%;
    margin-right: 5%;
    /*top: 230px;*/
    width:90%;
}

.lower {
    margin-left: 5%;
    margin-right: 5%;
    /*top: 274px;*/
    width:90%;
}

p {
    font-size: 15px;
}

p.flavour {
    font-style:italic;
    font-size: 13px;
}

p.reports {
    font-family: 'Courier Prime';
}

p.block-text {
    position:relative;
    text-indent: 10px;
    margin-top: 2px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 599px){
    #recentReports {
        display: none;
    }
    h1 {font-size:1.9em;}
    h2 {font-size:1.6em;}
}

@media only screen and (min-width: 600px){
    #recentReportsMobile {
        display: none;
    }
}

.aesthetic {
    border-collapse:collapse;
    font-family: 'Oswald';
    font-variant: small-caps;
    font-weight: 500;
    font-size: 1.1em;
    width:95%;
    table-layout: fixed;
    background-color: #FFFFFF;
}
.gap {
    border-bottom: 2px hidden;
    border-right: 2px solid #156082;
    border-left:  2px solid #156082;
    width: 50px;
}
.blank {
    border-bottom: 2px hidden;
    border-right: 2px solid #156082;
    border-left:  2px hidden;
    border-right:  2px hidden;
    background-color: #e1e9e4;
}
.blue {
    border-bottom: 2px solid #156082;
    border-right: 2px solid #156082;
    border-left:  2px solid #156082;
}
.cyan {
    border-bottom: 2px solid #416558;
    border-right: 2px solid #416558;
    border-left:  2px solid #416558;
}
.grey {
    background-color: #8f8f8f;
    color: black;
    font-weight: 900;
    font-size: 1.25em;
}
.light-grey {
    background-color: #afafaf;
    color: black;
    padding: 3px;
}
.red {
    border-bottom: 2px solid #9B2D22;
    border-right: 2px solid #9B2D22;
    border-left:  2px solid #9B2D22;
}
.noR {
    border-right: none;
}
.noL {
    border-left: none;
}
th.aesthetic {
    font-weight: 900;
    font-size: 1.25em;
    color:#FFFFFF;
}
th.gap {
    background-color: #e1e9e4;
}
td.gap {
    background-color: #e1e9e4;
}
th.blue {
    background-color: #156082;
}
th.cyan {
    background-color: #416558;
}
th.red {
    background-color: #9B2D22;
}

.objective {
    font-style: italic;
}

@media only screen and (max-width: 459px){
    .tileImg {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display:block;
        height: auto;
    }
    .tileMission {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display:block;
        height: auto;
    }
    .wProf {
        width:100%;
        text-align: center;
    }
}

@media only screen and  (min-width: 460px){
    .tileImg {
        width:248px;
        height:210px;
        float:right;
        shape-outside:polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
        padding:10px;
    }
    .tileMission {
        width:50%;
        height:auto;
        float:right;
        shape-outside:polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
        padding:10px;
    }
    
    .wProf {
        width:50%;
        text-align: center;
    }
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.vs{
    height:40px;
    top:10px;
    z-index: 0;
}
.wrap{
    padding: 10px 25px 10px;
    width: 100%;
    height: auto;
}