﻿
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
body {
}
.banner {
    height: 500px;
    background-image: linear-gradient(rgba(12, 206, 248,0.5),rgba(12, 206, 248,0.5)),url("../img/doctors/doctorBanner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
    
.banner h1 {
        font-family: 'Philosopher', sans-serif;
        font-size:55px;
        font-weight:300;
        text-shadow:0px 0px 5px cyan;

    }



