:root{
    --main-green: #6e8228; /* 94AB1B */
    --text-dark: #494949;
    --gray-background: #f5f5f5;
}
@font-face {
    font-family: robotoCondensed;
    src: url(../css/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: robotoCondensed;
    src: url(../css/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: robotoCondensed;
    src: url(../css/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: roboto;
    src: url(../css/fonts/Roboto/Roboto-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: roboto;
    src: url(../css/fonts/Roboto/Roboto-Light.ttf);
    font-weight: 300;
}

body {
    font-family: robotoCondensed, Arial, sans-serif;
    color: var(--text-dark);
}

/* Menu */
ul .nav-link{
    color: var(--text-dark) !important;
    font-family: roboto, Arial, sans-serif;
    letter-spacing: .5px;
}
ul .active .nav-link{
    color: var(--main-green) !important;
}

h1{
    font-size: 45px;
    font-weight: 300;
    color: var(--main-green);
    /*font-weight: normal;*/
}
h2{
    color: var(--main-green);
    letter-spacing: 10px;
    font-weight: 300;
    font-size: 45px;
}
h3{
    color: var(--main-green);
    font-family: roboto, robotoCondensed, sans-serif;

    letter-spacing: 3px;
    /*font-weight: 400;*/
    font-size: 22px;
    text-transform: uppercase;
}
.btn-link:hover {
    text-decoration: none;
}
.btn-link:focus {
    text-decoration: none;
}

a {
    color: var(--main-green);
}
a:hover {
    color: var(--main-green);
    text-decoration: underline;
}

p {
    font-family: Roboto, sans-serif;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .5px;
}

input{
    border: none;
    color: var(--text-dark);
}
textarea{
    color: var(--text-dark);
}

/*input::placeholder{*/
/*    color: red;*/
/*}*/


/*html, body {*/
/*	min-height: 100%;*/
/*}*/

#container{
    position: relative;
    min-height: 100vh;
}

/* Footer */

footer{
    background-color: #dedede;
}

footer .row{
    max-width: 1000px;
}


.footer_text{
    font-size: .9rem;
}

#container {
   /*min-height: 100%;*/
   /*position: relative;*/
}

#page-content{
    padding-bottom: 180px;   /* Height of the footer */
}

footer{
    position:absolute;
    bottom:0;
    width:100%;
    height:180px;   /* Height of the footer */
    /*background:#6cf;*/
}

/* Index */

@media only screen and (max-width: 900px) {
    #main_image {
        padding-top: 3rem;
    }
    .title_text {
        font-size: 2.3rem !important;
    }
    html, body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 750px) {
    #main_image {
        padding-top: 3rem;
    }
    .title_text {
        font-size: 1.8rem !important;
        z-index: 2;
    }
}
@media only screen and (max-width: 750px) {
    #main_image {
        padding-top: 3.5rem;
        /*opacity: 0.4;*/
    }
    .title_text {
        font-size: 1.2rem !important;
        z-index: 2;
    }
}

.index_top_div{
    /*background-image: url("../img/Assets/Homepage_Banner3_1920px.png");*/
    /*background-size:  100%;*/
    /*background-repeat: no-repeat;*/
    max-width: 1400px;
    /*height: 800px;*/
    position: relative;
    text-align: center;
}
.behind_image{
    /*background-color: #72a627;*/
}

.title_text{
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    /*color: #c3c452;*/
    letter-spacing: 10px;
    line-height: 150%;
    width: 100%;
}

@media only screen and (max-width: 423px) {
    .title_text {
        position: static;
        transform: none;
    }
    #main_image {
        padding-top: 0;
        opacity: 1;
    }
}

/* About */
.top_image{
    max-width: 1400px;
}

.gray_background{
    background-color: var(--gray-background);
}

/* Contact */
.contact_text_area{
    border: none;
    margin-top: 2px;
    height: 250px;
    margin-bottom:5px;
}
.contact_name{
    padding-right: 1px;
    padding-left: 0;
}
.contact_email{
    padding-left: 1px;
    padding-right: 0;
}

.g-recaptcha-container{
    background-color: white;
}

/* Timeline */
#timeline{
    min-width: 645px;
    max-width: 700px;
    overflow-x: hidden;
}
.timeline_piece_container{
    position: relative;
    text-align: center;
}

.timeline_piece{
    position: relative;
    text-align: center;
}
.timeline_top_img{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    max-width: 80px;
}

.timeline_text{
    max-width: 250px;
    top: 70px;
    font-size: .9rem;
    transform: translateY(-70%);
}
.timeline_text_left{
    left: 0px;
}
.timeline_text_right{
    right: 0px;
}

.timeline_con{
    display: block;
}

#timeline_covid{
    /*margin-top: -50px;*/
}
#timeline_vape{
    /*margin-top: -50px;*/
}
#timeline_camp{
    /*margin-top: -10px;*/
}

.timeline-body{

}

h4 {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .5px;
    color: var(--text-dark);
    text-align: center;
}

.timeline_verticle_line {
    border-left: 2px solid var(--main-green);
    height: 50px;
    transform: translateX(50%);
    pointer-events: none;
}
.timeline_verticle_line_lg {
    height: 55px !important;
}
.timeline_horizontal_line {
    margin-left: 2px;
}
.timeline_horizontal_line div {
    border-top: 2px solid var(--main-green);
    width: 12px;
}

/* Terms */
.terms h2,h3{
    text-align: center;
    padding-bottom: 2rem;
}
.terms h3{
    margin-top: 3rem;
}

/* General */

.border_bottom{
    border-bottom: 1px solid #dedede;
}

.limit_width{
    max-width: 550px;
}

.text_green{
    color: var(--main-green);
}

.border_bottom{
    border-bottom: 1px solid #dedede;
}

#submit_btn{
    background-color: #dedede;
    border-color: #dedede;
    color: #444444;
    font-weight: 500;
    cursor: pointer;
}

.fa{
    color: grey !important;
}

.card{
    border-left: none ;
    border-right: none ;
    border-bottom: none ;
    background-color: var(--gray-background);
}
.last_card{
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header{
    border-bottom: none;
    background-color: #f5f5f5;
}
.btn-link{
    color: var(--main-green);
}
.btn-link:hover{
    color: var(--main-green);
}

i{
    transition-duration: .5s;
}
.flip {
    transform: rotate(-180deg);
}

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

.circle{
    border-radius: 50%;
}
.green_border{
    border: 2px solid var(--main-green) !important;
}
.green_border_1px {
    border: 2px solid var(--main-green) !important;
}
.black_and_white {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.input_text {
    font-size: 15px;
    line-height: 22px;
    font-family: Roboto, sans-serif;
    letter-spacing: .5px;
}

@media only screen and (max-width: 900px) {
    .input_text {
        padding-right: 3px !important;
    }
}

/* Stories */
.avatar_img {
    border-radius: 50%;
}

#tinymce h2, .story h2 {
    color: var(--main-green) !important;
    text-align: center !important;
    text-transform: none !important;
    font-size: 30px;
    letter-spacing: 1.5px;
}

#tinymce h3, .story h3 {
    color: var(--text-dark) !important;
    text-align: left;
    text-transform: none !important;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 18px;
}

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

.btn_green {
    color: white;
    background-color: var(--main-green);
}

.slider {
    position: relative;

    overflow-x: hidden;

    /*height: 500px;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*scroll-snap-type: x mandatory;*/
}
.slide {
    position: absolute;
    width: 550px;
    max-width: 100%;

    /*height: 500px;*/
    padding-right: 60px;

    overflow-y: auto !important;

    font-weight: normal !important;

    /*flex-shrink: 0;*/
    /*height: 100%;*/
}

.slides > div {
    scroll-snap-align: start;
}

.slide h2 strong, .slide h3 strong{
    font-weight: normal !important;
}

/* Glossary */
.glossary_title {
    border-right: 2px solid var(--main-green) !important;
    padding-right: 60px !important;
    position: relative;
    padding-bottom: 30px !important;
}

.glossary_line {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    right: -7px;

    border-bottom:  2px solid var(--main-green) !important;

}
.glossary_title_text {
    color: var(--main-green);
    position: absolute;
    top: 0;
    right: 30px;
}
.glossary_desc {
    padding-bottom: 30px !important;
    padding-left: 30px !important;
}