.contact-details h3 {
    font-size: 1.2em;
    color: #67bdef;
    font-weight: 300 !important;
    padding: 0;
    margin: 0 auto 2px auto;
}

.sub-title {
    font-family: 'Montserrat', Verdans, sans-serif;
}
.contact-details p, .contact-details a {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size: 2em;
    padding: 0;
    margin: 0 auto 20px auto;
    display: block;
    transition: color ease 0.4s;
}

.contact-details a:hover {
    color: #1d9b6c;
}

#biodata {
    border-radius: 25px;
    border: 2px solid #67BDEF;
    width: auto;
    height: 350px;
    margin: 0 auto 30px auto;
    display: block;
}

.social-icons {
    margin: 10px 0;
}

.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color:  #FFF;
    border-radius: 50%;

    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 50px;

    margin-right: 6px;
    margin-bottom: 5px;
    margin-left: 0;
    transition: all ease 0.3s;
}

.social-icons a:hover {
    background-color: #67BDEF;
    color: #000;
}


.menu-header, .menu-body {
    width: 100% !important;
}



/*top header block for inside pages*/
.jumbotron{
    background-color: #000;
    padding: 180px 0 120px 0;
    text-shadow: 2px 2px 4px #333;
}

.jumbotron h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*images to go in top header block*/
.camera-image {
    width: 100%;
    color: white;
    background: black url("../img/downloads-bg.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bicycle-image {
    width: 100%;
    color: white;
    background: black url("../img/bicycle2.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.apc-image {
    width: 100%;
    color: white;
    background: black url("../img/bus.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.traffic-image {
    width: 100%;
    color: white;
    background: black url("../img/vehicles.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.loo-image {
    width: 100%;
    color: white;
    background: black url("../img/landscape.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.bodytext {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .bodytext {
        margin: 0 0 35px 0;
        font-size: 20px;
        line-height: 1.6;
    }
}