/* Enduro CSS Theme */

body {
    background-color: #f7f7f7;
    color: #251C35;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #251C35;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.25em;
    line-height: 1.6em;
}

a {
    color: #000;
}

/* Navigation */

.navigation_container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.25);
    font-size: 1.1em;
}

.navigation .logo {
    padding: 25px;
    height: 100px;
}

@media screen and (max-width: 845px) {
    .logo {
        min-width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }

    .navigation_container {
        flex-direction: column;
        align-items: stretch;
        margin: 0 auto;
        text-align: center;
    }

    .navigation-links {
        margin: 0;
    }

    .navigation-links li {
        display: block;
        margin-bottom: 10px;
    }
}



.navigation .navigation-links {
    list-style: none;
    margin: 0;
}

.navigation .navigation-links li {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
}

.navigation-links a {
    text-decoration: none;
    color: #355FFE;
    transition: color 0.25s ease-in-out;
}

.navigation-links a:hover {
    color: #251C35;
}

.mainContent {
    padding: 25px;
    max-width: 1600px;
    margin: 0 auto;
}

.mainContent h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #251C35;
    font-size: 4em;
    padding: 20px 0;
}

.StrapLine {
    width: 100%;
    height: 375px;
    margin: 0 0 125px 0;
    overflow: hidden;
    background-color: #251C35;
}

.StrapLine img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.text-overlay {
    position: relative;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100px;
}

.text-overlay h1 {
    text-align: center;
    color: white;
    font-size: 100px;
    font-weight: bold;
}

@media screen and (max-width: 892px) {
    .text-overlay {
        top: 100px;
    }

    .StrapLine {
        margin: 0 0 25px 0;
    }

    .StrapLine img {
        display: none;
    }

}

@media screen and (max-width: 490px) {
    .StrapLine {
        display: none;
    }

    .intro {
        margin-top: 125px;

    }
}

.theCol {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.theColLeft {
    padding-right: 25px;
}

.theColRight {
    padding-left: 25px;
}

@media screen and (max-width: 800px) {
    .theCol {
        float: none;
        width: 100%;
        display: block;
    }

    .theColLeft {
        padding-right: 0px;
    }

    .theColRight {
        padding-left: 0px;
    }
}

.drippyDroppings {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 892px) {
    .drippyDroppings {
        display: none;
    }

    .Last {
        display: flex;
    }
}


.team {
    margin-top: 20px;
}


.team-member-strap {
    display: flex;
    align-items: top;
}

.team-member-container {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.memberLeft {
    margin-right: 25px;
}

@media screen and (max-width: 800px) {

    .team-member-strap,
    .team-member-container {
        float: none;
        width: 100%;
        display: block;
    }

    .team-member-strap {
        margin-bottom: 20px;
    }
}

.team-member {
    width: 100%;
    margin: 0;
    border: 1px #251C35 solid;
    background-color: #251C35;
    border-radius: 25px;
    padding: 50px;
    flex: 1;
    color: #f7f7f7;
    text-align: center;
}

.team-member img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto 50px auto;
    border-radius: 50%;
}

@media screen and (max-width: 360px) {
    .team-member img {
        display: none;
    }
}

.team-member h3 {
    color: #69B9FE;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;

}

.team-member p {
    font-size: 16px;
}

.carousel-inner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 25px;
}

.carousel-control {
    border-radius: 25px;
}

.carousel-inner .itemImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    height: 500px !important;
    object-fit: cover;
    object-position: center;
}

.carousel-inner .itemText {
    position: absolute;
    top: 0px;
    padding: 0px;
    color: #f7f7f7;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    height: 500px;
}

.carousel-inner .displayTextLeft {
    position: relative;
    top: 0px;
    width: 67%;
    padding: 0 150px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    height: 500px;
    text-align: left;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
}

.carousel-inner .displayTextRight {
    position: relative;
    top: 0px;
    left: 33%;
    width: 67%;
    padding: 0 150px;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    height: 500px;
    text-align: right;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
}

@media screen and (max-width: 800px) {

    .carousel-inner {
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    }

    .carousel-inner .displayTextLeft,
    .carousel-inner .displayTextRight {
        position: relative;
        top: 0px;
        left: 0%;
        width: 75%;
        padding: 10px 0px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        height: 500px;
        text-align: left;
        background-image: none;
    }

    .carousel-indicators {
        display: none;
    }
}

.carousel-inner .itemText h3 {
    color: #69B9FE;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;

}

.carousel-inner .itemText p {
    font-size: 16px;
    margin: 0px;
}

@media screen and (max-width: 360px) {
    .carousel-indicators {
        display: none;
    }
}

.portfolioBox {
    width: 100%;
    border: 1px #251C35 solid;
    background-color: #251C35;
    border-radius: 25px;
    padding: 50px;
    flex: 1;
    color: #f7f7f7;
    text-align: center;
}

.portfolioBox video {
    width: 100%;
}


.thatMyBottom {
    width: 100%;
    display: block;
    height: 100%;
    color: #fff;
    margin: 0;
    background-color: #251C35;
}

.thatMyBottom img {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    object-fit: cover;
}

.thatMyBottomContainer {
    max-width: 1600px;
    margin: 0 auto;
    padding: 25px;
    max-height: 100%;
    display: flex;
    align-items: flex-end;
}

.thatMyBottomLeft {
    width: 33%;
    float: left;
    vertical-align: bottom;
    padding: 25px 0;
}


.thatMyBottomRight {
    width: 67%;
    padding: 25px 25px 8% 10%;
    float: right;
    vertical-align: bottom;
}

.thatMyBottomRight_Top {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.thatMyBottomRight_Top p {
    text-align: left;
}

.thatMyBottomRight_Top ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.thatMyBottomRight_Top li {
    margin: 0 25px 0 0;
    list-style: none;
}

.thatMyBottomRight_Top ul a {
    font-size: 20px;
    display: inline-block;
    padding: 25px;
    border: 0px #69B9FE solid;
    background-color: #69B9FE;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
    width: 300px;
    transition: background-color 0.25s ease-in-out;
}

.thatMyBottomRight_Top ul a:hover {
    background-color: #fff;
    border: 0px #fff solid;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {

    .thatMyBottomRight_Top {
        text-align: center;
    }

    .thatMyBottomRight_Top ul {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .thatMyBottomRight_Top ul a {
        margin-bottom: 20px;
        width: 100%;
    }
}


.thatMyBottomRight_Bottom {
    width: 100%;
    height: 67%;
}

@media screen and (max-width: 700px) {
    .thatMyBottomContainer {}

    .thatMyBottomLeft {
        display: none;
    }

    .thatMyBottomRight {
        width: 200%;
    }

}



footer {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #3476be;
    margin: 0;
    background-color: #251C35;
}

footer p {
    max-width: 1600px;
    margin: 0 auto;
    text-align: right;
    padding: 0 25px;
}