/*header*/
#mainNav{
    background: #15032E;
    position: relative;
    width: 100%;
    /*left: 10.937%;*/
    top: 0;
    border-radius: 5px;
}
/*end header*/

html, body{
    font-family: 'Inconsolata';
    background-color: #F5F5F5;
}

.title{
    color: #DB3B47;
    font-weight: 400;
    font-size: 5vw;
    line-height: 5.3vw;
    text-align: center;
    margin-top: 2vw;
}

.subtitle{
    color: #DB3B47;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 5.3vw;
    text-align: center;
    margin-top: 0;
}

.paragraphTitle{
    font-size: 1.8vw;
    padding-left: 8vw;
    color: #DB3B47;
}

.descriptionText{
    font-weight: 400;
    line-height: 1.48vw;
    font-size: 1.02vw;
    padding-right: 8vw;
    color: #5B5579;
}

.addTop{
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    border-bottom: 1.2px solid #e5e4ea;
    margin-left: auto;
    margin-right: auto;
}

.addTop:last-child{
    border: none;
}

.mailDecoration{
    text-decoration: underline;
    color: #DB3B47;
    font-weight: 900;
}

/*skip link*/
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
}

/*end skip link*/

.sr-only{
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}