/* color vars */
:root {
    --light-gold: #90b7e6;
    --light-gold-trans: #72a5e2;
    --med-gold: #4b91e6;
    --dark-gold: #d02b;
    --darker-gold: rgba(158, 1, 25, 0.733);

    --med-green: #7F9182;
    --dark-green: #535E54;
    --dark-green-opac: rgba(83, 94, 84, 0.65);

    --text-color-light: #eee;
    --text-color-dark: #666;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.06rem;
    /* color: var(--text-color-light); */
    background: radial-gradient(circle, rgba(83, 94, 84, 1) 0%, rgba(28, 36, 29, 1) 50%);
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

p {
    font-size: 1.0rem;
    line-height: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0;
    color: var(--text-color-dark);
}

a {
    cursor: pointer;
}

/* intro pages */
.DS-PR-1 {
    color: var(--text-color-light);
}

.DS-PR-2,
.lg-head {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 3.0rem;
    line-height: 3.9rem;
    letter-spacing: -0.05rem;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--text-color-light);
}

.DS-PR-3 {
    color: var(--text-color-light);
}

.DS-PR-4 {}

/* exp vid pages */
.head-2 {
    font-family: Georgia, serif;
    font-weight: 300;
    font-size: 2.0rem;
    line-height: 2.7rem;
    letter-spacing: -0.01rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    color: var(--text-color-dark);
}

.head-3 {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.0rem;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
    padding-bottom: 0;
    color: var(--text-color-dark);
}

/* bkgd images */
/* gray tinted background images */
.bkgd-1 {
    filter: brightness(40%);
    background: url(../images/bg1.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-2 {
    filter: brightness(40%);
    background: url(../images/bg2.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-3 {
    filter: brightness(40%);
    background: url(../images/bg3.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-4 {
    filter: brightness(40%);
    background: url(../images/bg4.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-5 {
    filter: brightness(40%);
    background: url(../images/bg5.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-6 {
    filter: brightness(40%);
    background: url(../images/bg6.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-7 {
    filter: brightness(40%);
    background: url(../images/bg7.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-8 {
    filter: brightness(40%);
    background: url(../images/bg8.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-9 {
    filter: brightness(40%);
    background: url(../images/bg9.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-10 {
    filter: brightness(40%);
    background: url(../images/bg10.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-11 {
    filter: brightness(40%);
    background: url(../images/bg11.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

.bkgd-12 {
    filter: brightness(40%);
    background: url(../images/bg12.jpg);
    /*background-color: #000;*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

/* layout */
#main-wrapper {
    position: absolute;
    top: 0vh;
    left: 0;
}

.white-fill {
    min-height: 80vh;
    max-height: 85vh;
    background: #fff;
    padding: 3rem 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.white-line {
    border: 1px solid #ffffffd9;
    padding: 0 !important;
}

.dark-type {
    color: var(--text-color-dark) !important;
}

.gold-type {
    color: var(--darker-gold) !important;
}

.gold-type2 {
    color: var(--darker-gold) !important;
    font-weight: 100;
    margin-left: 0rem;
}

.white-type {
    color: var(--text-color-light) !important;
}

.white-type2 {
    color: var(--text-color-light) !important;
}

.white-type-btn {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
}

.cta-1 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0;
    background-color: var(--darker-gold);
    color: var(--text-color-light) !important;
    margin-top: 1rem;
    padding: 1.5rem 3rem;
    text-align: center;
    transition: 0.3s;
}

.cta-1:hover {
    background-color: var(--dark-gold);
}

.overlay {
    position: relative;
    top: -200px;
}

.circle {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 17px 16px 16px 19px;
    text-align: center;
}

.gold-circle {
    background-color: var(--darker-gold);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 17px 16px 16px 19px;
    text-align: center;
}

.play-vid-btn {
    cursor: pointer;
}

#play-vid,
#play-video {
    cursor: pointer;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 16px;
    border-color: transparent transparent transparent var(--med-gold);
}

.cross {
    background: var(--darker-gold);
    height: 52px;
    position: relative;
    left: 37.5px;
    top: 15px;
    width: 5px;
}

.cross:after {
    background: var(--darker-gold);
    content: "";
    height: 5px;
    left: -22.5px;
    position: absolute;
    top: 23px;
    width: 52px;
}

.circle-gold-edge {
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    text-align: center;
    border: 5px solid var(--darker-gold);
    cursor: pointer;
}

.circle-gold-edge:hover {
    background-color: var(--light-gold);
}

.sm-green-box {
    min-height: 50vh;
    background-color: var(--dark-green);
    padding: 1.8rem 2rem 2rem;
    color: var(--text-color-light) !important;
    position: relative;
    top: 110%;
}

.green-box {
    min-height: 75vh;
    background-color: var(--dark-green);
    padding: 1.8rem 2rem 2rem;
    color: var(--text-color-light) !important;
    position: relative;
    top: 110%;
}

.green-bkgd {
    background-color: var(--dark-green);
}

.vid-button {}

.bg-light {
    background-color: var(--light-gold) !important;
}

.box {
    background-color: #eee;
    border-radius: 6px;
    padding: 1rem;
}

.scroll-y {
    height: 60vh;
    overflow-y: auto;
    background-color: #f5ecd4;
    padding: 2rem;
}

.btn-gold {
    color: var(--text-color-light);
    background-color: var(--darker-gold);
    border-color: var(--darker-gold);
    border-radius: 0;
    padding: 0.5rem 1.5rem;
    transition: 0.3s;
    cursor: pointer;
}

.btn-gold:hover {
    background-color: var(--dark-gold) !important;
    color: #fff !important;
    border-color: var(--dark-gold) !important;
}


.btn-intro {
    color: #212529;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .75rem;
    font-size: 1rem;
}

/* .show {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0.5rem 1.0rem;
    margin-top: 140px;
} */

.hidden {
    opacity: 0;
}

hr {
    border-top: 3px solid var(--dark-gold);
}

hr.plain {
    border-top: 1px solid var(--text-color-dark);
}

.small {
    font-size: 0.85rem;
    line-height: 0;
    letter-spacing: 0.04rem;
    font-weight: 400;
    padding-top: 0.8rem;
    margin-left: 0.4rem;
    color: rgb(150, 150, 150);
}

.bold {
    font-weight: 700;
}

.bold-red {
    font-weight: 700;
    color: #c20d00;
}

.par {
    margin-bottom: 1rem;
}

/* align, margins, padding */
.abs-bottom {
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 10;
}

.align-right {
    text-align: right;
}

.centered {
    text-align: center;
}

.margin-right {
    margin-right: 1rem;
}

.margin-bottom {
    margin-bottom: 2rem;
}

.margin-top {
    margin-top: 1rem;
}

.margin-top-2 {
    margin-top: 3rem;
}

.margin-top-3 {
    margin-top: 6rem;
}

.full-screen {
    height: 100vh;
}

.full-screen2 {
    background-color: rgba(255, 255, 255, .5);
}

.full-screen3 {
    background-color: rgba(0, 0, 0, 1);
}

.full-height {
    height: 100%;
}

.bg-black {
    background-color: #000;
}

.auto-height-360 {
    height: 100%;
    padding: 1rem 4rem;
    margin-top: 2rem;
}

.pad-top {
    padding-top: 2rem;
}

.pad-bot {
    padding-bottom: 2rem;
}

.pt-6 {
    padding-top: 14rem;
}

.text-shadow {
    text-shadow: 2px 2px 8px #000;
}



/* nav */
.navbar {
    /* box-shadow: 0 4px 4px #33333388; */
}

.navbar-light .navbar-nav .nav-link.disabled {
    /*background-color: var(--med-gold);*/
}

.bg-trans {
    /* background-color: var(--light-gold-trans) !important; */
    /* background-color: #00000077 !important; */
    background-image: linear-gradient(#000000a4, #00000000 95%);
}

.nav-pills .nav-link {
    border-radius: 1.0rem;
    border: 1px solid #777;
    text-align: center;
}

.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1.7rem;
    letter-spacing: 0rem;
    padding: 0;
    width: 1.8rem;
    text-align: center;
    transition: 0.3s;
    /*background-color: var(--dark-gold);*/
    /* margin-right: 0.1rem; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--darker-gold);
    color: #fff !important;
}

.nav-link:hover,
.next:hover,
.prev:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    margin-left: 0.3rem;
    color: rgba(125, 125, 125, 1);
}

.nav-wide {
    width: 2.7rem;
    border: none !important;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.nav-wide.active {
    color: var(--darker-gold) !important;
    background-color: #00000000 !important;
}

.prev,
.next,
.all {
    padding: 0.4rem;
    height: 1.7rem;
    width: 1.7rem;
    font-size: 1.3rem;
    text-align: center;
    line-height: 0.75rem;
    /*background-color: var(--dark-gold);
    border-radius: 0.3rem !important;*/
    margin-left: 0.1rem;
    border: none !important;
    color: rgba(125, 125, 125, 1) !important;
}

.nav-vid.off {
    pointer-events: none;
}

/* checkbox */
/* label */
.check-label {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 28px;
    cursor: pointer;
    color: var(--text-color-dark);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* hide default checkbox */
.check-label input,
.form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* custom checkbox */
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    border-radius: 1px;
    border: 0.5px solid var(--text-color-dark);
}

/* custom true-false question */
.tf-quest {
    font-size: 1.0rem;
    line-height: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0;
    color: var(--text-color-dark);
}

.tf-answer {
    color: var(--dark-green);
}

/* checkmark/indicator (hidden when not checked) */
.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* show checkmark/indicator when checked */
.check-label input:checked~.check-mark:after {
    display: block;
}

/* checkmark/indicator */
.check-label .check-mark:after {
    left: 8px;
    top: 5px;
    width: 9px;
    height: 13px;
    border: solid var(--text-color-dark);
    border-width: 0 3.5px 3.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* flip cards */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 420px;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 420px;
    transition: transform 0.7s;
    transform-style: preserve-3d;
    border-radius: 10px;
    box-shadow: 6px 9px 6px rgba(0, 0, 0, 0.25);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 420px;
    border-radius: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: var(--dark-gold);
}

.flip-card-back {
    background-color: var(--dark-green);
    color: #fff;
    transform: rotateY(180deg);
}

.fc-quote {
    padding: 2.4rem 2.4rem 2.4rem 2.4rem;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.3vw;
    line-height: 1.5;
    letter-spacing: 0em;
    color: rgb(66, 66, 66);
}

.lg-quote {
    font-size: 1.3vw;
    line-height: 0.1;
    margin-left: -10px;
    margin-right: 2px;
}

.fc-text {
    padding: 2.4rem 2.2rem 2rem 2.2rem;
    font-size: 1.20vw;
    line-height: 1.5;
    color: rgb(236, 236, 236);
}

/* background images */
.fc1-1 {
    background-image: url("../images/fc1-1.jpg");
    background-color: var(--dark-green);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc1-2 {
    background-image: url("../images/fc1-2.jpg");
    background-color: var(--dark-green);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc1-3 {
    background-image: url("../images/fc1-3.jpg");
    background-color: var(--dark-green);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc2-1 {
    background-image: url("../images/fc2-1.jpg");
    background-color: var(--dark-green);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc2-2 {
    background-image: url("../images/fc2-2.jpg");
    background-color: var(--dark-green);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc2-3 {
    background-image: url("../images/fc2-3.jpg");
    background-color: var(--dark-green);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}






/*----------------- LULA MAE TRAINING INTRO ----------------------*/
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.modal-dialog {
    min-width: calc(100% - 9rem);
    margin: 1.75rem auto;
}

.vh-70 {
    min-height: 70vh;
}

.modal {
    width: 100%;
    height: 100vh;
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.55);
}

.fade {
    transition: opacity .6s linear;
}

.title-text {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    color: rgb(112, 112, 112);
}

.intro-text {
    font-family: Georgia, serif;
    font-size: 18px;
    color: rgb(112, 112, 112);
}

/* .surveybg {
    position: absolute;
    width: 80%;
    height: 80vh;
    background-color: #FFF;
    z-index: 100;
} */

.close {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 60px;
    color: #808080;
    display: block;
}

.close:hover {
    color: #72a5e2;
    cursor: pointer;
}

/*
#survey-text {
    width: 100%;
    height: 100%;
}

#survey-text p {
    color: rgba(112, 112, 112, 1);
    font-family: Georgia, serif;
    font-size: 20px;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
}

#survey-text a {
    width: 30%;
    margin-top: 20px;
}

.title-text {
    font-weight: 600;
    font-size: 24px;
}

.traininglink {
    width: 60%;
}


#survey-text a,
#lm-main-title a,
#lm-about-title a,
.ref-btn a {
    color: #FFF;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
}

#survey-text a:hover,
#lm-main-title a:hover,
#lm-about-title a:hover,
.ref-btn a:hover {
    color: #C9B272;
    text-decoration: none;
}

#lm-main {
    width: 100%;
    background: radial-gradient(circle, rgba(83, 94, 84, 1) 0%, rgba(28, 36, 29, 1) 50%);
    margin: 0;
}

#lm-main-cont {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    margin-left: 2%;
    background: radial-gradient(circle, rgba(83, 94, 84, 1) 0%, rgba(28, 36, 29, 1) 50%);
}

#lm-main-title-cont {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#lm-main-title {
    padding: 0px;
    margin-left: 100px;
    margin-right: 0px;
}

#lm-main-title h1,
#lm-about-title h1 {
    font-size: 50px;
    width: 100%;
    font-family: Georgia, serif;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

#lm-main-title h1 span {
    font-size: 20px;
} */

h1 span,
.ital-head {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 22px;
    color: #FFF;
    margin-bottom: 0;
}

hr {
    display: block;
    border: solid 1px;
    width: 100%;
    color: #72a5e2;
}

#lm-main-title p {
    width: 80%;
    line-height: 1.8em;
    color: #fff;
}

#lm-main-title a {
    width: 150px;
    height: 70px;
    margin-top: 30px
}

#dest-main-img {
    height: 100vh;
    overflow: hidden;
    border-left: 3px solid #C9B272;
}

/* #lm-main-img img {
    width: 100%;
    object-fit: cover;
}
*/

/* ON LULA MAE INTRO

#lm-img {
    height: 100vh;
    overflow: hidden;
    width: 50%;
    margin-left: 15%;
}

#lm-img img {
    min-width: 100%;
    max-height: 70vh;
    object-fit: cover;
    border: solid 2px #C9B272;
}

#lm-text {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#lm-about-title {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 90%;
}

#lm-about-title p {
    color: #fff;
}

#lm-about-title h1 {
    font-size: 50px;
    width: 60%;
    margin-left: 70px;
}

#lm-text h1 {
    margin-top: 0px;
}

#lm-about-title p {
    width: 60%;
    line-height: 1.8em;
    margin-left: 70px;
}

#lm-about-title a {
    width: 320px;
    margin-top: 30px;
    margin-left: 70px;
}

.backlink a {
    font-style: italic;
    font-weight: 300;
    width: 60%;
    margin-left: 70px;
    color: #c9b272;
    transition: 0.3s;
    font-size: 12px;
}

.backlink a:hover {
    color: #fff;
    text-decoration: none;
}
*/


/* ---- END SLIDES ------*/
.backlink a {
    font-style: italic;
    font-weight: 300;
    width: 60%;
    margin-left: 70px;
    color: #c9b272;
    transition: 0.3s;
    font-size: 14px;
}

.backlink a:hover {
    color: #fff;
    text-decoration: none;
}

#ref-main {
    background: radial-gradient(circle, rgba(83, 94, 84, 1) 0%, rgba(28, 36, 29, 1) 50%);
    height: 100vh;
    width: 100%;
    margin-left: 0;
}

.ref-title {
    font-size: 40px;
    width: 100%;
    font-family: Georgia, serif;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.end-survey-btn {
    color: #fff;
}

.end-survey-btn:hover {
    text-decoration: none;
}

#ref-cont p {
    color: #fff;
}

.ref-bl a {
    margin-left: 0px;
}

.ref-heading {
    font-family: Georgia, serif;
    font-size: 28px;
    color: #FFF;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.ref-heading a {
    color: #c9b272;
    transition: 0.5s;
}

.ref-heading a:hover {
    color: #fff;
    text-decoration: none;
}

.ref-btn {
    width: 200px;
}

.ref-btn a {
    margin-left: auto;
    margin-right: auto;
}

.rlr {
    border-left: 1px solid #c9b272;
    padding-left: 70px;
}

.gold-border {
    border: solid 2px #C9B272;
}

/*---- TOOLTIPS ---*/
.tooltip {
    border: none;
    padding: 5px;
    margin: 5px;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #535E54 !important;
}

.tooltip-inner {
    background-color: #535E54;
    opacity: 1;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    border: none;
    font-size: 12px;
    max-width: 240px !important;
}


/* carousel */
.carousel-caption-destiny {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 55%;
    right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 2rem;
    color: #fff;
    background-color: var(--dark-green-opac);
}

.carousel-caption-txt {
    padding: 5% 10% 0 0;
}

h5 {
    font-weight: 700;
}


/* meet destiny */
.destiny-intro1-left {
    height: 100%;
    width: 50%;
    /*background-color: var(--dark-green);*/
    padding: 0% 0% 0% 10%;
    margin: 0;
}

.destiny-intro1-text {
    padding: 0% 10% 0% 0%;
    margin: 0;
    width: 80%;
    font-size: 16px;
    font-size: 1.0rem;
    line-height: 1.4rem;
    letter-spacing: 0;

}

.destiny-intro1-right {
    height: 100%;
    width: 50%;
    border-left: 3px solid #72a5e2;
    padding: 0;
    margin: 0;
    background-image: url(../images/destiny-intro-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.traininglink {
    width: 60%;
}

.traininglink2 {
    width: 80%;
}

.training-btn {
    background-color: #4b91e6;
    color: #fff;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #4b91e6;
    transition: 0.3s;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.training-btn:hover {
    background-color: #FFF;
    color: #72a5e2;
    border: 1px solid #72a5e2;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.destiny-intro2-left {
    height: 100%;
    width: 45%;
    /*background-color: var(--dark-green);*/
    padding: 10% 0% 10% 10%;
    margin: 0;
}

.destiny-intro2-left img {
    /*min-width: 100%;*/
    max-height: 70vh;
    object-fit: cover;
}

.destiny-intro2-text {
    padding: 0% 10% 0% 10%;
    margin: 0;
    font-size: 16px;
}

.destiny-intro2-right {
    height: 100%;
    width: 55%;
    /*background-color: var(--dark-green);*/
    padding: 10% 10% 10% 0%;
    margin: 0;
}

/* end screen */
.destiny-close-left {
    height: 100%;
    width: 50%;
    /*background-color: var(--dark-green);*/
    padding: 0% 0% 0% 10%;
    margin: 0;
    background: radial-gradient(circle, rgba(83, 94, 84, 1) 0%, rgba(28, 36, 29, 1) 50%);
}

.destiny-close-right {
    height: 100%;
    width: 50%;
    border-left: 3px solid #72a5e2;
    padding: 0;
    margin: 0;
    background-image: url(../images/destiny-close.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.destiny-close {
    background: radial-gradient(circle, rgba(83, 94, 84, 1) 0%, rgba(28, 36, 29, 1) 50%);
}