/* ----------- CATCH ALL SMALL ----------- */
/* smaller than 640 landscape and below */
@media only screen   
  and (max-width: 640px){
    #splash1{
        height: 960px;
    background: url("/assets/portrait/portrait_splash1_640x960.jpg") no-repeat center center fixed;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}


/* 641 landscape and below */
@media only screen   
  and (min-width: 641px)
  and (max-width: 860px){
    #splash1{
        height: 700px;
    background: url("/assets/landscape/landscape_splash1_768x700.jpg") no-repeat center center fixed;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}



/* 861px 1200px */
@media only screen  
  and (min-device-width: 861px) 
  and (max-device-width: 1135px){
       #splash1{
        height: 768px;
    background: url("/assets/landscape/landscape_splash1_1024x768.jpg") no-repeat center center fixed;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}




/* 861px 1200px */
@media only screen  
  and (min-device-width: 1136px) 
  and (max-device-width: 1200px){
       #splash1{
        height: 640px;
    background: url("/assets/landscape/landscape_splash1_1136x640.jpg") no-repeat center center fixed;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}


/* 1280 -- 1333 */
@media only screen  
  and (min-device-width: 1201px) 
  and (max-device-width: 1333px){
    #splash1{
        height: 720px;
    background: url("/assets/landscape/landscape_splash1_1280x720.jpg") no-repeat center center fixed;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* 960 x 640 */
@media only screen  
  and (min-device-width: 1334px) 
  and (max-device-width: 1900px){
    #splash1{
        height: 750px;
    background: url("/assets/landscape/landscape_splash1_1334x750.jpg") no-repeat center center fixed;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}


/* 1025 - 1439*/
@media only screen  
  and (min-device-width: 1901px) 
  and (max-device-width: 2000px) {
    #splash1{
        height: 1080px;
    background: url("/assets/landscape/landscape_splash1_1920x1080.jpg") no-repeat center center fixed;
       -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}




/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 2001px) 
  and (max-device-width: 5000px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
       #splash1{
    height: 1920px;
    background: url("/assets/landscape/landscape-splash1-4k-4096x2304.jpg") no-repeat center center fixed;
          -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
     #splash1{
    height: 700px;
    background: url("/assets/landscape/landscape-splash1-2880x1800.jpg") no-repeat center center fixed;
          -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }  
}




/* ----------- SPECIFIC ----------- */
/* ----------- DEVICE ----------- */
/* ----------- QUERIES ----------- */
/* ----------- TARGETTING PHONES AND TABLETS ----------- */






/* ----------- iPhone 4 and 4S ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (min-device-height: 468px)
  and (max-device-height: 482px)
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  #splash1{
    background: url("/assets/portrait/portrait_splash1_640x960.jpg") no-repeat center center fixed;
        height: 480px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (min-device-height: 468px)
  and (max-device-height: 482px)
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #splash1{
    background: url("/assets/landscape/landscape_splash1_640x960.jpg") no-repeat center center fixed;
    height: 320px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}


/* ----------- Galaxy S3 ----------- */
/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (min-device-height: 639px)
  and (max-device-height: 641px)
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {   
#splash1{
    height: 640px;
    background: url("/assets/portrait/portrait_splash1_720x1280.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 320px) 
  and (min-device-height: 639px)
  and (max-device-height: 641px)
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
  #splash1{
    height: 320px;
    background: url("/assets/landscape/landscape_splash1_1280x720.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 319px) 
  and (max-device-width: 321px)
  and (min-device-height: 567px)
  and (max-device-height: 568px)
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    #splash1{
    background: url("/assets/portrait/portrait_splash1_640x1136.jpg") no-repeat center center fixed;
    height: 568px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-height: 319px) 
  and (max-device-height: 321px)
  and (min-device-width: 567px)
  and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #splash1{
    background: url("/assets/landscape/landscape_splash1_1136x640.jpg") no-repeat center center fixed;
    height: 320px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }

}

/* ----------- iPhone 6 ----------- */

/* Portrait */
@media only screen 
  and (min-device-height: 666px) 
  and (max-device-height: 668px)
  and (min-device-width: 374px)
  and (max-device-width: 376px)
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    #splash1{
    height: 667px;
    background: url("/assets/portrait/portrait_splash1_750x1334.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 666px) 
  and (max-device-width: 668px)
  and (min-device-height: 374px)
  and (max-device-height: 376px)
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #splash1{
    height: 375px;
    background: url("/assets/landscape/landscape_splash1_1334x750.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }

}

/* ----------- iPhone 6+ ----------- */


/* Portrait */
@media only screen 
  and (min-device-height: 735px) 
  and (max-device-height: 737px)
  and (min-device-width: 413px)
  and (max-device-width: 415px)
  and (-webkit-device-pixel-ratio: 3)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    #splash1{
    height: 736px;
    background: url("/assets/portrait/portrait_splash1_1080x1920.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }

}

/* Landscape */
@media only screen 
  and (min-device-width: 735px) 
  and (max-device-width: 737px)
  and (min-device-height: 413px)
  and (max-device-height: 415px)
  and (-webkit-device-pixel-ratio: 3)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
#splash1{
    height: 414px;
    background: url("/assets/landscape/landscape_splash1_1920x1080.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}



/* ----------- Galaxy S4 ----------- */

/* Portrait */
@media screen 
  and (min-device-width: 319px) 
  and (max-device-width: 321px)
  and (min-device-height: 639px)
  and (max-device-height: 641px)
  and (-webkit-device-pixel-ratio: 3)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    #splash1{
    height: 640px;
    background: url("/assets/portrait/portrait_splash1_1080x1920.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media screen 
  and (min-device-height: 319px) 
  and (max-device-height: 321px)
  and (min-device-width: 639px)
  and (max-device-width: 641px)
  and (-webkit-device-pixel-ratio: 3)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
   #splash1{
    height: 320px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url("/assets/landscape/landscape_splash1_1920x1080.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* ----------- Galaxy S5 ----------- */

/* Portrait */
@media screen 
  and (min-device-width: 359px) 
  and (max-device-width: 361px)
  and (min-device-height: 639px)
  and (max-device-height: 641px)
  and (-webkit-device-pixel-ratio: 3)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    #splash1{
    height: 640px;
    background: url("/assets/portrait/portrait_splash1_1080x1920.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media screen 
  and (min-device-height: 359px) 
  and (max-device-height: 361px)
  and (min-device-width: 639px)
  and (max-device-width: 641px)
  and (-webkit-device-pixel-ratio: 3)
  and (-webkit-min-device-pixel-ratio: 3) 
  and (orientation: landscape) {
   #splash1{
    height: 360px;
    background: url("/assets/landscape/landscape_splash1_1920x1080.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}


/* ----------- Galaxy S6 ----------- */

/* Portrait */
@media screen 
  and (min-device-width: 359px) 
  and (max-device-width: 361px)
  and (min-device-height: 639px)
  and (max-device-height: 641px)
  and (-webkit-device-pixel-ratio: 4)
  and (-webkit-min-device-pixel-ratio: 4)
  and (orientation: portrait) {
    #splash1{
    height: 640px;
    background: url("/assets/portrait/portrait_splash1_1440x2560.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media screen 
  and (min-device-height: 359px) 
  and (max-device-height: 361px)
  and (min-device-width: 639px)
  and (max-device-width: 641px)
  and (-webkit-device-pixel-ratio: 4)
  and (-webkit-min-device-pixel-ratio: 4) 
  and (orientation: landscape) {
   #splash1{
    height: 360px;
    background: url("/assets/landscape/landscape_splash1_2560x1440.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}


/* ----------- iPad mini ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 767px) 
  and (max-device-width: 769px)
  and (min-device-height: 1023px)
  and (max-device-height: 1025px)
  and (orientation: portrait) 
  and (-webkit-device-pixel-ratio: 1)
  and (-webkit-min-device-pixel-ratio: 1){
      #splash1{
    height: 1024px;
    background: url("/assets/portrait/portrait_splash1_768x1024.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-height: 767px) 
  and (max-device-height: 769px)
  and (min-device-width: 1023px)
  and (max-device-width: 1025px)
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (-webkit-device-pixel-ratio: 1){
   #splash1{
    height: 768px;
    background: url("/assets/landscape/landscape_splash1_2048x1536.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen 
  and (min-device-width: 767px) 
  and (max-device-width: 769px)
  and (min-device-height: 1023px)
  and (max-device-height: 1025px)
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (-webkit-device-pixel-ratio: 2){
      #splash1{
    height: 1024px;
    background: url("/assets/portrait/portrait_splash1_1536x2048.jpg") no-repeat center center fixed;
            -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-height: 767px) 
  and (max-device-height: 769px)
  and (min-device-width: 1023px)
  and (max-device-width: 1025px)
  and (orientation: landscape) 
  and (-webkit-device-pixel-ratio: 2)
  and (-webkit-min-device-pixel-ratio: 2) {
   #splash1{
    height: 768px;
    background: url("/assets/landscape/landscape_splash1_2048x1536.jpg") no-repeat center center fixed;
            -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-size: 100% 100%;
  }
}


/*===============================================
===============================================
===============================================
*/
#bg { 
  top: 0;
  left: 0;
  background: url("/assets/bg/4860.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

/*

/* HERO BACKGROUND 
.site-wrapper-inner.background {
  overflow-x: hidden;
  height: 800px;
  background: url("/assets/fs_hero1.jpg") no-repeat center center fixed;
}


.site-wrapper-inner.background2 {
  overflow-x: hidden;
  height: 800px;
  background: url("/assets/fs_gabe.jpg") no-repeat center center fixed;
}

.site-wrapper-inner.background3 {
  overflow-x: hidden;
  height: 800px;
  background: url("/assets/untold_story.jpg") no-repeat center center fixed;
}

.site-wrapper-inner.background4 {
  overflow-x: hidden;
  height: 800px;
  max-width: none;
  background: url("/assets/newideas.jpg") no-repeat center center fixed;
  background-size: cover;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}






/*IPHONE RULES */
/*
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
  .site-wrapper-inner.background{
    background: url("/assets/phone_hero1.jpg");
    background-size: cover;
    height: 800px;
  }
}
*/



/*
====================

====================
SCREEN ONLY DISPLAYING
*/

.thumbnail{
  padding: none !important;
  padding-bottom: none !important;
  z-index: -1;
}

.background5 {
  background-color:   #008000;
}

.bigScreenOnly{
  display: none;
}

.smallScreenOnly{
  display: none;
}

.smallScreenOnly{
  display: none;
}

.iphone5_landscape{
  display: none;
}

@media (min-width: 900px){
.bigScreenOnly {
  display: inline;
}
}

@media (max-width: 899px){
.smallScreenOnly {
  display: inline;
}
}

@media only screen 
  and (min-device-height: 243px) 
  and (max-device-height: 321px)
  and (min-device-width: 567px)
  and (max-device-width: 568px){
    .iphone5_landscape{
    display: inline;
  }
    .smallScreenOnly{
    display:none !important;
    }
}

.thumbnail{
  position: relative;
  padding: none !important;
}

.caption{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.thumbnail1{
  position: relative;
}





/* 

===================




/*


============================
=============================
============================
=
========

*/





.vcenter{
  display: table-cell !important;
  text-align: center !important;
  vertical-align: middle !important;
  left: 50%;
}

.hcenter{
  margin: 0 auto;
}


.col-centered{ 
    margin: 0 auto;
}


.float-left{
  float:left;
}

.float-right{
  float:right;
}

.override {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
}




/* SLIDER CLASSES / STYLING
*/

#section-one{
  background-image: red;
}

#navHead{
  color:#FF1400;
}

#mastHead{
  color: #FF1400;
}
#heroTitle{
  color: #46D20B;  /*  #00FFC8     #4CE60B      #319208  */
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  padding-top: 15px;
}

#aJourney{
  color:#FFD200;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  padding-bottom: 15px;
}

#joinUs{
  color: #4CE60B; /* #319208 #E1FFD6 */
  padding: 10px;
}

#gabeText{
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#gabeHost{
 color:#3997DE; 
 padding-bottom: 0px;
}

#reclaiming{
  color:#45647B;
}

#production{
  color:#ABB2C7;
}


.parallax-window {
    min-height: 1400px;
    background: transparent;
}

.yellow{
  color: #FFD200;
}

.red{
  color: #FF1400; 
}

.green{
  color: #4CE60B;
}

.black{
  color: black;
}

.slide-container{
  width: 200%;
  position: relative;
  left: 0%;
  background: red;
}


.button-container{
 width: 50%;
 float: left;  
}


.production-container{
  width: 50%;
  float: left;
}


.production-detail{
  display: block;
  max-width: 960px;
  margin: 0px auto;
  background-color: blue;
}


.specialCenter{
  background-color: rgba(0,0,0,0.4);
}

.button-detail{
  max-width: 600px;
  margin: 0px auto;
  padding: 0 15px;
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: white;
}

#boxSHADER{
  background-color: rgba(0,0,0,0.4)
}


.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.cent-fix{
  width: 200%
}

.box{
  height: 400px;
  width: 400px;
  color: purple;
}


#map{
  height: 100% !important;
  min-height: 550px !important;
}



body{
  font-family: 'Josefin Sans', sans-serif;
  background-color: #f2f2f2;
}

.myfont{
  font-family: 'Josefin Sans', sans-serif !important;
}

.cover-heading..myfont{
  font-family: 'Josefin Sans', sans-serif !important;
}

.padding{
  height: 10px;
}

.lead{
  color: black;
  padding-top: 25px;
  text-shadow: none;
  font-weight: 800 !important;
  text-align: justify;
}




===================
CONTAINER SIZING */


  .container-fluid {
  max-width: 90vw;
  }

/*
@media (min-width: 768px){
  .container-fluid {
  max-width: 750px;
  }
  .max-height{
  
  }
}

@media (min-width: 1440px){
  .container-fluid {
  max-width: 1200px;
  }
  .max-height{
  
  }
}

@media (min-width: 2000px){
  .container-fluid {
  max-width: 1500px;
  }
  .max-height{
  
  }
}

*/

/* 

===================

===================
TEXT SIZING */


@media (max-width: 425px){
#heroTitle{
  font-size: 32px;
}

#aJourney{
  font-size: 21px;
}

#joinUs{
  font-size: 32px;
}

.specialCenter, #boxShader{
  margin-left: 5px;
  margin-right: 5px; 
  top: 50%;
  position: relative;
}

#reclaiming, #gabeHost, #production{
  font-size: 25px;
}


}


@media (min-width: 425px){
#heroTitle, #joinUs{
  font-size: 47px;
}

#aJourney{
  font-size: 21px;
}

.specialCenter, #boxShader{
  margin-left: 5px;
  margin-right: 5px;
  top: 50%; 
}


#reclaiming, #gabeHost, #production{
  font-size: 25px;
}

}

@media (min-width: 500px){
#heroTitle, #joinUs{
    font-size: 32px;
    right: 50%;
}

#aJourney{
  font-size: 23px;
}

.specialCenter, #boxShader{
  margin-left: 5px;
  margin-right: 5px; 
    top: 50%;
}

}

@media (min-width: 767px){
.vcenter{
  text-align: center;
}

#heroTitle, #joinUs{
  font-size: 51px;
}

#aJourney{
  font-size: 21px;
}

#reclaiming, #gabeHost, #production{
  font-size: 51px;
}

.specialCenter{
  margin-left: 10px;
  margin-right: 10px;   
}

#boxShader{
  margin-left: 5px;
  margin-right: 5px; 
}



}

@media (min-width: 1024px){
#heroTitle, #joinUs{
  font-size: 70px;
}

#aJourney{
  font-size: 37px;
}

#reclaiming, #gabeHost, #production{
  font-size: 51px;
}

.specialCenter{
  margin-left: 15px;
  margin-right: 15px;   
}


#boxShader{
  margin-left: 45px;
  margin-right: 45px; 
}



}

@media (min-width: 1440px){
#heroTitle, #joinUs{
  font-size: 74px;
}

#aJourney{
  font-size: 37px;
}

#reclaiming{
  font-size: 56px;
}

#gabeHost, #production{
  font-size: 60px;
}

.specialCenter{
  margin-left: 45px;
  margin-right: 45px; 
}

#boxShader{
  margin-left: 45px;
  margin-right: 45px; 
}



}


@media (min-width: 2000px){
#heroTitle, #joinUs{
  font-size: 85px;
}

#aJourney{
  font-size: 37px;
}
#reclaiming, #gabeHost, #production{
  font-size: 78px;
}
#joinUs{
  font-weight: 30;
}

.specialCenter, #boxShader{
  margin-left: 250px;
  margin-right: 250px; 
}

}
