/*
Theme Name: Sea Side Hospital
Version: 1.0
Description: A child theme of Medical Doctor
Template: medical-doctor
Author: Administrator
*/
@import url("../medical-doctor/style.css");
/* custom styles */
#masthead {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

#header {
    background: none;
    border-bottom: 0;
}

.above_title {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 16%;
}

.title-box img {
    width: 100%;
    display: inline-block;
    height: 500px;
}

.title-box h1 {
    font-weight: bold;
    font-size: 35px;
    text-transform: capitalize;
    text-align: start;
    font-family: var(--font-exo);
    letter-spacing: 1px;
    color: white;
    text-align: center;
}