body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

.w3-wide {letter-spacing: 5px;}
.w3-hover-opacity {cursor: pointer;}
.w3-elitefont {
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 2px 2px 2px #aaa;
}

.bghome, .bgsurgeon, .bgappointment{
    opacity: 0.7;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bghome {
    background-image: url('../image/banner.jpg');
    min-height: 100%;
}
.bgsurgeon{
    background-image: url('../image/dentist-bw.jpg');
    min-height: 400px;
}
.bgappointment{
    background-image: url('../image/timings.jpg');
    min-height: 400px;
}


@media only screen and (max-width: 1024px) {
    .bghome, .bgsurgeon, .bgappointment{
        background-attachment: scroll;
    }
}
