




#aboutPage .aboutHeader {
    background-color: #FFBC0D;
    text-align: center;
}

#aboutPage .aboutHeader h1 {
    color: black;
    font-size: 40px;
    font-family: 'SpeedeeWRg', sans-serif;
    font-weight: 300;
    
}

#aboutPage .aboutHeader .aboutHeaderInner {
    padding-top: 60px;
    padding-bottom: 60px;
    
}



#aboutPage .aboutSection1 .aboutImageTextInner .aboutImage{
    background: url(../img/aboutpic1n.jpg);
}

#aboutPage .aboutSection2 .aboutImageTextInner .aboutImage{
    background: url(../img/aboutpic2.jpg);
}

#aboutPage .aboutSection3 .aboutImageTextInner .aboutImage{
    background: url(../img/aboutpic3.jpg);
}

#aboutPage .aboutImageText .aboutImageTextInner .aboutImage{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 600px;
}

#aboutPage .aboutImageText .aboutText h2{
    color: #DB0007;
    font-size: 30px;

    font-family: 'SpeedeeWRg', sans-serif;
    font-weight: 300;
}

#aboutPage .aboutImageText .aboutText p{
    color: black;
    font-size: 18px;
    padding-top: 10px;

    font-family: 'SpeedeeWRg', sans-serif;
    font-weight: 300;
}

#aboutPage .aboutImageText .aboutText p span{
    color: black;
    font-size: 22px;
    font-weight: 700;
}

#aboutPage .aboutImageText .aboutText{
    padding-top: 100px;
    padding-bottom: 100px;
}

#aboutPage .aboutImageText .aboutText h3{
    color: black;
    font-size: 24px;

    font-family: 'SpeedeeWRg', sans-serif;
    font-weight: 300;
}

#aboutPage .aboutContactInner{
    text-align: center;
    padding-bottom: 100px;
}


#aboutPage .aboutContactInner h3 {
    font-size: 24px;
    font-family: 'SpeedeeWRg', sans-serif;
    text-align: center;
    color: black;
    font-weight: 700;
}

#aboutPage .aboutContactInner a {
    font-size: 24px;
    font-family: 'SpeedeeWRg', sans-serif;
    text-align: center;
    color: black;
    font-weight: 300;
}
