
body, html {
    height: 100%;
    margin: 0;
    /*{# -moz-osx-font-smoothing: grayscale; #}*/
    font-family: "myFirstFont", "Avenir", sans-serif;
    /*font-family: "myFirstFont", sans-serif;*/

}

@font-face {
    font-family: myFirstFont;
    src: url("8483.bc420c1c2b98.ttf");
}

@font-face {
    font-family: Austhind;
    src: url("Austhind.905eac4c7e22.ttf");
}

.invis-button {
    z-index: 1000;
    /*background: red;*/
    /*opacity: .5;*/
    opacity: 0;
    position: absolute;
}

.hamburger {
    /*top: 2%;*/
    /*left: 74%;*/
    /*height: 52px;*/
    /*width: 69px;*/

    /*    z-index: 1000;*/
    /*!*background: red;*!*/
    /*!*opacity: .5;*!*/
    opacity: 0;
    /*position: absolute;*/
    /*    top: 2%;*/
    /*left: 82%;*/
    /*height: 24px;*/
    /*width: 42px;*/
}


.invis-button-div {
    z-index: 1000;
    /*background: red;*/
    /*opacity: .5;*/
    opacity: 0;
    position: relative;
}

.hamburger-low-div {
    top: 2%;
    position: relative;
}

.hamburger-low {

    /*left: 69%;*/
    left: 113px;
    height: 55px;
    width: 68px;
}

.register-div {
    top: 34%;
    position: relative;
}

.register-button {

    /*left: 14%;*/
    height: 50px;
    width: 238px;
}

.scroll-up-div {
    top: 72%;
    position: relative;

}

.scroll-up-button {
    /*left: 152px;*/
    /*left: 36%;*/
    height: 55px;
    width: 68px;
}

.back-button {
    top: 23px;
    left: -113px;
    height: 54px;
    width: 68px;
}

.back-button-bottom-center {
    height: 54px;
    width: 68px;
    text-align: center;
    top: 88%;
}

.desktop-btn {
    opacity: 1;
    border: 0;
    background: white;
    border-radius: 51px;
    height: 65px;
    width: 225px;
    position: relative;
    color: rgb(208, 164, 126);
    font-size: 26px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.schedule-div {
    position: absolute;
    width: 100%;
}

.schedule-btn-real {
    opacity: 1;
    border: 0;
    background: rgb(208, 164, 126);
    border-radius: 51px;
    height: 47px;
    width: 207px;
    position: relative;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.schedule-div.fellow-div {
    top: 22%;
}

.schedule-div.nature-div {
    top: 48%;
}

.schedule-div.act {
    top: 65%;
}

.schedule-btn {
    height: 76px;
    width: 238px;
}


.fellowship {
    /*top: 202px;*/
    /*top: 31%;*/
    /*left: 70px;*/
    /*left: 18%;*/

}

.nature {
    /*top: 236px;*/
    top: 35%;
    /*left: 70px;*/
    /*left: 18%;*/
    height: 76px;
    width: 238px;
}

.activities {
    /*top: 272px;*/
    top: 40%;
    /*left: 70px;*/
    /*left: 18%;*/
    height: 76px;
    width: 238px;
}

.main-title {
    color: white;
    position: absolute;
    /*z-index: 1;*/
    top: 132px;
    width: 100%;
    text-align: center;

}

.flip-clock-div {
    color: rgba(169, 196, 191, 1); /* origanal color */
    /*color: rgba(80, 128, 128, 1);*/
    /*top: 68%;*/
    position: relative;
    text-align: center;
}

.flip-clock-text {
    color: rgba(79, 105, 127, 1);
    font-size: 27px;
    margin-bottom: -15px;
}

.custom-row {
    display: flex;
}

.verse-div {
    text-align: center;
    position: absolute;
    top: 180px;
    height: 280px;
    width: 340px;
    padding: 20px;
}

.verse1 {
    color: rgb(106, 64, 36);
    font-size: 52px;
}

.verse2 {
    color: rgb(139, 84, 49);
    font-size: 34px;
}

.verse3 {
    color: rgb(169, 108, 67);
    font-size: 32px;
}

.verse4 {
    color: rgb(172, 164, 96);
    font-size: 34px;
}

.date_loc_div {
    padding: 20px;
    padding-top: 100px;

}

.countdown {
    margin-top: 40px;
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.column60 {
    float: left;
    width: 55%;
    text-align: right;
}

.column40 {
    float: left;
    width: 40%;
    text-align: left;
}

.column_verse_40 {
    float: left;
    width: 45%;
    text-align: right;
    font-size: 49px
}

.column_verse_60 {
    float: left;
    width: 55%;
    text-align: left;
    padding-top: 20px;
    padding-left: 5px;
    font-size: 30px
}

.picture {
    /* The image used */
    /*margin-top: 100px;*/
    /* Full height */
    width: 100%;
    height: 100%;
    /*height: -webkit-fill-available;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: cover;*/
}

.main_title_text {
    font-size: 4em;
    height: 54px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.main2_title_text {
    margin-top: 7px;
    font-size: 37px;
    font-family: "Avenir", sans-serif;

}

.main3_title_text {
    margin-top: -19px;
    font-size: 25px;

    font-family: "Avenir", sans-serif;

}


#clock {

}

.ham-btn-div {
    position: absolute;
    width: 100%;
}

.ham-btn-div.photo {
    top: 16%;
}

.ham-btn-div.vdieo {
    top: 31%;
}

.ham-btn-div.schedule-div {
    top: 46%;
}

.ham-btn-div.moreinfo {
    top: 60%;
}

.ham-btn-div.reg {
    top: 76%;
}

.ham-button {
    height: 79px;
    width: 244px;
}


.parallax {
    width: 100%;
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}

.full-size {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;

}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slideshow-container {
    top: 27%;
}

.ham_img {
    z-index: 1000;
    /*background: red;*/
    /*opacity: .5;*/
    /*opacity: 0;*/
    position: absolute;
    top: 2%;
    left: 82%;
    height: 24px;
    width: 24px;
    background-image: url("ham-img.7be9d02c7542.png");
}




/*{#tablets #}*/
/*{#@media (min-width: 500px ) and (max-width: 786px) {#}*/
@media (max-width: 786px) {

    .parallax {
        background-attachment: scroll;
    }
}

.trasparent-bar {
    position: absolute;
    height: 47px;
    left: 0;
    top: 98%;
    width: 100%;
    text-align: center;
    background: white;
    opacity: .5;
}

.trasparent-bar-1 {
    position: absolute;
    height: 47px;
    left: 0;
    top: 198%;
    width: 100%;
    text-align: center;
    background: white;
    opacity: .5;
}

.trasparent-bar-2 {
    position: absolute;
    height: 47px;
    left: 0;
    top: 298%;
    width: 100%;
    text-align: center;
    background: white;
    opacity: .5;
}

.trasparent-bar-3 {
    position: absolute;
    height: 47px;
    left: 0;
    top: 398%;
    width: 100%;
    text-align: center;
    background: white;
    opacity: .5;
}

.caption {
    position: absolute;
    left: 0;
    top: 87%;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.no-margin {
    /*font-family: "pennaregular";*/
    margin-top: 0px;
    font-size: 36px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.button-row {
    position: absolute;
    text-align: center;
    width: 100%;

}

.button-row.button-row-1 {
    top: 434%;
}

.button-row.button-row-2 {
    top: 465%;
}

.button-row.button-row-pic {
    top: 76%;
}

@media (max-width: 786px) {
    .no-margin {
        /*font-family: "pennaregular";*/
        margin-top: 0px;
        font-size: 19px;
        padding-left: 10px;
        padding-right: 10px;
        color: white;
        font-weight: 900;
    }

    .caption {
        top: 67%;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .button-row.button-row-pic {
        top: 72%;
    }
}

.reg-button {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    font-size: 55px;
    /*font-family: "pennaregular";*/
    font-weight: 900;
    margin-top: 0px;
    height: 72px;
    top: 434%;
    width: 675px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

.info-button {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    white-space: nowrap;
    font-size: 46px;
    /*font-family: "pennaregular";*/
    font-weight: 900;
    margin-top: 0px;
    height: 72px;
    top: 465%;
    width: 675px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

.pic-button {
    /*font-family: "pennaregular";*/
    margin-top: 0px;
    font-size: 36px;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    border: none;

    color: white;
}

@media (max-width: 786px) {

    .reg-button {
        width: 80%;
    }

    .info-button {
        width: 80%;
    }

}

/*@font-face {*/
/*    font-family: 'pennaregular';*/
/*    src: url("webfontkit-20190207-020242/penna.21dde56d06ef.woff2") format('woff2'),*/
/*    url("webfontkit-20190207-020242/penna.1a379fcd6562.woff") format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

.center {
    text-align: center;
}

.wave-backgroud {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url("2022_coast_backgrounds/background_new.4204809eedc0.jpeg")
}

.paid-title {
    text-align: center;
    font-size: 40px;
    /*font-family: "pennaregular";*/
    font-weight: 900;
}

.successBox {
    margin-top: 28%;
    /*background: white;*/
    /*opacity: 80%;*/
    background: rgba(255, 255, 255, 0.7);
}

.button-row {
    position: absolute;
    text-align: center;
    width: 100%;
}

.button-row.button-row-home {
    padding-top: 100px;
}

.home-button {
    font-size: 55px;
    /*font-family: "pennaregular";*/
    font-weight: 900;
    margin-top: 0px;
    height: 72px;
    width: 675px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

@media (max-width: 786px) {
    .wave-backgroud {
        /*background-attachment: scroll;*/
        background-image: url("2022_coast_backgrounds/background_new.4204809eedc0.jpeg")

    }

    .home-button {
        margin-top: 0px;
        left: 0px;
        top: 66%;
        width: 93%;
    }
}

.md-padding {
    padding-top: 20px;
    padding-bottom: 60px;
}

.logo {
    position: fixed;
    width: 120px;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.logo-xs {
    position: fixed;
    width: 98px;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.moreinfoBox {
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.7);
    /*opacity: 80%;*/
}

.signupBox {
    margin-top: 100px;
    background: rgba(255, 255, 255, 0.7);
}

.error-text {
    color: red;
}

.black-boarder {
    border-color: rgb(0, 0, 0) !important;
}

.title-2020 {
    margin-left: 10%;
    text-shadow: 13px -14px grey;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 24%;
    width: 80%;
    text-align: center;
    margin-bottom: 0px;
}

.text-2020 {
    /*font-family: "pennaregular";*/
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.text-2020.title-year {
    font-size: 120px;
}

.text-2020.title {
    margin-top: -100px !important;
    /*font-weight: 900;*/
    font-size: 82px;
}

.text-2020.title-date {
    font-size: 60px;
}

.date-2020 {
    margin-left: 10%;
    text-shadow: 6px -7px grey;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 324%;
    width: 80%;
    text-align: center;
    margin-bottom: 0px;
}

.date-2020.date-title {
    font-size: 67px;
}

.date-2020.date-location {
    font-size: 40px;
}

.date-2020.date-location-offset {
    font-size: 40px;
    padding-left: 209px;
}

.date-2020.date {
    margin-left: -335px !important;
    font-size: 50px;
}

.date-2020.date-limit {
    font-size: 60px;
}

@media (max-width: 786px) {

    .text-2020.title-year {
        font-size: 55px;
    }

    .text-2020.title {
        margin-top: -40px !important;
        /*font-weight: 900;*/
        font-size: 33px;
    }

    .text-2020.title-date {
        font-size: 30px;
    }

    .date-2020 {
        margin-left: 10%;
        text-shadow: 3px -2px grey;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        top: 339%;
        width: 80%;
        text-align: center;
        margin-bottom: 0px;
    }

    .text-2020.date-title {
        font-size: 28px;
    }

    .text-2020.date-location {
        font-size: 15px;
    }

    .text-2020.date-location-offset {
        font-size: 15px;
        padding-left: 79px;
    }

    .text-2020.date {
        margin-left: -103px !important;
        font-size: 25px;
    }

    .text-2020.date-limit {
        font-size: 18px;
    }

}

/*Slide show */

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* this is the flip clock that i need to get in to the website but idk why its not workin good */
/* https://codepen.io/shshaw/pen/vKzoLL */

.flip-clock {
    text-align: center;
    perspective: 400px;
    /*margin: 20px auto;*/
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


.flip-clock:after {
    box-sizing: border-box;
}


.flip-clock__piece {
    display: inline-block;
    margin: 0 5px;
}

.flip-clock__slot {
    /*font-size: 2vw;*/
}

/*@halfHeight: 0.72em;*/
/*@borderRadius: 0.15em;*/
:root {
    --halfHeight: 0.72em;
    --borderRadius: 0.15em;
}

/*#div1 {*/
/*  background-color: var(--main-bg-color);*/
/*}*/


.card {
    display: block;
    position: relative;
    /*padding-bottom: @halfHeight;*/
    padding-bottom: var(--halfHeight);
    /*padding-bottom: 0.72em;*/
    /*font-size: 5vw;*/
    font-size: 4.5vw;
    line-height: 0.95;
    background-color: transparent;
    border: transparent;
}

.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
    display: flex;
    /*height: @halfHeight;*/
    height: var(--halfHeight);
    /*height: 0.72em;*/
    /*color: #ccc;*/
    color: white;
    /*background: #222;*/
    /*background: rgba(80, 128, 128, 1);*/
    background: rgba(77, 77, 77, 1);
    padding: 0.25em 0.25em;
    /*border-radius: 0.15em 0.15em 0 0;*/
    border-radius: var(--borderRadius) var(--borderRadius) 0 0;
    /*border-radius: @borderRadius @borderRadius 0 0;*/
    backface-visiblity: hidden;
    transform-style: preserve-3d;
    width: 1.7em;
    transform: translateZ(0);
}

.card__bottom {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px rgba(77, 77, 77, 1);
    background: rgba(77, 77, 77, 1);
    border-radius: 0 0 var(--borderRadius) var(--borderRadius);
    pointer-events: none;
    overflow: hidden;
}

.card__bottom::after {
    display: block;
    /*margin-top: -@halfHeight;*/
    /*margin-top: (var(--halfHeight);*/
    margin-top: -0.72em;
}

.card__back::before,
.card__bottom::after {
    content: attr(data-value);
}

.card__back {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0%;
    pointer-events: none;
}

.card__back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.flip .card__back::before {
    animation: flipTop 0.3s cubic-bezier(.37, .01, .94, .35);
    animation-fill-mode: both;
    transform-origin: center bottom;
}

.flip .card__back .card__bottom {
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom 0.6s cubic-bezier(.15, .45, .28, 1);
}

@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
        z-index: 2;
    }
    0%, 99% {
        opacity: 0.99;
    }
    100% {
        transform: rotateX(-90deg);
        opacity: 0;
    }
}

@keyframes flipBottom {
    0%, 50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0;
    }
    51% {
        opacity: 0.99;
    }
    100% {
        opacity: 0.99;
        transform: rotateX(0deg);
        z-index: 5;
    }
}

.postpone-box {
    text-align: center;
    width: 726px;
    color: rgb(21, 90, 142);
    font-family: "Avenir", sans-serif;
    font-size: 23px;
    font-weight: 500;
}

.postpone-container {
    margin-top: 10%;
    left: 50%;
    margin-right: -50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.postpone-box-main {
    width: 250px;
    color: white;

    font-family: "Avenir", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.postpone-container-main {
    background-color: black;
    background: rgba(0, 0, 0, 0.5);
    /*margin-top: 80%;*/
    left: 50%;
    margin-right: -50%;
    position: absolute;
    transform: translate(-50%, 0%);
}


/*New buttons on home*/
.btn-lower-menu {
    margin-top: 40px;
    /*margin-left: 50px;*/
    background: #ffffff;
    border-radius: 50px;
    font-weight: bold;
    max-width: 300px;
    min-height: 40px;
    font-size: 30px;
    color: #32669a;
    text-align: center;
    min-width: 240px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.olga-pic-main {
    background: url("2022_coast_backgrounds/grass_dune.aa2aa890db10.jpg") center / cover no-repeat;
    min-height: 90%;
}

.olga-pic-verse-statement {
    background: url("2022_coast_backgrounds/close_dune.840d73d33625.JPG") center / cover no-repeat;
    min-height: 90%;
}

.olga-pic-buttom {
    background: url("2022_coast_backgrounds/sunset_moon.f72fbaea4da7.JPG") center / cover no-repeat;
    min-height: 90%;
}

.olga-pic-forest {
    background: url("2022_coast_backgrounds/sunset.4204809eedc0.JPG") center / cover no-repeat;
    min-height: 90%;
}

.main-page-age {
    padding-top: 184px;
    /*width: 167px*/
}

.main-page-sum {
    /*max-width: 400px;*/
    /*margin-left: 333px;*/
    margin-top: 100px;
}

.main-page-bible {
    /*max-width: 400px;*/
    margin-top: 100px;
}

.main-page-verse {
    padding-top: 125px;
    /*margin-left: 333px;*/
    /*width: 167px;*/
}


.text-center-desktop {
    text-align: center;
}

.text-left-desktop {
    text-align: left;
}

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

.smaller-font {
    font-size: 27px !important;
}

.fellowship-forest {
    margin-top: 150px;
    /*text-align: center;*/
    background: rgba(255, 255, 255, 0.7);

}

.fellowship-forest-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.wood-theme-button {
    border-radius: 50px;
    font-family: 'DengXian Light', sans-serif;
    font-weight: 300;
    max-width: 300px;
    min-height: 40px;
    font-size: 30px;
    color: rgb(77, 77, 77);
    text-align: center;
    min-width: 240px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background: rgba(255, 255, 255, 0.6);
    margin-left: auto;
    margin-right: auto;
}

.forest-text-header {
    color: rgb(77, 77, 77);
    font-family: 'DengXian Light', sans-serif;
    font-size: 42px;
    font-weight: 300;
    padding: 10px 0px 25px 0px;
}

.forest-text-body {
    font-family: 'DengXian Light', sans-serif;

    color: rgb(77, 77, 77);
    font-size: 30PX;
    font-weight: 300;
}

.forest-hamburger-text {
    border-bottom-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 27px;
    font-weight: 300;
}

.forest-verse-text-header {
    color: rgb(77, 77, 77);
    font-family: 'DengXian Light', sans-serif;
    font-size: 3vw;
    font-weight: 300;
    padding: 10px 0px 25px 0px;
}

.forest-verse-text-body {
    font-family: 'DengXian Light', sans-serif;
    color: rgb(77, 77, 77);
    font-size: 2vw;
    font-weight: 300;
}

.forest-mission-text-header {
    color: rgb(77, 77, 77);
    font-family: 'DengXian Light', sans-serif;
    font-size: 3vw;
    font-weight: 300;
    padding: 10px 0px 25px 0px;
}

.forest-mission-text-body {
    font-family: 'DengXian Light', sans-serif;
    color: rgb(77, 77, 77);
    font-size: 1.5vw;
    font-weight: 300;
}

.forest-verse {
    margin-top: 150px;
    /*text-align: center;*/
    background: rgba(255, 255, 255, 0.7);
    padding-right: 40px;
    padding-left: 40px;
    text-align: left
}

.forest-mission {
    margin-top: 150px;
    /*text-align: center;*/
    background: rgba(255, 255, 255, 0.7);
    padding-right: 40px;
    padding-left: 40px;
}

.forest-main-title-fully-alive {
    margin-top: 45px;
    font-family: 'Austhind';
    font-size: 13vw;
    color: white;
    margin-bottom: -20px;
}

.forest-main-title-retreat {
    font-family: 'DengXian Light', sans-serif;
    font-size: 4vw;
    color: white;
    font-weight: 300;
    margin-bottom: -25px;
}

.forest-main-title-year {
    font-family: 'DengXian Light', sans-serif;
    font-size: 12vw;
    color: white;
    font-weight: 300;
    padding-left: 25px;
}

.camp-dates {
    color: white;
    border-radius: var(--borderRadius) var(--borderRadius) var(--borderRadius) var(--borderRadius);
    background: rgb(77, 77, 77);
    font-size: 4.5vw;
    padding: 0.25em 0.25em;
    line-height: .95;
    text-align: center;
    margin-right: 7px;
    margin-left: 7px;
}

.camp-dates-div {
    margin-top: 150px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.forest-time-left-box {
    font-family: 'DengXian Light', sans-serif;
    font-size: 2vw;
    /*font-weight: 300;*/
    color: rgb(77, 77, 77);
}

.forest-time-left-div {
    margin-top: 150px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
    .text-left-desktop {
        margin-left: 12.333333%;
    }
}

@media (max-width: 786px) {
    .main-page-age {
        padding-top: 184px;
        margin: auto;
        text-align: center !important;
    }


    .main-page-sum {
        margin-left: 0px;
        margin: 30px;
    }

    .main-page-verse {
        margin-left: 0px;
        margin-top: 80px;
        margin: auto;
        text-align: center !important;
    }

    .main-page-bible {
        margin: 80px;
        margin-top: 0px;
    }

    .phone-forest-text-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fellowship-forest {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .forest-verse {
        margin-bottom: 100px;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .forest-mission {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .fellowship-forest-center {
        max-width: none !important;
    }

    .text-center-desktop {
        text-align: left !important;
    }

    .text-right-desktop {
        text-align: left !important;
    }

    .forest-main-title-fully-alive {
        font-size: 23vw;
        margin-top: 100px;
        margin-bottom: -10px;
    }

    .forest-main-title-retreat {
        font-size: 8vw;
        font-weight: 300;

        margin-bottom: -10px;
    }

    .forest-main-title-year {
        font-size: 24vw;
        font-weight: 300;
    }

    .forest-verse-text-header {
        font-size: 8vw;
    }

    .forest-verse-text-body {
        font-size: 7vw;
    }

    .forest-mission-text-header {
        font-size: 9vw;
    }

    .forest-mission-text-body {
        font-size: 7vw;
    }

    .forest-text-header {
        padding: 10px 0px 25px 15px;
    }

    .camp-dates {
        font-size: 10.4vw;
    }

    .camp-dates-div {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .card {
        font-size: 10.4vw;
    }

    .forest-time-left-box {
        font-size: 4vw;
    }

    .forest-time-left-div {
        margin-bottom: 100px;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

.black-hyper-link {
   color: rgb(77,77,77);
    text-decoration: underline;
}
