/* Global style overrides */
a:link,
a:visited,
a:hover,
a:active {
    color: #101a41;
}

/* General styles */
.main-text {
    font-size: 1.3rem;
    font-family: 'Lato';
}

.dark-row {
    background-color: #395077;
    font-size: 1.2rem;
    font-family: 'Lato';
}

.light-row {
    background-color: #f6f6f7;
    font-size: 1.2rem;
    font-family: 'Lato';
}

/* Components */
.img-overlay-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

.img-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

/* Header styles */
.cowrie-header {
    background-color: white;
    font-family: 'Lato';
}

.cowrie-header-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.cowrie-banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.cowrie-header-banner {
    background-color: #c9cacf;
}

.info-card {
    background-color: #c9cacf;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-family: 'Lato';
}

.section-title-text {
    font-size: 3rem;
    color: #101a41;
    opacity: 1;
    font-family: 'Lato';
}

.section-subtitle-text {
    font-size: 2rem;
    color: #395077;
    font-family: 'Lato';
}

.section-title-text-light {
    font-size: 3rem;
    color: #f6f6f7;
    font-family: 'Lato';
}

.section-subtitle-text-light {
    font-size: 2rem;
    color: #c9cacf;
    font-family: 'Lato';
}

/* Footer styles */
.footer {
    background-color: #101a41;
}

/* Index page styles */
.cowrie-hero-image {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(hero-sign-v3.png);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.cowrie-logo {
    padding-top: 20px;
    /*    padding-bottom: 20px;*/
    background-color: white;
}

.cowrie-reception-image {
    /*    padding-top: 300px;*/
    /*    padding-bottom: 300px;*/
    /*    margin-top: 10px;*/
    /*    margin-bottom: 10px;*/
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(662A8458-Edit.jpg);
    /*    background-attachment: fixed;*/
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cowrie-reception-image-overlay {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: black;
    opacity: 0;
}

.cowrie-chair-image {
    padding-top: 150px;
    padding-bottom: 150px;
    /*    margin-bottom: 10px;*/
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    background-image: url(662A8392-Edit-Light.png);
    /*    background-attachment: fixed;*/
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.cowrie-sunset-image {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(sunset.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.cowrie-safety-image {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(image1-4.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/* About page styles */
.name {
    font-size: 2rem;
    font-family: 'Lato';
}

.staff-image {
    border-radius: 50%;
}

/* Contact Us page styles */
#map {
    height: 400px;
    width: 100%;
}

/* Media queries */
@media screen and (max-width: 767px) {
    .cowrie-hero-image,
    .cowrie-sunset-image {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cowrie-banner-item,
    .cowrie-header-item {
        font-size: 0.9rem;
    }
}
