.standard {
    font-size: 18px;
    font-family: Trebuchet MS;
   
}

.btn-spaced { 
    margin-bottom: 100px;
    margin-left: 5px;
    margin-right: 5px;
}

.header {
    margin-top: 25px;
    margin-bottom: 25px;
}

.icon {
    margin-top: 11px;
    margin-bottom: 25px;
}

.nav-link {
    color:#4e5758;
    float:right;
    margin-bottom:15px;
}

.block {
    position: absolute;
    top: 40px;
    right: 0;
}

.greyHeader {
    background-color: #4e5758;
    height: 40px;
    margin-top: 5px;
}

.blueHeader {
    background-color: #005980;
    height: 55px;
    margin-bottom: 25px;

} 

.whiteLettering {
    font-family: Trebuchet MS;
    color: white;
    font-size: 28px;
    margin-top: 1px;
}

.warning {
    color: red;
    font-size: 20px;
    float: left;
}

footer {
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 70px;
   line-height: 60px;
   background-color: #4e5758;
}

.logo {
    height:auto;
    max-width:360px;
}

.img {
float:left;
}

.buttonRow {
   position: static;
   margin-top:60px;
   bottom: 60px;
   width: 100%;
   height: 60px;
   line-height: 60px;
}

.progBarBlue {
    background-color: #00A1E6;
}

.progBarWhite {
    color: #005980;
    background-color: #00A1E6;
}
 
.progress {     
    margin-top: 10px;
    margin-bottom: auto;
    height: 30px;
} 

.bg-light {
    height: 30px;
}

.bg-primary {
    height: 30px;
}

.higher {
    font-size: 16px;
}