:root {
    --welcome-earthly-green: #8D8741;
    --welcome-earthly-brown: #BC986A;
    --welcome-earthly-darkbrown: #563e1e;
    --welcome-earthly-blue: #659DBD;
    --welcome-earthly-beige: beige;
    /*#FBEEC1*/
    --welcome-earthly-deepblue: #4f6d8c;
    --welcome-earthly-darkblue: #044b57;
    --welcome-teal: #17a2b8;
    --welcome-darkgrey: #717171;
}

html {
    height: 100%;
}

body {
    font-family: "Open Sans", Montserrat;
    font-size: 15px;
    height: 100%;
    background-image: linear-gradient(135deg, #84b5cd 0%, #c3cfe2 100%);
    overflow-x: hidden;
}

.doc-rights-div {
    padding: 20px 0;
    border-top: .5rem solid aliceblue;
    border-top-style: double;
    color: var(--welcome-darkgrey);
}

* {
    padding: 0;
    margin: 0;
}

#container {
    height: 100%;
    border-collapse: collapse;
    width: 100%;
    min-width: 725px;
}

.height-125 {
    height: 125px;
}

.height-150 {
    height: 150px;
}

.doc-header {
    text-align: center;
    color: var(--welcome-earthly-darkblue);
    letter-spacing: 2px;
    padding-top: 1.5rem;
    font-weight: bolder;
}

.doc-subheader {
    text-align: center;
    color: var(--welcome-darkblue);
    letter-spacing: 1px;
    padding-top: .5rem;
    font-weight: normal;
}

.content-outer {
    max-width: 1152px;
    width: 90%;
    min-width: 700px;
    margin: 25px auto;
    background: white;
    position: relative;
    border-radius: 40px;
    min-height: 815px;
}

.content-carousel-section {
    margin: 2rem auto;
    height: 500px;
    text-align: center;
}

.content-carousel-img {
    height: 310px;
    width: 65%;
    border-radius: 10px;
}

.content-carousel-icon {
    font-size: 50px;
    color: var(--welcome-earthly-blue);
}

.doc-vector-outer {
    text-align: center;
    letter-spacing: .75px;
    text-decoration: wavy;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 12px;
    color: var(--welcome-darkgrey);
}

.active-page {
    color: var(--welcome-teal);
}

.doc-vector-outer:hover {
    box-shadow: 3px 3px 3px 3px #eaeaea;
}

.doc-page-press {
    transform: scale(0.85);
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}

.doc-page-release {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.doc-illustrations-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.doc-vector-attributes {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 1rem 1rem 1rem;
    font-size: x-small;
}

#carouselOuter {
    margin-left: 17.5%;
}

#explanationSection {
    color: var(--welcome-darkgrey);
    letter-spacing: 1px;
    padding: 5px 2rem;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}

.doc-fadeOut {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.doc-fadeIn {
    opacity: 1 !important;
    transition: opacity 1s ease-in-out;
}

.no-show {
    display: none;
}

.red-alert-text {
    color: red;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .doc-subheader {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1052px) {
    .content-carousel-img {
        width: 75%;
    }

    #carouselOuter {
        margin-left: 12.5%;
    }

    .content-outer {
        min-height: 850px;
    }
}
