.headerLogo{
   width: 100%;
   text-align: center;
}

.headerLogo img{
    width: 200px;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
    font-family: Roboto;
}

.navbar-background{
    background-color: maroon;
}


.navbar-custom {
    color: white;
}

.navbar-nav > li{
    padding-left:25px;
    padding-right:25px;
  }

.nav-link{
    font-weight: bold;
}

.r_divider{
    background-color: maroon;
    width: 100%;
    height: 25px;
}

.homeContent{
    margin-top: 100px;
    margin-bottom: 150px;
    font-family: Roboto;
}

.homeContent p{
    font-size: 24px;
}

.introText{
    color: maroon;
    font-weight: bold;
    font-family: Roboto;
}


.footerLogo{
    margin-top: 40px;
    margin-bottom: 40px;
}

.footerContact{
    margin-top: 40px;
    margin-bottom: 40px;
}

.footerContactHeader{
    color:maroon;
    font-weight: bold;
    font-size: 32px;
    font-family: Oswald;
}

.footerContact hr{
    width: 100%;
    height: 2px;
    background-color: maroon;
}

.footerContact p{
    vertical-align: 2px;
    color: maroon;
    font-family: roboto;
    font-size: 16px;
}

.footerCopywright{
    margin: 70px;
    width: 70%;
}

.footerCopywright p{
    vertical-align: 2px;
    color: maroon;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
}

.pageTitleText{
    font-size: 60px;
    color: maroon;
    margin-top: 60px;
    font-family: oswald;
}

.pageWrapper{
    background-color: lightgray;
}

.serviceImages{
    margin-top: 30px;
}

.serviceName{
    color:maroon;
    font-size: 35px;
    font-family: roboto;
}

.contactContent{
    text-align: center;
    font-size: 22px;
    margin-top: 100px;
    margin-bottom: 150px;
}

.pageText{
    font-size: 22px;
    font-family: Roboto;
}

.aboutImage img{
    height: 200px;
    width: 200px;
    border-radius: 100px;
}

.aboutBusinessTitle{
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
}

.aboutName{
    text-align: center;
    color: maroon;
    font-weight: bold;
    font-size: 30px;
    font-family: Roboto;
}

.aboutBusinessText{
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    font-family: Roboto;
    text-align: justify;
}

.aboutImage{
    text-align: center;
}


@media screen and (max-width: 985px) {
    .footerCopywright{
        text-align: left;
        margin: 0;
    }
  }



