/* RESET:::::::::::::::::::::*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}


/* Clearing floats */

.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


/* ::::::::::::::::::::: EDIT START ::::::::::::::::::::::::::::::*/

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    text-align: center;
    height: 100%;
    background-color: #00395A;
    background-image: url(../mbg2.svg);
    -webkit-background-size: 35%;
    -o-background-size: 35%;
    -moz-background-size: 35%;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    padding-bottom: 10%;
}

body *{
    color: rgba(255,255,255,1);
    line-height: 1.5;
    z-index: 1;
}

a {
    text-decoration: none;
}

h2,
h3,
h4,
h5,
h6{
text-transform: uppercase;
}

ul{
padding: 1em;
}

#wrap {}

.content {
    display: flex;
    justify-content: flex-start;
    align-content:stretch;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.content-inner {
    position: relative;
    display: block;    
    width: 75%;
    margin: 0;
    padding: 0 10%;
}

/*.content.start .content-inner {
    position: absolute;
    display: block;    
    left: 0;
    top: 25%;
}*/

h1 {
    font-size: 2em;
    line-height: 4;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    letter-spacing: 0.0075em;
}

h1 span {
    font-weight: 300;
}

p,
a {
    color: rgba(255, 255, 255, 1);
    line-height: 3;
}

a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
}

a.border-top {
    border-top: 1px solid #fff;

}


ul {
padding: 0;
margin: 0 0 0 1em;
list-style-type: circle;
}

.content.start ul{
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.content.start ul li{
    padding-left: 1em;
}

.content.start ul li:before {    
    font-family: 'Font Awesome\ 5 Free';     
    content: '\f21e';
    color: rgba(255,255,255,1);
    font-weight: 900;
    display: inline-block;
    margin-left: -1em; /* same as padding-left set on li */
    width: 1em; /* same as padding-left set on li */
}

ul li {margin-bottom: 16px;}

ul li span {
display: inline-block;
vertical-align: top;
padding-left: 1em;
}

@media only screen and (max-width: 600px) {

    html *{
        line-height: 1.2;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
    font-size: 20px;
    }
    
    .content-inner {
        padding: 0 5%;
        margin-bottom: 20%;
    }
    .content-inner {  
        width: 90%;
    }


}

@media only screen and (max-width: 320px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
    font-size: 16px;
    }



}

