﻿body {
    font-size: 18px;
    background-color: #d8d7d6;
}


h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #8190a4;
    font-size: 40px;
}
h3 {
    color: #8190a4;
}
.topheader {
    background: #fff;
    border-top: 2px solid #255197;
    height: 128px;
    width: 100%;
    text-align: center;
    align-content: center; 
    padding-top: 20px;
}
.header {
    font-family: "brandon-grotesque", "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #424242;
    font-size: 36px;
}
p {
    font-family: "Charis SIL", serif;
    font-weight: 400;
    color: #424242;
}

.ddl {width: initial; margin-left: -15px;}
.right {width: 40%; margin-right: 50px;}
.left {width: 40%;}
.step {
    font-size: 22px;
    font-family: "brandon-grotesque", "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
    font-weight: 700;
    color: #424242;
}
.content {background: #FFF; padding: 30px;}