body {
    background-color: #25A3C4;
}

.ajb-head-inner {
    height: 100% !important;
    background-color: #b47474;
    width: 100%;
    background-image: url('assets/media/bathroom_ajbird_bath_image.jpg');
    background-position: center bottom;
    background-size: cover;
}

.logo-col {
    padding-top: 100px;
}

.s-descrip {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto 139px;
    padding: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    font-family: Actor;
    font-size: 1.4em;
}

.navbar .nav-link {
    font-family: Actor;
}

/* HEADINGS
================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Crete Round';
    line-height: 1.1em;
    margin: 1.6em 0 .6em;
    font-weight: normal;
    color: #0C4480;
}

h1 {
    font-size: 2.5em;
    font-family: 'DM Sans', sans-serif;
}

h2 {
    font-size: 1.4em;
    line-height: 1em;
    margin: 0;
    padding: 0 0 .5em;
    font-family: 'DM Sans', sans-serif;
}

h3 {
    font: normal 1.5em/1em Alice;
    margin: 0;
    padding-right: 20px;
    font-family: 'DM Sans', sans-serif;
}

h4 {
    font-size: 1.35em;
    padding-left: 20px;
    padding-right: 20px;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

p {
    color: #5E5E5E;
    margin-top: 5px;
}

.embed-container {
    margin-top: 8px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:480px) {
    .s-descrip {
        font-size: 1.1em!important;
    }
}

@media only screen and (max-width:480px) {
    .logo-col {
        padding-top: 30px;
    }
}

.ajb-foot-inner {
    background-color: rgba(251, 251, 251, 0.42);
}

#ajb-footer p {
    font-family: Actor;
    font-size: 0.9em;
}

#ajb-footer h3 {
    font-size: 1.3em;
}

#ajb-footer a {
    color: #000000;
    font-size: 1.0em;
}

#ajb-content #message {
    font-size: 0.9em;
    font-family: Actor;
}

#ajb-footer {
    background-image: url('assets/media/footer_ajbird_bathrooms.jpg');
    background-size: cover;
    background-position: center top;
}

.name {
    color: #4ea1c1;
    font-style: italic;
    padding-left: 100px;
}

.testim {
    color: #747070;
    padding: 20px;
    text-align: justify;
}

.rs-head {
    min-height: 200px;
}

@media only screen and (max-width:575px) {
    .rs-head {
        max-height: !important;
        display: none;
    }
}

.headline {
}

@media only screen and (max-width:735px) {
    .headline {
        width: 100%;
        padding: 5px;
    }
}

@media only screen and (max-width:767px) {
    .headline {
    }
}

.gal-im:hover {
    transform: scale(1.05)!important;

    /* Makes the image 5% bigger */
    transition: transform 0.3s ease!important;

    /* Adds a smooth transition effect */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5)!important;

    /* Adds a shadow to make it stand out */
}

.position-relative {
    position: relative;
}

.booking-text {
    position: absolute;
    top: 10px;

    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);

    /* Semi-transparent background */
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2rem;

    /* Adjust as needed */
    font-weight: bold;
    color: #000;

    /* Text color */
    text-align: center;
    z-index: 10;
    font-family: 'Actor', sans-serif;
    text-transform: uppercase;
}
}