* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Crete Round', Arial, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: calc(100vw - 15px);
    color: #1e1e1e;
    text-align: center;
    overflow-y: scroll;
}

a, a:hover, a:visited {
    color: #1e1e1e;
    text-decoration: none;
}


#wrapper {
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 15px;
    text-align: left;
}

h1, h2, h3 {
    font-family: 'Oswald', Helvetica, sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 80px;
    line-height: 1em;
    margin-top: 80px;
}

h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 80px;
}

h3 {
    font-size: 40px;
    line-height: 1em;
    margin: 40px 0 30px;
}

h4 {
    font-size: 28px;
    line-height: 1.2em;
    margin: 30px 0 10px;
}


.logo {
    width: 200px;
    margin: 80px 0;
}

.align-center {
    text-align: center;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.row {
    margin: 15px 0;
}

.col-pt-36 {
    padding-top: 36px;
}

.col-pull-right {
    float: right !important;
}

.row:after, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

p {
    line-height: 22px;
    margin: 10px 0;
}

p > span.upper {
    font-family: 'Oswald', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.f-text {
    font-family: 'Oswald', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    margin-top: 20px;
    display: inline-block;
    color: #353c46!important;
    padding-left: 15px;
    position: relative;
}

.f-text:before {
    content: "^";
    position: absolute;
    left: 0;
    color: #bd1030;
    top: -14px;
}

.col-6 {
    float: left;
    width: 50%;
}

.m-before:before {
    content: "M";
    font-family: 'Oswald', Helvetica, sans-serif;
    color: #bd1030;
    margin-right: 6px;
    font-weight: 700
}

.w-before:before {
    content: "W";
    font-family: 'Oswald', Helvetica, sans-serif;
    color: #bd1030;
    margin-right: 6px;
    font-weight: 700
}

.p-before:before {
    content: "P";
    font-family: 'Oswald', Helvetica, sans-serif;
    color: #bd1030;
    margin-right: 6px;
    font-weight: 700
}


.c-before:before {
    content: "C";
    font-family: 'Oswald', Helvetica, sans-serif;
    color: #bd1030;
    margin-right: 6px;
    font-weight: 700
}


.f-white {
    color: #ffffff 
}

.f-yellow {
    color: #f1951f !important
}

.f-red {
    color: #bd1030
}

strong {
    font-weight: 700;
}



