body {
    background-color: #F5F5F5;
    background-image: url('images/background-image.jpg');
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#header-banner {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5vw;
    margin-right: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-logo {
    width: 150px;
}

#header-contact-details {
    color: #46296b;
    font-size: 20px;
    font-style: Semi Bold;
    font-weight: 700;
    text-align: right;
}

#header-menu-bar {
    background-color: #263489;
    height: 35px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5vw;
    padding-right: 12vw;
    transition: 0.5s;
    width: calc(100% - 5vw - 12vw);
    z-index: 2;
}

#header-menu-bar-links {
    display: flex;
    align-items: center;
}

.header-menu-item {
    color: #FFFFFF;
    font-size: 25px;
    font-style: Semi Bold;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    margin-right: 60px;
}

#header-menu-bar-social-links {
    align-self: flex-end;
    margin-left: auto;
}

.social-icon {
    height: 20px;
    width: 20px;
    font-size: 25px;
    margin-left: 5px;
    border-color: #FFFFFF;
    border-style: solid;
    border-radius: 50%;
    border-width: 2px;
    color: white;
    padding: 6px;
}

.fa-facebook {
    padding-left: 8px;
    padding-right: 4px;
}

.fa-instagram {
    padding-top: 4px;
    padding-bottom: 8px;
}

#menu-bar-toggle {
    position: relative;
    float: right;

    cursor: pointer;
    height: 36px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2vw;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-style: solid;
    border-color: #F5F5F5;

    display: none;
    flex-direction: column;
    row-gap: 5px;
}

#menu-bar-toggle span {
    background-color: #F5F5F5;
    width: 22px;
    height: 2px;
}

footer {
    background-color: #263489;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

#footer-text {
    color: white;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
}

#footer-logo {
    width: 125px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding-right: 8px;
}

.content-section {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 10vw;
    margin-right: 10vw;
}

.section-heading {
    color: #293789;
    font-weight: 600;
    font-size: 50px;
    display: flex;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: #0075b1;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

#two-image-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}

#two-image-section img {
    height: 300px;
    height: auto;
    vertical-align: middle;
}

#two-image-section img:nth-of-type(1) {
    width: 49.5%;
}

#two-image-section img:nth-of-type(2) {
    width: 45.5%;
}


#lifeline-banner-section {
    position: relative;
}

#lifeline-banner-section-layer-one {
    background-color: #263287;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 30%;
    width: 70%;
    text-align: center;
}

#lifeline-banner-section-layer-two {
    display: flex;
}

#lifeline-banner-section-left-side {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

#lifeline-banner-section-logo {
    width: 250px;
}

#lifeline-banner-section-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

#about-us-section {
    display: flex;
}

#about-us-section div {
    display: flex;
    flex-wrap: wrap;
}

#about-us-heading {
    width: 190px;
}

#about-us-heading span:nth-of-type(1) {
    color: #263489;
    font-size: 35px;
    font-weight: 700;
}

#about-us-heading span:nth-of-type(2) {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
}

#about-us-heading hr {
    background-color: #0075b1;
    height: 1px;
}

#about-us-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding-right: 20px;
    text-align: justify;
}

/* temporary styling */
#vision-and-mission-section img {
    width: 100%;
}

#product-offerings-section {
    display: flex;
}

#product-offerings-section-banner {
    background-color: #263489;
    color: #FFFFFF;
    padding-bottom: 100px;
    width: 160%;
}

#product-offerings-section-banner-part-a {
    padding-right: 40%;
}

.product-offerings-section-banner-h1 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 20%;
}

#product-offerings-section-banner-part-b {
    padding-left: 12%;
}

.product-offerings-section-banner-h2 {
    font-size: 17px;
    font-weight: 600;
    padding-top: 50px;
}

.product-offerings-section-banner-h3 {
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 35px;
}

#product-offerings-section-text-with-icons {
    display: flex;
}

#product-offerings-section-text {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    padding-left: 10px;
}

#product-offerings-section-text,
#product-offerings-section-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#working-with-basotho-communities-section {
    display: flex;
}

#working-with-basotho-communities-heading {
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;
    padding-right: 10px;
}

#working-with-basotho-communities-text {
    padding-right: 25px;
    text-align: justify;
}

#working-with-basotho-communities-image {
    border: 40px;
    border-color: #253085;
    border-style: solid;
    border-right: 0px;
    width: calc(50% - 40px);
}

#helicopter-service-section {
    display: flex;
}

#helicopter-service-section div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#helicopter-service-section-hems-logo {
    width: 80%;
}

#helicopter-service-section-image {
    width: 50%;
}

#helicopter-service-section-heading {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
}

#helicopter-service-section-subheading {
    color: #293789;
    font-size: 17px;
    font-style: italic;
    text-align: center;
}

#helicopter-service-section-description {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 40px;
    text-align: justify;
}

#partner-client-section div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}

.partner-client-section-image {
    height: 200px;
    width: 47.5%;
}

#cross-border-hospital-transfers-section-content {
    display: flex;
    gap: 10vw;
}

#cross-border-hospital-transfers-section-text {
    font-weight: 400;
    text-align: justify;
}

#cross-border-hospital-transfers-section-image {
    width: 50%;
}

#contact-us-section-content {
    display: flex;
    gap: 5%;
}

#contact-us-section-details {
    background-color: #f2f2f2;
    border-color: #dadada;
    border-style: solid;
    border-width: 2px;
    padding: 20px;
    width: 47.5%;
}

.contact-us-section-details-heading {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 4px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.contact-us-section-details-text {
    font-size: 20px;
    padding-bottom: 20px;
}

#contact-us-section-details a {
    text-decoration: none;
}

#contact-us-section-details-whatsapp {
    color: #548235;
}

#contact-us-section-details-phone {
    color: #0070C0;
}

.fa-phone,
.fa-whatsapp {
    font-size: 20px;
}

#contact-us-section-map {
    border-color: #dadada;
    border-style: solid;
    border-width: 2px;
    height: auto;
    width: 47.5%;
}

@media only screen and (max-width:825px) {
    .section-heading {
        font-size: 35px;
        text-align: center;
    }

    #header-contact-details {
        font-size: 17px;
    }

    #header-menu-bar {
        height: 35px;
        padding-right: 3vw;
        width: calc(100% - 5vw - 3vw);
    }

    #header-menu-bar-links {
        position: relative;
        top: 45px;
        padding-left: 5px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }

    #header-menu-bar-social-links {
        align-self: flex-start;
        margin-left: -10px;
    }

    #menu-bar-toggle {
        display: flex;
    }

    #lifeline-banner-section-layer-one {
        font-size: 25px;
        height: 150px;
        top: 280px;
        padding-left: 2%;
        padding-right: 2%;
        width: calc(100% - 2% - 2%);
    }

    #lifeline-banner-section-layer-two {
        flex-direction: column;
        row-gap: 15px;
    }

    #lifeline-banner-section-left-side {
        padding-bottom: 0px;
    }

    #lifeline-banner-section-logo {
        margin-bottom: 185px;
    }

    #about-us-section {
        flex-direction: column;
        row-gap: 15px;
    }

    #about-us-description {
        padding-right: 0px;
    }

    #product-offerings-section {
        flex-direction: column;
        row-gap: 15px;
    }

    #product-offerings-section-banner {
        width: 100%;
    }

    #product-offerings-section-icons img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #working-with-basotho-communities-section {
        flex-direction: column;
        row-gap: 15px;
    }

    #working-with-basotho-communities-text {
        padding-right: 0px;
    }

    #working-with-basotho-communities-image {
        width: calc(100% - 40px);
    }

    #helicopter-service-section {
        flex-direction: column;
        row-gap: 15px;
    }

    #helicopter-service-section-hems-logo {
        width: 75%;
    }

    #helicopter-service-section-image {
        width: 100%;
    }

    #helicopter-service-section div:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #helicopter-service-section-description {
        padding-top: 15px;
    }

    #helicopter-service-section-heading,
    #helicopter-service-section-subheading,
    #helicopter-service-section-description {
        padding-left: 0px;
        padding-right: 0px;
    }

    #partner-client-section div {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .partner-client-section-image {
        width: 100%;
    }

    #cross-border-hospital-transfers-section-content {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    #cross-border-hospital-transfers-section-image {
        width: 100%;
    }

    #contact-us-section-content {
        flex-direction: column;
        row-gap: 15px;
    }

    #contact-us-section-details {
        padding: 10px;
        width: calc(100% - 20px);
    }

    #contact-us-section-map {
        width: 100%;
    }
}

/* The sticky class is added to the header-menu-bar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
}