/*************************************************************************************************** Global Variables */
:root {
    --colour-background: #FFFFFF;
    --colour-socials-top-bar-background: #3D3D3D;
    --colour-socials-top-bar-text: #D4D4D4;
    --colour-socials-top-bar-on-hover: #6b6fa7;
    --colour-nav-bar-top-background: #303030;
    --colour-nav-bar-top-active-link: #b0b4f4;
    --colour-nav-bar-top-text: #F0F0F0;
    --colour-footer-background: rgb(54, 56, 57);
    --colour-footer-text-colour: #B0B0B0;
    --colour-purple-background: rgba(89, 95, 188, 1);
    --colour-40-percent-transparent: rgba(0, 0, 0, 0.4);
    --colour-20-percent-transparent: rgba(0, 0, 0, 0.2);
    --colour-wufoo-form-background: rgb(246, 247, 251);
    --max-width: 960px;
}

@media screen and (min-width: 1400px) {
    :root {
        --max-width: 1200px;
    }
}

/***************************************************************************************************** General Styles */
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--colour-background);
    background-image: url('/assets/page_background_2.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.home {
    background-image: url('/assets/page_background_tracy.jpg');
}

.inspirational {
    background-image: url('/assets/page_background_2.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

p {
    color: rgb(85, 85, 85);
}

/******************************************************************************************************** Transitions */
a,
.btn {
    transition: all 300ms ease;
}

/**********************************************************************************************  Index Image Carousel */
.fullWidthImageSlider {
    width: 100%;
    max-height: 450px;
    min-height: 450px;
    position: relative;
}

.fullWidthImageSlider img {
    width: 100%;
    max-height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 1250ms;
}

.fullWidthImageSlider img:first-child {
    z-index: 1;
}

.fullWidthImageSlider img:nth-child(2) {
    z-index: 0;
}

@media screen and (max-width:600px) {
    .fullWidthImageSlider {
        min-height: 100px;
    }
}

/********************************************************************************************************* Page Title */
.pageTitleSection {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: var(--colour-40-percent-transparent);
}

.pageTitleSection h2 {
    margin: 0 auto;
    font-size: 40px;
    line-height: 40px;
    font-family: Playfair Display SC, sans-serif;
    font-weight: normal;
    color: white;
    text-shadow: 1px 1px 2px var(--colour-20-percent-transparent);
    text-align: center;
}

@media screen and (max-width:600px) {
    .pageTitleSection h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

/******************************************************************************************************* Main Content */
.mainContainer {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    background-color: var(--colour-background);
    background-image: url('/assets/diamond_upholstery.png');
    background-repeat: repeat;
    background-size: 200px;
    background-attachment: fixed;
    position: relative;
}

.welcomeContainer {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
}

.welcomeContainer article h1 {
    text-transform: capitalize;
    color: #69757e;
    font-family: Playfair Display SC, sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    margin: 20px 0;
    width: auto;
    padding-right: 30px;
    box-shadow: inset 0 -1px 0 #ddd;
    display: inline-table;
}

.welcomeContainer article h1::after {
    background: #7d82cb;
    clear: both;
    display: block;
    float: left;
    content: "";
    position: relative;
    height: 2px;
    width: 70%;
    margin: 10px 30% 0 0;
    border-radius: 2px;
    padding: 0;
    box-sizing: border-box;
    color: #69757e;
}

.welcomeContainer article p {
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
}

@media screen and (max-width:600px) {
    .welcomeContainer article p {
        text-align: justify;
        margin: 0 8px 0 8px;
    }
}

/************************************************************************************************************** Motto */
.mottoContainer {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 0px;
    font-family: Playfair Display SC, sans-serif;
    font-weight: normal;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.6);
}

.mottoContent {
    max-width: var(--max-width);
    margin: 0 auto;
}

/*******************************************************************************************************  Video Links */
.videoLinkContainer {
    width: 100%;
    background-image: url('/assets/diamond_upholstery.png');
    background-repeat: repeat;
    background-size: 200px;
    background-attachment: fixed;
}

.videoLinkContent {
    padding-top: 80px;
    margin: 0 auto;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.indexVideoLink {
    border: none;
    width: 320px;
    padding-left: 8px;
    padding-right: 8px;
}

.braveLotusFlowerVideoLink {
    border: none;
    width: 480px;
    height: 360px;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (max-width:600px) {
    .videoLinkContent {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .indexVideoLink {
        margin: 0 auto;
        padding-bottom: 42px;
    }

    .braveLotusFlowerVideoLink {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 16px;
    }
}

/******************************************************************************************************  Testimonials */
.fullWidthTestimonialSliderBackground {
    background-color: var(--colour-purple-background) !important;
    background: url('/assets/section-background-stripes2.svg');
}

.fullWidthTestimonialSlider {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    position: relative;
    margin: auto auto;
    text-align: center;
    color: white;
}

#testimonialHeader {
    padding-bottom: 40px;
}

#testimonialHeader h3 {
    font-family: Playfair Display SC, sans-serif;
    font-size: xx-large;
}

#testimonialHeader img {
    padding-top: 30px;
    background-color: transparent;
    width: 72px;
}

#testimonialSlides {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    color: white;
}

#testimonialSlides p {
    width: 90%;
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    height: 120px;
    text-align: center;
    color: white;
    margin: auto;
}

.fullWidthTestimonialSlider button {
    font-size: 1.2em;
    height: 1.2em;
    width: 1.2em;
    background-color: #a79cf3;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    color: #0a69ed;
    box-shadow: 0 0 1em rgba(1, 17, 39, 0.25);
    cursor: pointer;
    border-radius: 50%;
}

.fullWidthTestimonialSlider button#nextTestimonial {
    right: 0.3em;
}

.fullWidthTestimonialSlider button#previousTestimonial {
    left: 0.3em;
}

@media screen and (max-width:600px) {
    #testimonialHeader {
        padding-bottom: 20px;
    }

    #testimonialHeader h3 {
        font-family: Playfair Display SC, sans-serif;
        font-size: x-large;
    }

    #testimonialHeader img {
        padding-top: 20px;
        background-color: transparent;
        width: 36px;
    }

    .fullWidthTestimonialSlider {
        max-height: 300px;
        min-height: 300px;
    }

    #testimonialSlides p {
        width: 90%;
        font-family: Amiri, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        height: 240px;
        text-align: center;
        color: white;
        margin: auto;
    }
}

/********************************************************************************************************* Order Book */
.orderBookNowContainer {
    width: 100%;
    background-image: url('/assets/diamond_upholstery.png');
    background-repeat: repeat;
    background-size: 200px;
    background-attachment: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.orderBookButtonContainer {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.orderBookButtonContainer .orderButtonContainer {
    width: 60%;
    display: flex;
    justify-content: center;
}

.orderBookButtonContainer .orderButtonContainer a {
    display: flex;
    flex-direction: row;
    border-color: #5258b9;
    background-color: rgba(89, 95, 188, 0.9);
    color: #fff;
    text-transform: uppercase;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    outline: 0 !important;
    text-decoration: none;
}

.orderBookButtonContainer .orderButtonContainer a img {
    height: 18px;
    margin-right: 8px;
}

.orderBookCoverContainer {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

@media screen and (max-width:600px) {
    .orderBookNowContainer {
        flex-direction: column;
    }

    .orderBookButtonContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .orderButtonContainer {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .orderBookCoverContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

/******************************************************************************************************* Lets Connect */
.letsConnectContainer {
    width: 100%;
    background-image: url('/assets/section-background-stripes.svg');
    background-repeat: repeat;
    background-size: 4px;
    background-attachment: fixed;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    padding: 36px 0 36px 0;
}

.letsConnectContainer h2 {
    font-family: Playfair Display SC, sans-serif;
    font-size: 45px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
    color: rgba(89, 95, 188, 1);
    margin: 0 auto;
}

.letsConnectContainer p {
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #b8b8b8;
    margin: 0 auto;
    padding-top: 16px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: justify;
    text-justify: auto;
}

.letsConnectSocials {
    display: inline;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 48px;
}

@media screen and (max-width:600px) {
    .letsConnectSocials {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.letsConnectSocials img {
    height: 112px;
    padding-right: 16px;
}

.contactMeButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 150px;
    background-color: rgba(89, 95, 188, 0.9);
    margin: 0 auto;
    border-radius: 4px;
    padding: 8px 42px 8px 42px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.contactMeButton img {
    height: 18px;
    margin-right: 8px;
}

/****************************************************************************************************** About Me Page */
.aboutMeContainer {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    background-image: url('/assets/diamond_upholstery.png');
    background-repeat: repeat;
    background-size: 200px;
    background-attachment: fixed;
}

.aboutMeImageContainer {
    flex: 35%;
}

.aboutMeImageContainer .image {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    max-width: 350px;
    max-height: 400px;
}

.aboutMeTextContainer {
    flex: 65%;
    /* padding: 30px 30px 0 0; */
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.aboutMeTextContainer div {
    text-align: justify;
}

.aboutMeBottomParagraph {
    width: 100%;
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}

@media screen and (max-width: 600px) {
    .aboutMeContainer {
        flex-direction: column;
    }

    .aboutMeContainer .aboutMeBottomParagraph {
        width: 90%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .aboutMeTextContainer {
        width: 100%;
    }

    .aboutMeTextContainer div {
        text-align: justify;
        padding: 0 16px 0 16px;
    }

    .aboutMeImageContainer .image {
        width: 95%;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
        max-width: 250px;
        max-height: 300px;
    }

}

.photoGalleryContainer {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.photoGalleryList {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    justify-content: space-between;
}

.photoGalleryList>li {
    flex-grow: 1;
    height: 200px;
    cursor: zoom-in;
    position: relative;
}

.photoGalleryList::after {
    content: "";
    flex-grow: 999;
}

.photoGalleryList li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.photoGalleryList li img:hover {
    transform: rotate(1deg) scale(0.95, 0.95);
    transition: transform 0.3s ease-in-out;
    filter: brightness(60%);
}

.photoGalleryModal {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
}

.photoGalleryModalImage {
    max-width: 95%;
    max-height: 95%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
}

.photoPlaceholder {
    max-width: 90%;
}

.photoGalleryModalClose {
    color: #aaaaaa;
    float: right;
    padding-left: 12px;
    font-size: 28px;
    font-weight: bold;
    z-index: 6;
}

.photoGalleryModalClose:hover,
.photoGalleryModalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.photoGalleryModalControls {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 20px;
    color: #aaaaaa;
}

.photoGalleryModalPrevious {
    color: #aaaaaa;
    padding-right: 24px;
    font-size: 28px;
    font-weight: bold;
}

.photoGalleryModalPrevious:hover,
.photoGalleryModalPrevious:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.photoGalleryModalNext {
    color: #aaaaaa;
    padding-left: 24px;
    font-size: 28px;
    font-weight: bold;
}

.photoGalleryModalNext:hover,
.photoGalleryModalNext:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/******************************************************************************************** Brave Lotus Flower Page */
.braveLotusFlowerBookImage {
    display: flex;
    max-width: var(--max-width);
    margin: 0 auto;
}

.braveLotusFlowerBookImage img {
    max-width: 96%;
    margin: 0 auto;
}

.braveLotusFlowerPageBookImageContainer {
    flex: 35%;
}

.braveLotusFlowerPageBookImageContainer .image {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    max-width: 380px;
    max-height: 300px;
}

.braveLotusFlowerOrderTextContainer {
    flex: 65%;
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.braveLotusFlowerOrderTextContainer div {
    text-align: center;
}

.braveLotusFlowerButtonContainer {
    display: flex;
    flex-direction: row;
    max-width: var(--max-width);
    margin: 0 auto;
    margin-top: 36px;
}

.actionButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 200px;
    background-color: rgba(89, 95, 188, 0.9);
    margin: 0 auto;
    border-radius: 4px;
    padding: 8px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.actionButton img {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.braveLotusFlowerButtonContainer> :first-child {
    margin-right: 24px;
}

.orderDirectlyContainer {
    width: 50%;
    max-width: var(--max-width);
    margin: 0 auto;
}

.orderDirectlyContainer h2 {
    text-transform: capitalize;
    color: #69757e;
    font-family: Playfair Display SC, sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    margin: 20px 0;
    width: 100%;
    padding-right: 30px;
    box-shadow: inset 0 -1px 0 #ddd;
    display: inline-table;
}

.orderDirectlyContainer h2::after {
    background: #7d82cb;
    clear: both;
    display: block;
    float: left;
    content: "";
    position: relative;
    height: 2px;
    width: 70%;
    margin: 10px 30% 0 0;
    border-radius: 2px;
    padding: 0;
    box-sizing: border-box;
    color: #69757e;
}

.orderBookFormContainer {
    max-width: var(--max-width);
    width: 50%;
    margin: 0 auto;
}

.orderBookFormContainer>iframe {
    background-color: var(--colour-wufoo-form-background);
    margin: 0 auto;
}

@media screen and (max-width:600px) {
    .braveLotusFlowerOrderTextContainer div {
        text-align: justify;
        padding: 0 16px 0 16px;
    }

    .braveLotusFlowerPageBookImageContainer .image {
        width: 80%;
        height: 80%;
        padding-top: 10px;
        max-width: 300px;
        max-height: 200px;
    }

    .braveLotusFlowerButtonContainer {
        flex-direction: column;
    }

    .actionButton {
        margin-bottom: 16px;
    }

    .orderBookFormContainer {
        max-width: var(--max-width);
        width: 95%;
        margin: 0 auto;
    }

}

/***************************************************************************************** Inspirational Speaker Page */
.inspirationalContainer {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    padding: 50px 0 30px 0;
    background-image: url('/assets/diamond_upholstery.png');
    background-repeat: repeat;
    background-size: 200px;
    background-attachment: fixed;
}

.inspirationalImageContainer {
    flex: 25%;
}

.inspirationalImageContainer img {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 360px;
}

.inspirationalTextContainer {
    flex: 75%;
    padding: 30px;
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    .inspirationalContainer {
        flex-direction: column;
    }
}

/**************************************************************************************************** Book Me Section */
.bookMeSectionContainer {
    width: 100%;
    background-image: url('/assets/page_background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #303030;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 0 36px 0;
}

.bookMeSectionContainer h2 {
    font-family: Playfair Display SC, sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 1.3;
    text-shadow: 1px 1px 2px var(--colour-20-percent-transparent);
    text-size-adjust: 100%;
    text-align: center;
}

.bookMeButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 150px;
    background-color: rgba(89, 95, 188, 0.9);
    margin: 0 auto;
    border-radius: 4px;
    padding: 8px 36px 8px 36px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.bookMeButton img {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

@media screen and (max-width:600px) {
    .bookMeSectionContainer {
        width: 96%;
        padding: 36px 8px 36px 8px;
    }
}

/************************************************************************************************** Get In Touch Page */
.contactFormContainer {
    display: flex;
    flex-direction: row;
    max-width: var(--max-width);
    width: 80%;
    margin: 0 auto;
}

.contactFormContainer>iframe {
    background-color: var(--colour-wufoo-form-background);
    margin: 0 auto;
}

.contactFormContainer .contactFormImageContainer {
    width: 60%;
    display: flex;
    margin: auto auto;
    align-content: center;
}

.contactFormContainer .contactFormImageContainer>img {
    max-height: 650px;
    max-width: 400px;
    padding: 20px;
}

@media screen and (max-width:600px) {
    .contactFormContainer {
        max-width: var(--max-width);
        width: 95%;
        margin: 0 auto;
    }

    .contactFormContainer .contactFormImageContainer {
        display: none;
    }
}

/********************************************************************************************** Navbar Top Navigation */
.navigationBarTopContainer {
    width: 100%;
    background-color: var(--colour-nav-bar-top-background);
    color: var(--colour-nav-bar-top-text);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}

.navigationBarTopContent {
    max-width: var(--max-width);
    width: 100%;
    background-color: var(--colour-nav-bar-top-background);
    color: var(--colour-nav-bar-top-text);
    fill: var(--colour-nav-bar-top-text);
    padding: 16px 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navigationBarTopContent .logo {
    max-height: 42px;
}

.navigationBarTopContent .activeLink {
    color: var(--colour-nav-bar-top-active-link);
}

.navigationBarTopContent ul {
    display: flex;
    list-style-type: none;
}

.navigationBarTopContainer ul li a {
    text-decoration: none;
    color: var(--colour-nav-bar-top-text);
    margin-right: 30px;
}

.navigationBarTopContainer ul li a:hover {
    color: var(--colour-socials-top-bar-on-hover);
}

#toggleMenuButton {
    display: none;
    width: 24px;
    height: 24px;
}

.toggleMenuClosed {
    background-image: url('/assets/bars-solid.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.toggleMenuOpen {
    background-image: url('/assets/x-solid.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dropdownNavigationMenu {
    position: absolute;
    right: 2.5rem;
    top: 60px;
    display: none;
    width: 250px;
    background-color: var(--colour-socials-top-bar-background);
    z-index: 3;
    padding: 25px;
}

.dropDownNavigationLinks {
    display: flex;
    flex-direction: column;
    line-height: 50px;
    list-style-type: none;
}

.dropDownNavigationLinks li a {
    display: flex;
}

@media screen and (max-width: 900px) {
    #horizontalNavigationLinks {
        display: none;
    }

    #toggleMenuButton {
        display: inline;
        margin-right: 10px;
    }
}

/************************************************************************************************* Navbar Top Socials */
.socialsTopBarContainer {
    width: 100%;
    background-color: var(--colour-socials-top-bar-background);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.socialsTopBarContent {
    max-width: var(--max-width);
    width: 100%;
    background-color: var(--colour-socials-top-bar-background);
    color: var(--colour-socials-top-bar-text);
    fill: var(--colour-socials-top-bar-text);
    padding: 8px 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.socialsTopBarContentIcons a,
a:visited,
a:active {
    padding-inline: 10px;
    fill: var(--colour-socials-top-bar-text);
    text-decoration: none;
}

.socialsTopBarContentIcons a:hover {
    fill: var(--colour-socials-top-bar-on-hover);
}

.socialsTopBarContentEmail {
    fill: var(--colour-socials-top-bar-on-hover);
    text-decoration: none;
}

.socialsTopBarContentEmail a {
    fill: var(--colour-socials-top-bar-on-hover);
    text-decoration: none;
    color: var(--colour-socials-top-bar-text);
    line-height: 24px;
    display: inline-flex;
    vertical-align: top;
    margin-right: 10px;
}

.socialsTopBarContentEmail a svg {
    margin-right: 10px;
}

.socialsTopBarContentEmail a:hover {
    fill: var(--colour-nav-bar-top-active-link);
    color: var(--colour-nav-bar-top-active-link);
}

.socialIcon {
    height: 24px;
    width: 24px;
}

.emailAddress {
    display: inline;
    color: var(--colour-socials-top-bar-text);
}

@media screen and (max-width: 450px) {
    .emailAddress {
        display: none;
    }
}

/************************************************************************************************************* Footer */
.footerContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-family: Amiri, sans-serif;
    font-size: 20px;
    font-weight: normal;
    background-color: var(--colour-footer-background);
}

.footerContainer span {
    margin: auto;
    color: var(--colour-footer-text-colour);
    text-align: center;
    padding: 16px 0 16px 0;
}