.home { 
    position: relative;
    height: 100vh;
    width: 100%;
    background: url(../img/bg2.jpg) no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.navbar .navbar-brand {
    padding: 5px 0;
}
p {
    font-family: josefin sans,sans-serif;
    color: #828281;
    font-size: 20px;
}

p a{
    color: goldenrod;
}

.about {
   
    background: #f7f7f7;
}

.service-content p {
    color: #ffffff;
    font-size: 19px;
}