@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,900');

/**************************/
/*****  DEFAULT BODY  *****/
/**************************/
html, body {
	font-family: 'Muli', sans-serif;
    color: #ffffff;
	background-color: white;
	transition: 2.5;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; 
}

button {
	outline: none !important;
}

/** Keeps the body from scrolling **/
.body_noscroll{
	overflow:hidden !important;
}

.body_fixed{
	display: fixed;
}

#mainContainer{
    position: relative;
}

#loadingMain{
    width: 100%; 
    height: 100vh; 
    align-items: center; 
    background: url('../img/bg.png'); 
    text-align: center; 
    z-index: 2000;
    position: fixed;
    display: none;
}

#loading_icon{
    margin: 0 auto; 
    background: url('../img/flyertap_logo_final.png'); 
    background-size: 75px 75px; 
    background-position: center center; 
    background-repeat: no-repeat;
}

/**************************/
/*****  LOGIN SCREEN  *****/
/**************************/
#userLogin{
    display: none;
    background: rgba(0,0,0,.5);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
}
.login_box{
    margin: 0 auto;
    margin-top: 10%;
    max-width: 450px;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 20px;
    color: #464a4e;
    box-shadow: 5px 5px 10px #333;
    position: relative;
    text-align: center;
}
.loginLogo{
    display: none;
}
#loginForm{
    width: 100%; 
    padding-top: 0;
}
.login_input{
    width: 100%; 
    border: none;
    border-bottom: 1px solid #dddddd; 
    padding: 10px; 
    outline: none;
}

.contact_input{
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px;
    outline: none;
    border-radius: 10px;
}

#loginButton{
    background: #464a4e;
}

#loginButton{
    width: 60%;
    margin: 0 auto;
    border-radius: 24px;
    padding: 10px 0;
    color: white;
    text-align: center;
    cursor: pointer;
}

#signUpButton{
    width: 60%;
    margin: 0 auto;
    border-radius: 24px;
    padding: 10px 0;
    color: white;
    background: #F28C00;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
}

#loginButton:hover{
    background: #606060;
}
#loginFooter{
    width: 100%;
    padding-top: 10px;
}
#closeLogin{
    position: absolute; 
    top: -4px; 
    right: -4px; 
    background: #32312E; 
    border-radius: 50%; 
    width: 20px; 
    height: 20px; 
    color: white; 
    border: 2px solid white; 
    box-shadow: 0px 0px 10px #666; 
    text-align: center; 
    line-height: 13px; 
    cursor: pointer;
}
#createUser{
    
    font-size: 12px; 
    cursor: pointer;
}
#forgotPassword{
    font-size: 12px;
    cursor: pointer;
}
#signupButton{
    width:50%; 
    border-radius: 24px; 
    padding: 10px 0; 
    color:white;
    background: #F28C00; 
    text-align:center; 
    cursor: pointer;
    margin: 0 auto;
}
#signupButton:hover{
    background: #F28C00;
}
#closeCreate{
    position: absolute; 
    top: -4px; 
    right: -4px; 
    background: #32312E; 
    border-radius: 50%; 
    width: 20px; 
    height: 20px; 
    color: white; 
    border: 2px solid white; 
    box-shadow: 0px 0px 10px #666; 
    text-align: center; 
    line-height: 13px; 
    cursor: pointer;
}
#createUserContainer{
    background: rgba(0,0,0,.5); 
    height: 100vh; 
    position: fixed; 
    top: 0; 
    left: 0; 
    z-index: 1031; 
    display: none; 
    align-items: center; 
    text-align: center; 
    color: #32312E;
}
.create_box{
    background: white; 
    margin: 0 auto; 
    max-width: 600px;
    padding: 20px 30px; 
    border-radius: 10px;
    box-shadow: 5px 5px 10px #333;
    position: relative;
}
/********************/
/*****  NAVBAR  *****/
/********************/

.navbar_fixed{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background: white;
    height: 65px;
    box-shadow: 0px 0px 12px #afafaf;
    padding-left: 20px;
    padding-right: 20px;
}

#navbar-branded-text{
	margin-left: -13%;
    vertical-align: bottom;
    font-size: 15pt;
    line-height: 1;
}

#navbar-branded-header-text{
	display: none;
}


#navbarOptions{
	float:left;
}

.navbar_item{
    display: inline-block;
    color: grey;
    font-size: 15pt;
    font-weight: 300;
    padding: 17px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.navbar_item:hover{
    color: #F28C00;
}

.nav_selected{
	color: #F28C00;
}

.navbar-branded{
    color: #F28C00;
    cursor: pointer;
    display: inline-block;
    margin-left:15px;
    margin-right:15px;
    float:left;
}

.navbar-branded img{
    height: 40px;
    margin-top: 10px;
}

.top_menu{
    position: absolute; 
    right: 20px;
    font-size: 14px;
    font-weight: 200;
}

.top_menu a{
    color: #32312E;
    transition: .5s;
    padding-bottom: 20px;
	padding-top: 10px;
	margin-right: 45px;
}
.top_menu a:hover{
    color: #F28C00;
    text-decoration: none;
}
.top_menu .ft_button{
    padding: 6px 12px;
    font-size: 12px;
}
.navbar .userImage img{
    border-radius: 50%;
    height: 45px;
    width: 45px;
    object-fit: cover;
    border: 2px solid black;
    cursor: pointer;
    background-color: #F28C00;
}
#mobileMenuButton{
    display: none;
    margin-right: 15px; 
    font-size: 28px; 
    color: #F28C00; 
    cursor: pointer;
    position: absolute;
}

#mobile_menu_block{
	width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    margin-left: 100%;
    background: rgba(0, 0, 0, 0.16);
	
}

#mobileUserName{
	margin-left: 20px;
    font-weight: 800;
}

#mobileEmail{
	margin-left: 20px;
    font-size: 9pt;
    margin-bottom: 10px;
}

#mobileProfileNav{
	margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.mobile_menu{
    display:none;
    width: 63%;
    background: white;
    position: fixed;
    left: 0px;
    height: 100vh;
    border-right: 2px solid #dedddd2e;
    z-index: 1040;
    top: 0px;
}
.mobile_menu a{
    color: black;
}
.mobile_menu a:hover{
    color: #FFF;
    text-decoration: none;
}
.mobile_menu_line{
   	width: 100%;
    color: #F28C00;
    text-align: left;
    padding: 30px 19px;
    cursor: pointer;
}
.mobile_menu_line i{
    margin-right: 10px;
    font-size: 17pt;
    width:30px;
}
#mobileFirstLine{
    border-bottom: 1px solid #efefef;
    padding: 3px;
}
#mobileLastLine{
    height: 20px;
    border-top: 1px solid #efefef;
}

.small_font{
	font-size: 11pt;
}

.small_font a{
    color: #9e9e9e;
}

/********************/
/*****  FOOTER  *****/
/********************/
#footer{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    color: #666;
    height: 100px;
}

.footer_item{
    font-size: 11pt;
    font-weight: 600;
    display: inline-block;
    padding-right: 5%;
}

#footer a{
    color: #666;
    transition: .5s;
}
#footer a:hover{
    color: #F28C00;
    text-decoration: none;
}
.copyright{
    position: absolute; 
    right: 0; 
    top: 29px; 
    color: #F28C00;
}
#footerMobile{
    display: none;
}

/******************/
/*****  HOME  *****/
/******************/

#closing{
    min-height: 100vh;
    width: 100%;
    height: auto;
    font-weight: 300;
    padding:20px;
    background-size: cover;
    position: fixed;
    z-index: 20000;
    background: linear-gradient(to bottom right, #f28c01 50%, #f7d43f 100%);
    margin: 0;
    
    
}
#closingContainer{
    text-align: center;
    height: 100vh;
    margin: 0 auto;
    margin-top: 20vh;
}

#home{
    min-height: 100vh;
    width: 100%;
    height: auto;
    font-weight: 300;
    padding-top: 15vh;
    background-size: cover;
    position: relative;
    background: linear-gradient(to bottom right, #f28c01 50%, #f7d43f 100%);
    margin: 0;
}
#homeNav{
    padding: 0 12px;
}
#slogan{
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    text-align: left;
    color: white;
    padding:100px 50px 100px 100px;
}

#sloganSubText{
    width:80%;
}

#downArrow{
    position: absolute;
    bottom: 0;
    text-align: center;
    color: black;
    font-size: 56px;
}

/*********************/
/*****  EXPLORE  *****/
/*********************/
#explore{
	cursor: pointer;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-top:75px;
}
#exploreVideo{
    /*border: 1px solid lightgrey;*/
	max-width: 1000px;
    margin: 0 auto;
}

#description{
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    top: 15vh;
    
}

.testimony_image img{
	border-radius: 50%;
    object-fit: cover;
    width: 140px;
    margin-bottom: 25px;
    border: 5px solid white;
}

.testimony_item{
	display: inline-block;
    text-align: center;
    padding: 50px;
}

.picture_activity{
	display: inline-block;
	text-align: center;
}

.picture_activity.activity_left img, .picture_activity.activity_right img {
    height: 100%;
    max-height: 600px;
}

.picture_activity img{
	transition: 1.5s;
	opacity: 0;
	margin-top:200px;
}


.picture_activity.activity_full img{
	max-width: 1100px;
	width:100%;
}

.text_activity{
	display: inline-block;
    color: #32312E;
	
}

.text_activity.activity_full{
	margin-top:100px;
}

.activity_container{
	margin-top: 50px;
    margin-left: 0px;
    padding-left: 75px;
    padding-right: 75px;
    height: 80vh;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 150px;
}

.activity_title{
    font-weight: 600;
    font-size: 34pt;
    line-height: 1;
    padding-top: 50px;
    padding-bottom: 15px;
    margin-top: 25%;
}

.activity_title_alt{
	margin-top: 0%;
}

.activity_full{
	text-align: center;
}


.activity_content{
	font-size: 16pt;
    line-height: 1.7;
    padding-bottom: 50px;
}


.team_item_container{
	margin-top:45px;
    margin-bottom:30px;
}

.team_content{
	white-space: nowrap;
    text-align: center;
}

.team_item{
	padding:20px;
    text-align: center;
}

.team_image, .team_content{
	display: inline-block;
}

.team_item img{
    border-radius: 50%;
    object-fit: cover;
    width: 175px;
    margin-bottom: 25px;
    border: 2px solid #3e3e3e;
}

#activityBox{
	color: #424242;
	position: relative;
	overflow: hidden;
	max-width: 1600px;
	margin: 0 auto;
}

#testimonyBox, #teamBox{
	color:#424242;
	padding-bottom: 75px;
	position: relative;
	overflow: hidden;
}

#testimonyBox, #teamBox{
	max-width: 1600px;
	margin: 0 auto;
}


.box_container{
    display: inline-flex;
    height: 100%;
    padding-bottom: 20px;
}

.box_image{
    display: inline-block;
}
.box_text_container{
	display: inline-block;
    vertical-align: middle;
    min-height: 450px;
}

.box_image img{
	width: 100%;
    height: 450px;
    object-position: top;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 19px grey;
}

.box_text_icon{
    font-size: 72px;
}
.box_text_header{
    color: #F28C00;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}
.box_text_desc{
    font-size: 23px;
    font-weight: 300;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}


#exploreBox, #shareBox, #interactBox{
    opacity: 1;
    display: block;
    color: black;
    margin-bottom: 180px;
}

/**************************/
/*****  INTEREST BOX  *****/
/**************************/

.interests{
    border-radius: 10px; 
    box-shadow: 0px 0px 20px #999; 
    padding: 50px;
    margin-top: 200px;
    margin-bottom: 200px;
}
.interests_container{
    margin-right: 4vw; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-direction: column;
}
.interests_title{
    font-weight: 600;
    font-size: 34pt;
    padding: 0 0 50px 0;
    text-align: center;
}
.interests_circle{
    width: 75px;
    height: 75px; 
    border-radius: 50%;  
    text-align: center;
}
.interests_text{
    margin-top: 10px; 
    text-align: center;
}

/*******************/
/*****  PRESS  *****/
/*******************/
#press{
    width: 100%;
    padding: 6vh;
    padding-top: 12vh;
    padding-bottom: 12vh;
    height: 45vh;
    text-align: center;
    background: #eae1ce;
}
#pressHeader{
    color: #32312e;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 75px;
    text-align: center;
}
.press_image{
    display: inline-block;
}

.press_image img{
    width: 80%;
    max-height: 100px;
    object-fit: contain;
}


/*********************/
/*****  BUTTONS  *****/
/*********************/
.ft_button{
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 25px;
    color: white;
    background: linear-gradient(to bottom right, #f28c01 50%, #f7d43f 100%);
    transition: .3s;
}
.ft_button:hover{
    box-shadow: 2px 5px 0px 0px #666;
    transform: scale(1.01);
    cursor: pointer;
}

.gradient_text{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient_green{
    background-image: linear-gradient(to bottom, #00ff00 0%, #009933 75%);
}
.gradient_red{
    background-image: linear-gradient(to bottom, #ffcc00 0%, #ff3399 100%);
}
.gradient_blue{
    background-image: linear-gradient(to bottom, #00ffff 0%, #0066ff 75%);
}
#previewSub{
	margin-left:10px;
	display: inline;
}

#splashSignUpTop{
	float: right;
    border-radius: 24px;
    font-size: 12pt;
    padding: 7px 25px;
    margin-top: 12px;
    margin-left: 17pt;
    margin-right: 15px;
}
#splashSignInTop{
	float: right;
    border-radius: 24px;
    font-size: 12pt;
    padding: 7px 25px;
    margin-top: 12px;
    margin-right: 15px;
    color: grey;
    cursor: pointer;
    border:1px solid white;
}
#splashSignInTop:hover{
    border: 1px solid grey;
}

#splashSignUp{
    background: #F28C00;
    color: white;
    transition: .5s;
    border: none;
    font-weight: 300;
}
#splashSignUp:hover{
    background: #c97502;
    cursor: pointer;
}

#navbarOptionsMobile{
	display: none;
}

#downArrowButton{
    color: #FFFFFF;
    padding-bottom: 10px;
    width: fit-content;
    margin: 0 auto;
    transition: .5s;
}
#downArrowButton:hover{
    color: #F28C00;
    cursor: pointer;
    padding-bottom: 0;
}

#sloganSignUp{
    display: inline-block;
    max-width: 200px;
    border-radius: 0 25px 25px 25px;
    background: #FFF;
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #f28c01;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    transition: .3s;
}

#sloganSignUp:hover{
    box-shadow: 2px 5px 0px 0px #666;
    transform: scale(1.01);
}

#exploreMore{
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
}
.explore_more_button{
    background: #28bd28;
    border-radius: 20px;
    padding: 10px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 9pt;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
}
.explore_more_button:hover{
    box-shadow: 2px 5px 0px 0px #666;
    transform: scale(1.01);
}

.check_button{
    border-radius: 20px;
    color: #7c7c7c;
    background: #ededed;
    padding: 10px;
    width: 125px;
    height: 50px;
    position: relative; 
    margin: 0 5px;
}

.check_button label, .check_button input {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:-8px;
    border-radius: 20px;
    padding-top: 12px;
    text-align: center;
}

.check_button input[type="radio"]:checked + label {
    background: #F28C00;
    color: white;
}

.check_button label:hover{
    background: #c97502;
    color: white;
    cursor: pointer;
}


/************************/
/*****  FORMATTING  *****/
/************************/
.nopadding{
    padding: 0;
}
.nomargins{
    margin: 0;
}
.centered{
    text-align: center;
}
.spacer{
    height: 5vh;
    width: 100%;
    clear: both;
    float: none;
}
.remove_scroll{
    overflow: hidden;
}
.large_text{
    font-size: 32px;
}
.xl_text{
    font-size: 60px;
}
.xs_text{
    font-size: 12px;
}
#sloganText{
	font-size: 4vw;
}
.bold{
    font-weight: 300;
}
.bolder{
    font-weight: 900;
}
.primary_color{
	color:#F28C00;
}

/*************************/
/*****  AMBASSADORS  *****/
/*************************/

.amb_splash{
    height: 100vh; 
    background: url('../img/ambassador_splash.jpg'); 
    background-size: cover; 
    background-position: center center; 
    top: 0; 
    left: 0;
}

.amb_header{
    font-size: 86px; 
    color: #32312E; 
    font-weight: 600; 
    line-height: 85px;
}

.amb_header_text{
    font-size: 21px; 
    color: white; 
    margin-top: 60px;
}

.amb_title{
    padding: 10vh 0 5vh 0; 
    color: #32312E; 
    text-align: center;
}

.amb_benefits_box_container{
    padding: 5vh 0 10vh 0; 
    margin: 0 auto; 
    text-align: center;
    display: flex;
    justify-content: center;
}

.amb_benefits_box{
    box-shadow: 2px 2px 10px 2px #dbdbdb;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding: 70px 20px 30px 20px;
}

.amb_plus_text{
    padding-bottom: 10vh;
}

.amb_desc{
    padding: 60px 0 60px 30px; 
    color: #32312E; 
    font-size: 28px;
}

#opp1{
    background: url('../img/ambassador_opp1.jpg');
    background-size: cover; 
    background-position: center center; 
}

#opp2{
    background: url('../img/ambassador_opp2.jpg');
    background-size: cover; 
    background-position: bottom center; 
}

.amb_team_container{
    margin-top:0; 
    display: flex; 
    justify-content: center; 
    font-weight: 600;
}

.amb_team_content{
    text-align: center;
}

.amb_team_item{
    box-shadow: 2px 2px 10px 2px #dbdbdb; 
    border-radius: 15px; 
    margin: 20px;
}

#goToFlyerTap{
    display: block;
}

#goToFlyerTapMobile{
    display: none;
}


/*******************/
/*****  ABOUT  *****/
/*******************/

.about_box{
    background: white; 
    margin-top: 2vh; 
    border-radius: 10px; 
    text-align: justify; 
    padding: 30px 40px; 
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

/*****************/
/*****  FAQ  *****/
/*****************/

.faq_box{
    background: white; 
    margin-top: 2vh; 
    border-radius: 10px; 
    text-align: left; 
    padding: 10px 30px 30px 30px; 
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

/***************/
/***** FAQ *****/
/***************/
.faq_question{
    padding: 20px 0 0 0; 
}
.faq_question a{
    color: #32312E;
    font-weight: 900;
}
.faq_question a:hover{
    color: #F28C00;
    text-decoration: none;
}
.faq_divider{
    border-bottom: 2px solid #efefef;   
}
.faq_answer{
    padding: 5px 0 0 0;
    text-align: justify; 
}
.faq_header{
     font-weight: 900;
}


/*********************/
/*****  PRIVACY  *****/
/*********************/

.privacy_box{
    background: white; 
    margin-top: 2vh; 
    border-radius: 10px; 
    text-align: justify; 
    padding: 60px; 
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}


#privacy li{
    padding-left: 40px;
}


/*******************/
/*****  TERMS  *****/
/*******************/

.terms_box{
    background: white; 
    margin-top: 2vh; 
    border-radius: 10px; 
    text-align: justify; 
    padding: 60px; 
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

/*********************/
/*****  CONTACT  *****/
/*********************/

.contact_box{
    background: white; 
    margin-top: 2vh; 
    border-radius: 10px; 
    text-align: left; 
    padding: 30px; 
    margin-bottom: 40px; 
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

#contact label:after{
    border: 1px solid #32312E !important;
}

#contact .pretty{
    margin-bottom: 15px;
}

#contactLoading{
    display:flex; 
    align-items: center; 
    flex-direction: column; 
    text-align: center; 
    display: none;
}
#sending{
    background: url(../img/flyertap_logo_final.png); 
    background-size: 75px 75px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    margin: 0 auto;
}

.upload_input{
    margin-top:15px;
    margin-bottom:35px;
}

#activityBoxMobile{
    display: none;
}

.mobile_activity_img{
    width:100%;
}

#featureContainer{
    width: 100%;
    height: 50vh;
    padding: 20px;
}

#featureContainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#featureContainerText{
    padding-left: 20px;
    padding-right: 20px;
}

/***************************/
/*****  MEDIA QUERIES  *****/
/***************************/
@media only screen and (max-width: 993px) {
    .box_container{
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    #benefitsBox, #whyBox{
        padding-bottom: 10vh;
    }
    #description{
        font-size: 24px;
    }
    
}

/***********   MOBILE PHONE   *********/

@media only screen and (max-width: 800px) {
    
    #featureContainer{
        height: 35vh;
    }

    #pressHeader{
        margin-bottom:0px;
    }

    .activity_content{
        color: #32312E;
        text-align: center;
        line-height: 1.4;
        font-size: 13pt;
    }
    .activity_title{
        padding-bottom: 25px;
        font-size: 25pt;
        padding-top:20px;
    }
    
    #activityBoxMobile{
        display: block;
    }
        
    #lowerActivityBox{
        display: none;
    }

    #activityBox{
        display:none;
    }

    .amb_benefits_box_container{
        padding:15px;
    }

    #sloganSignUpContainer{
        margin-bottom: 45px;
    }

    #sloganSubText{
        width:100%;
    }

    #slogan{
        padding: 25px;
    }

    #sloganText{
        font-size: 13vw;
        font-weight: 600;
    }

	#navbar-branded-header-text{
	    display: block;
	    width: 100%;
	    text-align: center;
	    position: absolute;
	    left: 0;
	    font-size: 20pt;
	    padding-top: 13px;
	}
	
	#mobileBG{
		height: 100vh;
	    width: 100vw;
	    background: #0000004f;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    display: none;
	}
	
	.amb_splash{
    	background: url('../img/ambassador_splash_mobile.jpg'); 
		background-size: cover; 
   	 	background-position: center center;
	}
		
	#videoDiv{
		display: none;
	}
	
	#navbarOptions, #splashSignInTop, #splashSignUpTop{
		display:none;
	}
	
	#navbarOptionsButton{
		color: #F28C00;
	    font-size: 25pt;
	    position: absolute;
	    right: 0px;
	    padding: 15px;
	    padding-right: 25px;	
	}
	.navbar-branded{
	    position: absolute;
	}
	
	#navbarOptionsMobile{
		background: white;
	    height: 100vh;
	    width: 80vw;
	    color: grey;
	    text-align: left;
	    padding: 20px;
	    padding-bottom: 35px;
	    float: right;
	    position: absolute;
	    right: -100%;
	    top: 0px;
	    transition: .5s;
	    display: block;
	    overflow-y: auto;
	}
	
	#navbarOptionsMenu{
		font-size: 14pt;
	    color: #f48c00;
	    display: inline-block;
	    padding-bottom: 16px;
	}
	
	#navbarOptionsClose{
		font-size: 22pt;
	    display: inline-block;
	    padding: 10px;
	    margin-top: -14px;
        color: #f48c00;
        float: right;
	}
	
	.navbar_item_mobile{
		padding-top: 20px;
	    padding-bottom: 10px;
	    font-size: 13pt;
	}
	
	.navbar_item_mobile i{
		width: 45px;
	    text-align: center;
	}
	
	#splashSignUpTopMobile{
	    text-align: center;
	    border-radius: 25px;
	    margin-top: 35px;
	}
	
	#splashSignInTopMobile{
	    text-align: center;
	    border-radius: 25px;
	    margin-top: 28px;
	    background: #c3c3c3;
	    padding: 12px 24px;
	    color: white;
	}
	
	.mobile_menu_in{
		right:0px !important;
	}
	
	.eventSection{
		font-size: 12pt;
	}
	
	.actionSection{
		font-size: 10pt;
	}
	
	.userSection{
		font-size: 13pt;
	}
	
    .xl_text{
        font-size: 25pt;
    }
    
    #explore{
	    padding:10px;
    }
    
    .team_item img{
	    width:125px;
    }
    
    .picture_activity.activity_left img, .picture_activity.activity_right img{
	    max-height: 400px;
    }
    
    .activity_container{
	    padding:0px;
    }
    
    /*#slogan{
	    padding:10px;
	    color:#424242;
	    bottom:45px;
	    text-align: right;
    }*/
    
    #downArrow{
	    display: none;
    }
    
    #footer{
        display: none;
    }
    #benefitsBox .roundbox{
        padding-top: 4vh;
    }
    .why_text_header{
        padding-left: 22%;
        font-size: 18px;
    }
    #why{
        padding-bottom: 20%;
    }
    #press{
        padding: 20% 0;
        height: auto;
    }
    #press img{
        padding-bottom: 20%;
        max-height: 100%;        
    }
    .login_box{
        width: 100%;
        height: 90%;
        left: 0;
        top: 0;
        border-radius: 0;
        text-align: center;
        box-shadow: none;
    }
    
    .loginLogo{
        display: block;
    }
    #loginForm{
        width: 100%; 
        padding-top: 10vh;
    }
    #userLogin{
        z-index: 1050;
        background: #FFF;
    }
    #forgotPassword {
        font-size: 12px;
    }
	    
    #closeLogin{
        top: 0px;
	    right: 20px;
	    height: 25px;
        width: 25px;
        border-radius: 0;
        line-height: 18px;
        border: none;
        background: none;
        box-shadow: none;
        color: #32312E;
        font-size: 32px;
    }
    .create_box{
        width: 100%;
        margin: 0;
        padding: 20px 30px;
        border-radius: 0;
        height: 100%;
    }
    #createUserContainer{
        background: #32312E;
    }
    #closeCreate{
        top: 2px;
        right: 2px;
        height: 25px;
        width: 25px;
        border-radius: 0;
        line-height: 18px;
        border: none;
        background: none;
        box-shadow: none;
        color: #32312E;
        font-size: 32px;
    }
    .large_text{
        font-size: 24px;
    }
    
    .about_box{
        background: white; 
        margin-top: 3vh; 
        border-radius: 0px; 
        text-align: justify; 
        padding: 20px; 
        box-shadow: none;
    }
    
    .faq_box{
        background: white; 
        margin-top: 2vh; 
        border-radius: 0px; 
        text-align: left; 
        padding: 20px; 
        box-shadow: none;
    }
    
    .privacy_box{
        background: white; 
        margin-top: 2vh; 
        border-radius: 0px; 
        text-align: justify; 
        padding: 20px; 
        box-shadow: none;
    }
    
    #privacy li{
        padding-left: 0px;
    }
    
    .terms_box{
        background: white; 
        margin-top: 2vh; 
        border-radius: 0px; 
        text-align: justify; 
        padding: 20px; 
        box-shadow: none;
    }
    
    .contact_box{
        background: white; 
        margin-top: 2vh; 
        border-radius: 0px; 
        text-align: left; 
        padding: 20px; 
        box-shadow: none;
    }
    
    #contactName{
        margin-bottom: 5vh;
    }
    
    .reason_line{
        text-align: center;
        margin: 5vh 0;
    }
    
    .reasons{
        margin-bottom: 5vh;
    }
    
    #contact #sendMessageButton{
        margin-bottom: 5vh !important;
    }
    
    .amb_header{
        font-size: 45px; 
        color: #FFFFFF; 
        font-weight: 600; 
        line-height: 45px;
        text-align: center;
        /* text-shadow: 0px 0px 10px #FFF; */
    }
    
    .amb_header_text{
        text-align: center;
       /* text-shadow: 0px 0px 10px #000; */
    }
    
    .amb_benefits_box{
        margin-right: 0 !important;
        margin-bottom: 5vh;
    }
    
    .amb_plus_text{
        text-align: center;
    }
    
    .amb_plus_text_li{
        padding: 0 !important;
    }
    
    #opp1, #opp2{
        height: 30vh;
    }
	 
    .amb_team_container{
        margin: 0;
    }
    
    .amb_desc{
        font-size: 18px;
        padding: 20px;
    }
    
    .amb_plus_box{
        margin: 0 !important;
    }
    
    #goToFlyerTap{
        display: none;
    }
    
    #goToFlyerTapMobile{
        display: none;
        position: fixed;
        top: 2.25vh;
        left: 1.5vw;
        padding: 5px 10px;
        color: white;
        background: #F28C00;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        z-index: 1050;
    }
    
    #goToFlyerTapMobile:hover{
        background: #c97502;
    }

    .activity_title_top{
        margin-top: 10vh;
    }
    
}


/******  LARGE RESOLUTION 4K plus ******/

@media only screen and (min-width: 1600px) {
	
	#slogan{
    	text-shadow: 0px 0px 10px #000;
	}
	
	#downArrowButton{
    	text-shadow: 0px 0px 10px #000;
	}
	
}



