.bg-blue {
    background-color: #C5E1F1;
} 
.bg-grey {
    background-color: #f6f5f5;
}
.bg-dark-bg {
    background-color: #00a5cb;
}
.jumbotron-spacing {
    margin-bottom: 0px;
    margin-top: 20px;       
}
.jumbotron-back {
    background-size: cover;
    color: #00A5CB;
}
.container-spacing {
    padding-bottom: 20px;
    padding-top: 20px;
}
.parallax {
    background-image: url(images/info1.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}   
.nav-custom {
    background-color: #016EB0 !important;
}
.navbar, .navbar-nav, .nav-link { 
    font-family: "Segoe UI" !important;    
    font-size: x-large !important;
    color: #FFFFFF !important;
} 
.btn-custom {
    background-color: #00a5cb;
}
.card-custom {
    padding: 10px !important;
}  
    
.parallax2 {
        
    background-image: url(images/national-cancer-institute-NFvdKIhxYlU-unsplash.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        
}
 
.jumbrotron-custom {
    background-image: url(images/info1.jpg);
    background-size: cover;
    background-position: 0 60%;
}
.parallax3 {
        
    background-image: url(images/computer-desk-laptop-stethoscope-48604.jpg);
    min-height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}