html *{
   font-family: 'Raleway', sans-serif;
}

body{
    padding: 0;
    background-color: #F1FAEE;
    color: #1D3557;
    background-repeat: no-repeat;
    background-size: auto;

}

#siteTitle{
    font-size: 50px;
    padding: 10px;
    background-color:#F1FAEE;
    
}

#siteByline{
    font-size: 25%;
    color: #E63946;
    padding-right: 25%;
    display: inline-block;
}

.menu-text{
    background-color: #F1FAEE;
    width: 100%;
}

.leftJust{
    font-size: 25%;
    color: #E63946;
    
}

content{
    font-size: 20px;
}

#middle{
    padding-left: 25%;
    padding-right: 10%;
    text-align: center;
    padding-top: 3%;
 }

#middle2{
    vertical-align: top;
    padding-left: 25%;
    padding-right:10%;
    padding-top: 5%;
    text-align: center;
}

h3{
    text-align: center;
}

hr {
    width: 48.5%;
    text-align: left;
    margin-left: 0%;
}

#getStarted{
    height: 80px;
    width: 300px;
    padding-bottom: 60px;
    background-color: #457B9D;
    color: #F1FAEE;
    font-size: 30px;
    border-radius: 6px;
}

#affirmationAndButtons{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
