/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear{
    clear:both; 
}
 

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    height: 100%;
    width: 100%;
}

body{
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto Slab', serif;
    padding-top:1px;
    font-size: 100%;
}


/*nav{
    height: 44px;
    width:100%;
    position:fixed;
    background-color:#FFF;
    opacity:0.8;
    z-index:1;
    padding-top:1px;
}

nav ul{
    margin-top:12px;
    width:100%;
}

nav li{
    display: inline-block;
    font-family: 'Roboto';
    font-weight:300;
    color:#000;
    font-size: 14px;
    letter-spacing:5px;
}
*/


header{
  padding-top:1px;
  position: fixed;
  background-color:#FFF;
  opacity:0.9;
  width: 100%;
  height: 44px;
  z-index: 1000;
}

header section{
  position: absolute;
  top:-184px;
  width: 100%;
  z-index: 100;
  height: 44px;
  position:fixed;
}

header section nav{
  margin: 0;
  padding: 0;
  width: 100%;
}

nav ul{
  padding: 0;
  margin: 0;
  width: 100%;
  float:right;
}

nav ul li{
  color:#FFFFFF;
  list-style:none;
  height:35px;
  border-bottom:solid 1px #666;
  margin: 0;
  padding: 10px 0 0 10px;
  text-decoration:none;
  font-family: 'Roboto';
  font-weight:300;
  color:#000;
  font-size: 14px;
  letter-spacing:2px;
}


.untoldstories{
  display:inline-block;
  font-family: 'Roboto';
  font-weight:300;
  font-size: 14px;
  letter-spacing:2px;
  margin-top:7%;
  margin-left:10%;
}

.boldstories{
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top:  1%;
}


nav ul li a{
  color:#FFFFFF;
  display: inline-block;
  height: 100%;
  text-decoration:none;
  width: 100%;
}

header section div{
  display: inline-block;
  height: 45px;
  width: 100%;
}

#homeButton{
  width: 50%;
}

.btn {
  cursor: pointer;  
  border-radius: 1px;
  height: 36px;
  margin: 0 0 0 10px;
  position: relative;
  width:36px;
  float: right; 
  margin-top:1%;
}

#lines:before{ 
  cursor: pointer;
  border-bottom: 17px double black;
  border-top: 6px solid black;
  content:"";
  height: 5px;
  margin: 5px 0 0 0;
  position: absolute;
  width:30px;
}


/* =============================================== HOMEPAGE  ============================================ */

#home_slide1{
  width:100%;
  height:100%;
  min-height:100%;
  padding-top:1px;
  background-color:#FFF;
}

#phrase1{
  font-family: 'Roboto';
  font-weight:300;
  font-size: 1.125em;
  color: black;
  letter-spacing: 0.550em;
  line-height:1.125em;
  display:inline;
  text-align: center;

  position: absolute;
  top:0;
  left: 0;

  margin-left:5%;
  margin-top:60%;
}

#phrase2{
  font-family: 'Roboto';
  font-weight:300;
  font-size: 1em;
  color: #999;
  line-height: 1.125em;
  letter-spacing: 0.263em;
  display:inline;

  position: absolute;
  top:0;
  left: 0;

  margin-left:10%;
  margin-top:45%;
}

#phrase2 span{
  color: black;
  font-weight:700;
  font-size: 1em;
}

#phrase3{
  font-family: 'Roboto';
  font-weight:300;
  font-size: 1em;
  color: #999;
  line-height: 1.125em;
  letter-spacing:0.263em;
  display:inline;

  position: absolute;
  top:0;
  left: 0;

  margin-left:10%;
  margin-top:50%;
}

#phrase3 span{
  font-weight:700;
  font-size: 1em;
  color: black;
}

#phrase4{
  width:60%;
  font-family: 'Roboto';
  font-weight:700;
  font-size: 1em;
  color: black;
  line-height: 0.5em;
  letter-spacing: 0.263em;
  display:inline;
  text-align: center;

  position: absolute;
  top:0;
  left: 0;

  margin-left:22%;
  margin-top:90%;
}

#phrase4 span{
  line-height:1.125em;
  font-size: 0.750em;
  letter-spacing: 0.223em;
  font-weight:300;
  color: #999;
  text-align: center;
}

#bottom_nav_desktop{
  display:none;
}

/* ======================= OPENING =======================   */

#mattL_bottom{
  background-image: url('../img/home_mattL.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:100%; 
  padding-top: 1px;
  margin-bottom:2%;
}

#mattL_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:1.188em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align:center;
  margin-top:28%;
  margin-bottom:28%;
}

#MB_bottom{
  background-image: url('../img/home_MB.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:100%; 
  margin-bottom:2%;
  padding-top:1px;
}

#MB_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:1.188em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align:center;
  margin-top:28%;
  margin-bottom:28%;
}

#boatlift_bottom{
  background-image: url('../img/home_boatlift.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:100%; 
  padding-top:1px;
  margin-bottom:2%;

}

#boatlift_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:1.188em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align:center;
  margin-top:28%;
  margin-bottom:28%;
}

#omarSalty_bottom{
  background-image: url('../img/home_omarSalty.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:100%; 
  padding-top:1px;
  margin-bottom: 2%
}

#omarSalty_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:1.188em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align:center;
  margin-top:28%;
  margin-bottom:28%;
} 



/* =============================================== MORABITO BROTHERS  ==================================== */

#MB_wrapper{
  width:100%;
  height:100%;
  background-color:#FFF;
}

#MB_header{
    width:100%;   
    height:100%;
    min-height: 100%;
    background-image: url('../img/MB_bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    padding-top:1px;
}

#MB_title_text{
  font-family: 'Roboto';
  font-weight:300;
  font-size:1.750em; 
  color: #FFF;
  letter-spacing: 0.357em; 
  text-align: center;

  margin-left:auto;
  margin-right:auto;
  margin-top:60%;
    
  outline: 1px solid white;
  width: 70%;
  padding:2%;
}


/* ======= SLIDE 1 ========= */ 

#MB_slide1{
  width:100%;
  height:100%;
  min-height: 100%;
}

#MB_slide1 h2{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.270em;
  line-height: 1.750em;

  width: 84%;
  height: auto;
  margin-left: auto;
  margin-right:auto;
  margin-top: 10%;
  margin-bottom: 10%;
}

/* ======= SLIDE 2 ========= */ 

#john_text_mobile{
  display: block;
}

#michael_text_mobile{
  display: block;
}

#johnM{
  width:100%;
  height:100%; 

  margin-left:auto;
  margin-right:auto;
  padding-top:1px;
}

#johnM img{
  width:74%;
  height:26%;
  margin-left:12%;
}

#johnM h1{
  width: 100%;
  background-color: #FFF;
  opacity: 0.8;

  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.125em;
  letter-spacing: 0.125em;
  text-align: center;
  margin-top: 5%;
}

#johnM p{
  font-family: 'Roboto';
  font-weight:400;
  font-size: 1em;

  margin-top:10%;
  width:75%;
  height:auto;
  margin-left: auto;
  margin-right:auto;
}

#michaelM{
  width:100%;
  height:100%; 

  margin-left:auto;
  margin-right:auto;
  padding-top:1px;
}

#michaelM img{
  width:74%;
  height:26%;
  margin-left:12%;
}

#michaelM h1{
  width: 100%;
  background-color: #FFF;
  opacity: 0.8;

  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.125em;
  letter-spacing: 0.125em;
  text-align: center;
}

#michaelM p{
  font-family: 'Roboto';
  font-weight:400;
  font-size: 1em;
  width:75%;
  margin-left: auto;
  margin-right: auto;

}

#MB_slide_2{
  display:none;
}

#MB_slide2_text{
  display:none;
}


/* =============================================== BOATLIFT  ==================================== */

#boatlift_wrapper{
  height:100%;
  width:100%;
  background-color: #FFF;
}

#Boatlift_header {
  width:100%;   
  height:100%;
  min-height: 100%;
  background-image: url('../img/boatlift_bg.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#Boatlift_header h1{
  font-family: 'Roboto';
  font-weight:300;
  font-size:1.750em; 
  color: #FFF;
  letter-spacing: 0.357em; 
  text-align: center;

  margin-left:auto;
  margin-right:auto;
  margin-top:70%;
    
  outline: 1px solid white;
  width: 62%;
  padding:2%;
}



/* ================ Slide 1 ================   */

#Boatlift_slide1 {
  width:100%;
  height:100%;
  min-height:100%;
  background-image:url('../img/boatlift_2.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#slide1_TB{
  width:100%;
  background-color: #FFF;
  opacity: 0.8;
  margin-top:20%;
  height:65%;
}

#Boatlift_slide1 h1{
  width: 84%;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.188em;
  font-size: 1em;
  margin-top: 27%;
  padding: 10% 0% 10% 8%;
}

#Boatlift_slide1 span{
  font-family: 'Roboto Condensed';
  font-weight:700;
}

#Boatlift_slide1 p{
  font-family:'Roboto';
  font-weight:400;
  font-size:1em;
  width:50%;
  padding:0 0 6% 5%;
  display:none;
}

/* ================ Slide 2 ================   */

#Boatlift_slide2{
  width:100%;
  height:auto;
}

#Boatlift_slide2 p{
  font-family:'Roboto';
  font-size:1em; /* 16px */  
  font-weight:400;
  line-height:1.375em; /* 22px */  

  width:75%; 
  margin-left:8%; 
}

#Boatlift_slide2 span{
  font-family:'Roboto';
  font-weight:300;
  font-size:1.188em; /* 19px */
  line-height:1.563em; /* 25px */
  letter-spacing: 0.175em;  
}

/* ================ Slide 3 ================   */

#Boatlift_slide3 {
  width:100%;
  height:620px;
  min-height:100%;
  background-image:url('../img/boatlift_2.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#slide3_TB{
  width: 100%;
  background-color: #FFF;
  opacity: 0.8;
  margin-top: 47%;
  height: 53%;
}

#Boatlift_slide3 h1{
  width: 78%;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.188em;
  font-size: 1em;
  line-height:1.625em;

  margin-top:27%;
  padding:10% 10% 10% 8%;
}

#Boatlift_slide3 span{
  font-family: 'Roboto Condensed';
  font-weight:700;

}


/* ================ Slide 4 ================   */

#Boatlift_slide4 {
  width:100%;
  min-height: 100%;
  background-image:url('../img/boatlift_3.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}


#Boatlift_slide4 h3 {
  font-family:'Roboto Condensed';
  font-weight:400;
  font-size:1.150em; /* 25px */ 
  color:#FFF;
  text-align:left;

  width:84%; 
  height:auto; 
  margin-left:auto; 
  margin-right:auto;
  margin-top:25%;
  letter-spacing: 0.250em; /* 4 px */
}

#Boatlift_slide4 span {
  font-family:'Roboto';
  font-weight:500;
  font-size:0.460em; /* 12px */
  color:#FFF;
  text-align:left;
  letter-spacing: 0.125em; /* 2px */
}

/* ================ Slide 5 ================   */

#Boatlift_slide5{
  width:100%;
  height:100%;
  min-height:100%;
}

.Boatlift_slide5Mobile{
  margin-top:10%;
  width:100%;
}

#Boatlift_slide5 h1{
  width: 85%;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.250em;
  margin-left: 8%;
  margin-bottom: 0;
}

#Boatlift_slide5 h2{
  width: 85%;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 0.875em;
  margin-left: 8%;
  margin-top: 0;
  padding-top: 0px;
}

#Boatlift_slide5 p{
  font-family:'Roboto';
  font-size:16px;
  font-weight:400;
  line-height: 1.375em; /* 22px */
  text-align: left;
  width:79%;
  margin-left: 8%;
}

#Boatlift_slide5 img{
  width:85%;
  height:100%;
  margin-left: 8%;
}

.Boatlift_slide5Desktop{
  display:none;
}

#preloaderCover{
  width:100%;
  height:100%;
  min-height:100%;
  background-color:#FFF;

  position:fixed;
  top:0;
  left:0;

}


/* =============================================== MATT LAUER  ==================================== */

#mattL_wrapper{
  height:100%;
  width:100%;
  background-color:#FFF;
}

#mattL_header{
  width:100%;   
  height:100%; 
  background-image: url('../img/mattL_bg.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#mattL_header h1{
  font-family: 'Roboto';
  font-weight:300;
  font-size:1.750em; /* 28px */
  color: #FFF;
  letter-spacing: 0.357em; /* 10px */
  text-align: center;

  margin-top:60%; 
  margin-left:auto;
  margin-right:auto;
    
  outline: 1px solid white;
  padding: 1%; 
  width: 62%;
}

/* ================ Slide 1 ================   */

#mattL_slide_1{
  width:100%;
  height:100%;  
  min-height: 100%;
  background-image:url('../img/mattL_slide1.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#mattL_slide_1 h1{
  width:75%;
  height:auto;
  font-family:'Roboto';
    
  font-weight:300;
  font-size:0.688em;
  letter-spacing:0.313em; 
  line-height:1.750em; 
  color:#FFF;

  margin-right: auto;
  margin-left: auto;
  margin-top:10%;
}

/* ================ Slide 2 ================   */

#mattL_slide_2{
  width:100%;
  height:auto;
  min-height: 100%;
  padding-top: 1px;
}

#mattL_slide_2 h1{
  font-family:'Roboto';
  font-weight:300;
  font-size:1em;

  width:50%; 
  letter-spacing:0.375em;
   
  margin-left:10%;
  margin-top:12%;
}

#mattL_slide_2 p{
  width:80%;
  height:auto;

  font-family:'Roboto';
  font-size:0.875em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:15%; 
}

#mattL_slide_2 img{
  display:none;
}

/* ================ Slide 3 ================   */

#mattL_slide_3{
  width:100%;
  height:auto;
  min-height: 100%;
}

#mattL_slide_3 h1{
  font-family:'Roboto';
  font-weight:300;
  font-size:1em;

  width:50%; 
  letter-spacing:0.375em;
   
  margin-left:10%;
  margin-top:12%;
}

#slide3_text_1{
  width:80%;
  height:auto;

  font-family:'Roboto';
  font-size:0.875em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:15%; 
}

#slide3_quote_text{
  font-family:'Roboto Condensed';
  font-weight:700;
  font-size:1em;
  letter-spacing:0.143em;
  margin-left:20%;
  width:75%;
  margin-top:10%;
}

#slide3_text_2{
  width:80%;
  height:auto;

  font-family:'Roboto';
  font-size:0.875em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:10%; 
}

#mattL_slide3_1{
  width:100%;
  height:auto;
  min-height:100%;
  background-image:url('../img/mattL_slide3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}



/* ================ Slide 4 ================   */

#mattL_slide_4{
  width:100%;
  height:auto;
  min-height: 100%;
  padding-top: 1px;
}

#slide4text{
  width:100%;
  height:100%;
}

#mattL_slide_4 h1{
  font-family:'Roboto';
  font-weight:300;
  font-size:16px;

  width:50%; 
  letter-spacing:0.375em;
   
  margin-left:10%;
  margin-top:12%;
  margin-bottom:0;
}

#mattL_slide_4 p{
  width:80%;
  height:auto;

  font-family:'Roboto';
  font-size:0.875em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:15%; 
}

#mattL_slide_4 h2{
  font-family:'Roboto Condensed';
  font-weight:700;
  font-size:1em;
  letter-spacing:0.143em;

  margin-left: 10%;
  width: 70%;
  margin-top:0;
  margin-bottom:0;
} 


#slide4images{
  width:100%;
  height:100%;
}

#slide4images img{
  width:80%;
  margin-bottom:10%; 
  margin-left:10%;
}


/* ================ Slide 5 ================   */

#mattL_slide_5{
  width:100%;
  height:auto;
  min-height: 100%;
}

#mattL_slide_5 h1{
  font-family:'Roboto';
  font-weight:300;
  font-size:16px;

  width:50%; 
  letter-spacing:0.375em;
   
  margin-left:10%;
  margin-top:12%;
}

#mattL_slide_5 p{
  width:80%;
  height:auto;

  font-family:'Roboto';
  font-size:0.875em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:15%;
  margin-bottom:10%; 
} 

#mattL_slide_5 img{
  width:100%;
  height:auto;
}

/* ================ Slide 6 ================   */

#mattL_slide_6{
  width:100%;
  height:auto;
  min-height: 100%; 
  background-image:url("../img/mattL_slide7.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
  padding-bottom:1px;
}

#mattL_slide_6 h1{
  font-family:'Roboto';
  font-weight:300;
  font-size:16px;
  color:#FFF;

  width:50%; 
  letter-spacing:0.375em;
   
  margin-left:10%;
  margin-top:12%;
}

#mattL_slide_6 p{
  width:80%;
  height:auto;
  color:#FFF;

  font-family:'Roboto';
  font-size:0.875em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:15%;
  margin-bottom:10%;
} 

#mattL_slide_6 h2{
  font-family: 'Roboto Condensed';
  font-weight:700;
  color:#FFF;
  font-size: 0.750em;
  margin-left: 10%;
  width: 90%;
  margin-top:0;
  margin-bottom:10%;
  letter-spacing:0.143em; 
} 

/* ================ Slide 7 PHOTO BLOCKS ================   */

#mattL_photo1{
  width:100%;
  height:100%;
  min-height: 100%;
  background-image:url("../img/mattL_photo1.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  margin-bottom:5%;
}

#mattL_photo2{
  width:100%;
  height:100%;
  min-height: 100%;
  background-image:url("../img/mattL_photo2.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  margin-bottom:5%;
}

#mattL_photo3{
  width:100%;
  height:100%;
  min-height: 100%;
  background-image:url("../img/mattL_photo3.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  margin-bottom:5%;
}

#mattL_photo4{
  width:100%;
  height:100%;
  min-height: 100%;
  background-image:url("../img/mattL_photo4.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}

/* ================ Slide 8 ================   */

#mattL_slide_8{
    width:100%;
    height:100%;
    min-height: 100%;
}

#mattL_slide_8 h1{
  font-family:'Roboto';
  font-weight:300;
  font-size:16px;

  width:50%; 
  letter-spacing:0.375em; 
   
  margin-left:10%;
  margin-top:12%;
}

#mattL_slide_8 p{
  width:82%;
  height:auto;

  font-family:'Roboto';
  font-weight:300;
  font-size:0.750em;
  letter-spacing: 0.188em;
  line-height: 1.625em;
   
  margin-left:10%;
  margin-top:25%;   
}

#mattL_slide_8 span{
  font-family: 'Roboto Condensed';
  font-weight:700;
  font-size: 1.125em;
  letter-spacing:0.143em; 
} 

/* ================ Slide 9 ================   */

#mattL_slide_9{
  width:100%;
  height:100%; 
  min-height:100%;
  background-image:url('../img/mattL_slide9.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#mattL_slide_9 p{
  width: 85%;
  height: auto;
  font-family:'Roboto';
  font-size: 0.875em;
  letter-spacing: 0.188em;
  line-height: 1.625em;
  color: #FFF;
  margin-left: 10%;
  margin-top: 50%; 
}

#mattL_slide_9 span{
  font-family: 'Roboto Condensed';
  font-weight:700;
  color:#FFF;
  font-size: 1.125em;
  letter-spacing:0.143em; 
} 


/* =============================================== OMAR SALTY  ==================================== */

#omarSalty_wrapper{
  height:100%;
  width:100%;
  background:#000;
}

#omarSalty_header{
  width:100%;   
  height:100%;
  background-image: url('../img/omarSalty_header.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#omarSalty_header h1{
  font-family: 'Roboto';
  font-weight:300;
  font-size:1.750em; /* 28px */
  color: #FFF;
  letter-spacing: 0.357em; /* 10px */

  text-align: center;
  
  margin-top:60%; 
  margin-left:auto;
  margin-right:auto;

  outline: 1px solid white;
  padding: 1%; 
  width: 70%;
}

/* ================ Slide 1 ================   */

#omarSalty_slide1{
  width:100%;
  height:100%;
}

#omarSalty_slide1 h1{
  font-family: 'Roboto';
  font-weight:300;
  letter-spacing:0.188em; 
  font-size:1.25em;

  width: 70%;
  margin-right:auto;
  margin-left:auto;
  margin-top: 50%;
  margin-bottom:0;
  color:#FFF;
}

#omarSalty_slide2 p{
  width:75%;
  font-family:'Roboto';
  font-weight: 400;
  font-size:1em;
  margin-top:-0%;
 
  color:#FFF;

  margin-right:auto;
  margin-left: auto;
}

#omarSalty_slide2 span{
  font-family: 'Roboto';
  font-weight:300;
  font-size:1.375em;
  letter-spacing:0.143em; 
  line-height:1.375em; 

  text-transform: uppercase;
  color:#888;
}

#omarSalty_photo2{
  display:block;
  width:100%;
  height:640px;

  background-image: url('../img/omarSalty_photo2.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}

#omarSalty_photo3{
  display:block;
  width:100%;
  height:640px;
  background-image: url('../img/omarSalty_photo3.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ================= HOMEPAGE ============= */

#phrase1{
  font-size: 1.125em;
  letter-spacing: 0.550em;
  line-height:1.125em;
  margin-left:15%;
  margin-top:70%;
}

#phrase2{
  font-size: 1em;
  line-height: 1.125em;
  letter-spacing: 0.263em;

  margin-left:10%;
  margin-top:55%;
}

#phrase2 span{
  color: black;
  font-weight:700;
  font-size: 1em;
}

#phrase3{
  font-size: 1.125em;
  line-height: 1.025em;
  letter-spacing:0.263em;
  display:inline;

  margin-left:10%;
  margin-top:57%;
}

#phrase3 span{
  font-weight:700;
  font-size: 1em;
  color: black;
}

#phrase4{
  width:60%;
  font-size: 1em;
  line-height: 0.75em;
  letter-spacing: 0.263em;
  margin-left:22%;
  margin-top:95%;
}

#phrase4 span{
  line-height:1.125em;
  font-size: 0.750em;
  letter-spacing: 0.223em;
  font-weight:300;
  color: #999;
  text-align: center;
}

/* ================= BOATLIFT ============= */

#Boatlift_slide1 h1{
  width: 88%;
  letter-spacing: 0.178em;
  font-size: 1.45em;
  margin-top: 29%;
  padding: 10% 0% 10% 8%;
}

#slide3_TB{
  opacity: 0.8;
  margin-top: 30%;
  height: 60%;
}

#Boatlift_slide3 h1{
  width: 80%;
  letter-spacing: 0.188em;
  font-size: 1.25em;
  line-height:1.625em;

  margin-top:0%;
  padding:10% 10% 10% 8%;
}

#Boatlift_slide4 h3 {
  font-size:1.750em; /* 25px */ 
}


/* =================  OMAR SALTY  ============= */

#omarSalty_slide1 h1{
  font-size: 1.45em;
}

/* ================= MATT LAUER ============= */

#mattL_header h1{
  margin-top:60%; 
  width: 60%;
}

/* =========== Slide 1 ==========  */

#mattL_slide_1 h1{
  width:84%;  
  font-size:1em;
  letter-spacing:0.313em; 
  line-height:1.750em; 
  color:#FFF;
  margin-top:23%;
}

/* ================ Slide 2 ================   */

#mattL_slide_2 p{
  font-size:1em;
}

#mattL_slide_2 img{
  display:block;
  width:60%;
  margin-left:10%;
  margin-top:10%;
}

/* ================ Slide 3 ================   */

#slide3_text_1{
  font-size:1.200em;
  line-height:1.575em;
  font-weight:300;
}

#slide3_quote_text{
  font-size:1.5em;
  margin-top:10%;
}

#slide3_text_2{
  font-size:1em;
  line-height:1.575em;
}

/* ================ Slide 4 ================   */

#mattL_slide_4 p{
  font-family:'Roboto';
  font-weight:400;
  font-size:1em;
  line-height:1.575em;
}

#mattL_slide_4 h2{
  width:69%;
  font-size: 1.5em;
  margin-left: 10%;
  margin-bottom:10%;
} 

/* ================ Slide 5 ================   */

#mattL_slide_5 h1{
  font-size:1em;
  letter-spacing:0.375em;
}

#mattL_slide_5 p{
  font-family:'Roboto';
  font-size:1em;
  line-height:1.575em;
} 

#mattL_slide_5 img{
  width:100%;
  height:100%;
}

/* ================ Slide 6 ================   */

#mattL_slide_6 h1{
  font-size:1em;
  letter-spacing:0.375em;
}

#mattL_slide_6 p{
  font-size:1em;
  line-height:1.575em;
}

#MB_slide1 h2{
  margin-top:30%;
  font-size:1.4em;

} 


}   

/* ==========================================================================
  ----------------------------- TABLET --------------------------------------               
   ========================================================================== */


@media only screen and (min-width: 768px) {

#lines{
    display: none;
}

header section{
        position: absolute;
        top:0px;
        width: 100%;
}

header nav{
  float: right;
  width: 70%;
}

header nav ul{
        margin: 0 0 0 20px;
}

header nav ul li{
        float: right;
        border-bottom: none;
        display: inline-block;
        margin-right: 30px;
}

header figure{
        margin-right: 30px;
}

.untoldstories{
  display:inline-block;
  font-family: 'Roboto';
  font-weight:300;
  font-size: 14px;
  letter-spacing:2px;

  position:absolute;
  top:10px;
  left:15px;

  margin-top:0;
  margin-left:0;
}

.boldstories{
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 86px;
  margin-top: 0;
  margin-left: 0;
}
/*
#homeButton{
  height: 40px;
  padding: 0;
  margin: 0;
  
  width: 20%;
}
*/

/* ================= HOMEPAGE ============= */

#home_slide1{
  width:100%;
  height:100%;
  min-height:100%;
  padding-top:1px;
  background-color:#FFF;
  position: fixed;
  top: 0;
  left: 0;
}

#bottom_nav_mobile{
  width:100%;
  /*height:2000px;*/
  display:block;
  /*position: fixed;*/
  background-color:#FFF;
  /*top: 0;
  left: 0;*/
}

#home_slide1{
  width:100%;
  height:100%;
  min-height:100%;
  padding-top:1px;
  background-color:#FFF;
}

#phrase1{
  font-size: 1.750em;
  letter-spacing: 0.550em;
  line-height:0.375em;
  margin-left:16%;
  margin-top:60%;
}

#phrase2{
  font-size: 1.125em;
  line-height: 1.125em;
  letter-spacing: 0.263em;
  margin-left:10%;

  margin-top:50%;
  width:80%;
}

#phrase2 span{
  color: black;
  font-weight:700;
  font-size: 1.625em;
}

#phrase3{
  font-size: 1.125em;
  line-height: 1.125em;
  letter-spacing: 0.263em;
  margin-left:10%;
  margin-top:53%;
  width:80%;
}

#phrase3 span{
  font-weight:700;
  font-size: 1.625em;
  color: black;
}

#phrase4{
  width:40%;

  margin-left:32%;
  margin-top:90%;
}

#phrase4 span{
  line-height:1.125em;
  font-size: 0.750em;
  letter-spacing: 0.223em;
  font-weight:300;
  color: #999;
  text-align: center;
}

#bottom_nav_desktop{
  display:none;
}

#mattL_bottom{
  background-image: url('../img/home_mattL.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:400px;
  margin-bottom:2%;
}

#mattL_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:2.5em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align: center;
}

#MB_bottom{
  background-image: url('../img/home_MB.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:400px;
  margin-bottom:2%;
}


#MB_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:2.5em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align: center;
  padding-top:0;
}

#boatlift_bottom{
  background-image: url('../img/home_boatlift.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:400px;
  margin-bottom:2%;

}

#boatlift_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:2.5em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align: center;
}

#omarSalty_bottom{
  background-image: url('../img/home_omarSalty.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  height:400px;
  margin-bottom:2%;
}

#omarSalty_bottom h1{
  font-family: 'Roboto';
  font-weight:100;
  font-size:2.5em;
  color:#FFF;
  letter-spacing: 0.263em;
  text-align: center;
} 

/* ================= BOATLIFT ============= */

#Boatlift_header {   
  height:100%; 

  position: fixed;
  top: 0;
  left: 0;
}

#Boatlift_header h1{
  margin-top:50%;
  font-size:2.5em; 
}

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

#Boatlift_slide1 {
  width:100%;
  height:100%;
  min-height: 100%;

  position: fixed;
  top: 0;
  left: 0;
}

#slide1_TB{
  width:100%;
  margin-top:42%;
  height:37%;
}

#Boatlift_slide1 h1{
  font-size:1.375em;
  letter-spacing:0.188em; 
  padding:10% 0% 3% 8%;
  margin-left:4%;
}

#Boatlift_slide1 p{
  width:60%;
  padding:0 0 0 8%;
  display: block;
  margin-left:4%;

  font-size:2.5em;
  letter-spacing:0.143em;
  line-height: 1.525em; 


}

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

#Boatlift_slide2{
  height:auto;
  background-color:#FFF;

  position: fixed;
  top: 0;
  left: 0;
}

#Boatlift_slide2 p{
  margin-top: 8%;
  font-size: 1.125em;
  line-height: 1.525em;
  width: 75%;
  margin-bottom:10%;
}

#Boatlift_slide2 span{
  font-family: 'Roboto';
  font-weight:300;
  text-align:left;
  letter-spacing:0.188em; 
  font-size:1.375em;
  float:right;
  margin-bottom:5%;
}


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

#Boatlift_slide3 {
  width:100%;
  height:auto;
  min-height:100%;
  background:none;

  position: fixed;
  top: 0;
  left: 0;
}

#slide3_TB{
  width:100%;
  background-color: #FFF;
  opacity: 0.8;
  margin-top:40%;
  height:35%;
}

#Boatlift_slide3 h1{
  font-size: 1.375em;
  margin-left: 4%;
}

#Boatlift_slide3 span{
  font-family: 'Roboto Condensed';
  font-weight:700;
  letter-spacing: 0.188em;
}

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

#Boatlift_slide4 {
  width:100%;
  min-height:100%;

  position: fixed;
  top: 0;
  left: 0;
}

#Boatlift_slide4 h3 {
  width:73%; 
  height:auto; 
  margin-left:auto; 
  margin-right:auto;
  margin-top:30%;
  letter-spacing: 0.250em; /* 4 px */
  font-size:2.250em;
}

#Boatlift_slide4 span {
  font-family:'Roboto';
  font-weight:100;
  font-size:0.460em; /* 12px */
  color:#FFF;
  text-align:left;
  letter-spacing: 0.125em; /* 2px */
}

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

#Boatlift_slide5{
  position: fixed;
  top: 0;
  left: 0;

  width:100%;
  height:auto;
  background-image:url('../img/boatlift_4.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  padding-top:1px;
  padding-bottom:6%;
}

#Boatlift_slide5 h1{
  width: 85%;
  margin-left: 8%; 
  color:#FFF;
  font-size: 1.750em;
}

#Boatlift_slide5 h2{
  width: 85%;
  margin-left: 8%; 
  color:#FFF;
  font-size: 1em;
}

#Boatlift_slide5 p{
  width:79%;
  margin-left: 8%;
  color:#FFF;
}

#Boatlift_slide5 img{
  width:85%;
  height:auto;
  margin-left: 8%;
}

.Boatlift_slide5Mobile{
  display:block;
  margin-top: 10%;
  width: 33%;
  float: left;
  margin-top:30%;
}

.Boatlift_slide5Desktop{
  display:none;
}





/* ================= MORABITO BROTHERS ============= */

#MB_header{
  width:100%;
  height:100%;
  min-height: 100%;
  margin-bottom:0;

  position: fixed;
  top: 0;
  left: 0;
}

#MB_header h1{
  margin-top:50%;
  font-size:2.5em; 
  font-weight:300;
}

#MB_slide1{
  width:100%;
  height:100%;
  min-height:100%;
  margin-bottom:0;
  background-color:#FFF;
  position: fixed;
  top: 0;
  left: 0;
}

#MB_slide1 h2{
  width: 75%;
  font-weight:300;
  font-size: 1.5em;
  letter-spacing: 0.270em;
  line-height: 1.750em;
  margin-top:20%;
}

#MB_pictures{
  position: fixed;
  top: 0;
  left: 0;  

  width:100%;
  min-height: 100%;
  margin-top:7%;
  margin-right:auto;
  margin-left:auto;
}

#john_text_mobile{
  display: none;
}

#michael_text_mobile{
  display: none;
}

#johnM{
  width:100%;
  height:auto;
}


#johnM img{
  width:40%;
  height:auto;
  float:left;
  margin-left:6%;
}

#johnM h1{
  width:100%;  
  margin-top:0;
  font-size:1.5em;
}

#johnM p{
  display: none;
}


#michaelM img{
  width:40%;
  height:auto;
  margin-left:6%;
}

#michaelM h1{
  width:100%;
  margin-top:58%;
  font-size:1.5em;
}

#michaelM p{
  display: none;
}

#MB_slide2{
  display:block;
  width:100%;
  height:100%;
  min-height: 100%;
  background-image:url('../img/MB_background2.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;

  position: fixed;
  top: 0;
  left: 0;
}

.johnText{
  font-family:'Roboto';
  font-weight:300;
  font-size: 1.125em;
  line-height: 1.525em;
  color:#FFF;

  width:38%;
  margin-left:7%;
}

.johnText span{
  font-family: 'Roboto';
  font-weight:300;
  text-align:left;
  letter-spacing:0.188em; 
  font-size:1.375em;

  line-height:1.375em; /* 22px */  
}

.michaelText{
  font-family:'Roboto';
  font-weight:500;
  line-height:1.375em; /* 22px */  
  font-size: 1.125em;
  line-height: 1.525em;
  color:#FFF;
  width:38%;
  margin-left:53%;
}

.michaelText span{
  font-family: 'Roboto';
  font-weight:700;
  text-align:left;
  letter-spacing:0.208em; 
  font-size:1.375em;
  color:#FFF;
  text-transform: uppercase;

  line-height:1.375em; /* 22px */  
}

#MB_slide2_text{
  display:block;
}

#MB_slide2_text h1{
  font-family: 'Roboto';
  font-weight:300;
  text-align:left;
  letter-spacing:0.208em; 
  font-size:1.575em;
  text-transform: uppercase;
  color:#FFF;

  width:60%;
  margin-left:7%;
  margin-top:10%;
  margin-bottom:15%;

  line-height:1.375em; 

}

#MB_slide2_text h2{
  font-family: 'Roboto';
  font-weight:700;
  text-align:left;
  letter-spacing:0.208em; 
  font-size:1.750em;
  text-transform: uppercase;
  color:#FFF;
  margin-bottom:15%;

  width:65%;
  margin-left:30%;


  line-height:1.375em; /* 22px */  

}

#MB_slide2_text h3{
  font-family: 'Roboto';
  font-weight:300;
  text-align:center;
  letter-spacing:0.208em; 
  font-size:1.65em;
  color:#FFF;
  margin-bottom:10%;

  width:100%;
  margin-left:0;

  line-height:1.375em; 

}

#MB_slide2_text h4{
  font-family: 'Roboto';
  font-weight:700;
  text-align:left;
  letter-spacing:0.208em; 
  font-size:2em;
  text-transform: uppercase;
  color:#FFF;
  margin-bottom:25%;
  width:85%;
  margin-left:10%;
  line-height:1.375em; /* 22px */  

}

#MB_slide2_text h5{
  font-family: 'Roboto';
  font-weight:300;
  text-align:center;
  letter-spacing:0.208em; 
  font-size:3em;
  color:#FFF;

  width:75%;
  margin-left:auto;
  margin-right:auto;

  line-height:1.375em; 

}



/* ================= OMAR & SALTY ============= */

#omarSalty_header{
  width:100%;   
  height:100%;
  min-height: 100%;

  position: fixed;
  top: 0;
  left: 0;
}

#omarSalty_header h1{ 
  font-size:2.500em; 
  margin-top:55%;
  color:#FFF; 
}

#omarSalty_slide1{
  width:100%;
  height:100%;
  min-height: 100%;
  background-image:url('../img/omarSalty_photo1.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding:1px;

  position: fixed;
  top: 0;
  left: 0;
}

#omarSalty_slide1 h1{
  width: 70%;
  margin-top:50%;
  height: auto;
  margin-left:auto;
  margin-right:auto; 
  font-weight:300;
  font-size: 2em;
  letter-spacing: 0.270em;
  line-height: 1.750em;
}

#omarSalty_slide2{
  position: fixed;
  top: 0;
  left: 0;
}

#omarSalty_slide2 p{
  width:48%;
}

#omarSalty_photo2{
  display:block;
  width:100%;
  height:768px;
  background-image: url('../img/omarSalty_photo2.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;
}

#omarSalty_photo3{
  display:block;
  width:100%;
  height:768px;
  background-image: url('../img/omarSalty_photo3.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  padding-top:1px;

}


/* =============================================== MATT LAUER  ==================================== */

#mattL_wrapper{
  height:100%;
  width:100%;
  background-color:#FFF;
}

#mattL_header{
  position: fixed;
  top: 0;
  left: 0;
}

#mattL_header h1{
  font-size:2.5em; 
  letter-spacing: 0.357em;
  margin-top:60%; 
  width: 60%;
}

/* ================ Slide 1 ================   */

#mattL_slide_1{
  width:100%;
  height:auto;  
  min-height: 100%;

  position: fixed;
  top: 0;
  left: 0;
}

#mattL_slide_1 h1{
  width:75%;
  font-size:1.5em;
  letter-spacing:0.313em; 
  line-height:1.750em; 
  margin-top:15%;
}

/* ================ Slide 2 ================   */

#mattL_slide_2{
  width:100%;
  height:100%;  
  min-height: 100%;
  background-color: #FFF;

  position: fixed;
  top: 0;
  left: 0;
}


#mattL_slide_2 h1{
  width:40%; 
  letter-spacing:0.375em;
  margin-left:10%;
  margin-top:12%;
}

#mattL_slide_2 p{
  width:50%;
  font-size:1em;   
  float:left;
}

#mattL_slide_2 img{
  display: none;
  width: 34%;
  height:auto;
  margin-top: 65%;
}

/* ================ Slide 3 ================   */

#mattL_slide_3{
  width:100%;
  height:100%;  
  min-height: 100%;
  background-color: #FFF;

  position: fixed;
  top: 0;
  left: 0;
}


#slide3_text_1{
  width:80%;
  font-size:1.250em;
  line-height:1.575em;
  margin-top:20%; 
}

#slide3_quote_text{
  font-family:'Roboto Condensed';
  font-size:2em;
  margin-left:15%;
  width:80%;
  margin-top: 0;
}

#slide3_text_2{
  width:60%;
  height:auto;

  font-family:'Roboto';
  font-size:0.875em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:0;
}


/* ================ Slide 3_1 ================   */

#mattL_slide3_1{
  width:100%;
  height:100%;
  min-height:100%;
  background-image:url("../img/mattL_slide3");
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0; 
}


/* ================ Slide 4 ================   */

#mattL_slide_4{
  width:100%;
  height:100%;  
  min-height: 100%;
  background-color: #FFF;

  position: fixed;
  top: 0;
  left: 0;  
}


#mattL_slide_4 p{
  width:80%;
  height:auto;
  min-height:100%;
  font-family:'Roboto';
  font-size:1em;
  line-height:1.575em;
  margin-top:15%; 
}

#mattL_slide_4 h2{
  font-family:'Roboto Condensed';
  font-weight: 700;
  letter-spacing:0.143em;
  font-size:1.75em;
  margin-left: 10%;
  width: 80%;
  margin-top:0; 
} 


#slide4text{
  width: 100%;
  height: auto;
}

#slide4images{
  width:100%;
  height:auto;
  margin-top:10%;
}

#slide4images img{
  display:inline-block;
  width:40%;
  margin-bottom:15%; 
  margin-left:7%;
}


/* ================ Slide 5 ================   */

#mattL_slide_5{
  width:100%;
  height:100%;  
  min-height: 100%;
  background-color: #FFF;
  
  position: fixed;
  top: 0;
  left: 0;  
}

#mattL_slide_5 p{
  width:80%;
  font-size:1em;
  line-height:1.575em;
   
  margin-left:10%;
  margin-top:15%;
  margin-bottom:10%; 
} 

#mattL_slide_5 img{
  width:100%;
  height:auto;
}

#mattL_slide_5 figure{
  height:581px;
  overflow:hidden;
}

#mattL_slide_5 img{
  width:100%;
  top:50%;
  margin-top:-25%;
}

/* ================ Slide 6 ================   */

#mattL_slide_6{
  width:100%;
  height:100%;  
  min-height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;  
}

#mattL_slide_6 p{
  width:60%;
  height:auto;
  color:#FFF;

  font-size:1em;
  line-height:1.575em;
   
  margin-top:15%;
  margin-bottom:10%;
} 


#mattL_slide_6 h2{
  font-family:'Roboto Condensed';
  font-weight: 700;
  letter-spacing:0.143em;
  font-size:1.75em;
  color:#FFF;
  margin-left: 10%;
  line-height:1.575em;
  width: 80%;
  margin-top:0;
  margin-bottom:10%;
}

/* ================ PHOTOS ================   */

#mattL_photo1{
  width:100%;
  height:100%;  
  min-height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;  
}


#mattL_photo2{
  width:100%;
  height:100%;  
  min-height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;  
}

#mattL_photo3{
  width:100%;
  height:100%;  
  min-height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;  
}

#mattL_photo4{
  width:100%;
  height:100%;  
  min-height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;  
}




/* ================ Slide 8 ================   */

#mattL_slide_8{
  width:100%;
  height:100%;  
  min-height: 100%;
  background-color:#FFF;
  
  position: fixed;
  top: 0;
  left: 0;  
}

#mattL_slide_8 p{
  width:80%;
  font-size:1.250em;
  line-height: 1.625em;  
  margin-top:20%;   
}

#mattL_slide_8 span{
  font-family:'Roboto Condensed';
  font-weight:700;
  font-size:2em;
  letter-spacing:0.143em;
} 

/* ================ Slide 9 ================   */

#mattL_slide_9{
  width:100%;
  height:100%;  
  min-height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;  
}

#mattL_slide_9 p{
  width: 80%;
  height: auto;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.350em;
  letter-spacing: 0.188em;
  line-height: 1.625em;
  color: #FFF;
  margin-left: 10%;
  margin-top: 40%; 
}

#mattL_slide_9 span{
  font-family:'Roboto Condensed';
  font-weight:700;
  font-size:2em;
  letter-spacing:0.143em;
} 


}


/* ==========================================================================
  ----------------------------- DESKTOP 1280 --------------------------------     
   ========================================================================== */



@media only screen and (min-width: 1280px) and (max-width: 1824px) {

/* ========= HOMEPAGE ========= */

#home_slide1{
  width:100%;
  height:100%;
  min-height:100%;
  padding-top:1px;
  margin-top:0;
  background-color:#FFF;
}

/*#phrase1{
  font-family: 'Roboto';
  font-weight:300;
  font-size: 2.5em;
  color: black;
  letter-spacing: 0.550em;
  line-height:0.375em;
  display:inline;

  position: absolute;
  top:0;
  left: 0;

  margin-left:32%;
  margin-top:50%;
}

#phrase2{
  font-family: 'Roboto';
  font-weight:300;
  font-size: 1.525em;
  color: #999;
  line-height: 1.125em;
  letter-spacing: 0.263em;
  display:inline;

  position: absolute;
  top:0;
  left: 0;

  margin-left:20%;
  margin-top:45%;
}

#phrase2 span{
  color: black;
  font-weight:700;
  font-size: 1.925em;
}

#phrase3{
  font-family: 'Roboto';
  font-weight:300;
  font-size: 1.525em;
  color: #999;
  line-height: 1.125em;
  letter-spacing:0.263em;
  display:inline;

  position: absolute;
  top:0;
  left: 0;

  margin-left:20%;
  margin-top:47%;
}

#phrase3 span{
  font-weight:700;
  font-size: 1.925em;
  color: black;
}

#phrase4{
  width:28%;
  font-family: 'Roboto';
  font-weight:700;
  font-size: 1.525em;
  color: black;
  line-height: 0.5em;
  letter-spacing: 0.263em;
  display:inline;
  text-align: center;

  position: absolute;
  top:0;
  left: 0;

  margin-left:36%;
  margin-top:70%;
}

#phrase4 span{
  line-height:1.125em;
  font-size: 0.750em;
  letter-spacing: 0.223em;
  font-weight:300;
  color: #999;
  text-align: center;
}
*/
#bottom_nav_mobile{
  display:none;
}

#bottom_nav_desktop{
  display:block;
}

#boatlift_bottom{
  background-image: url('../img/home_boatlift_desktop.jpg');
  width:459px;
  height:239px;
  float:left;
  margin-top:10%;
  margin-left:8%;

    transition: background-image 0.5s ease-in-out;
    -moz-transition: background-image 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out;
}

#boatlift_bottom:hover {
  background-image: url('../img/home_boatlift_desktop2.jpg  ')
}

#boatlift_bottom h1{
  font-size:1.188em;
  letter-spacing: 0.263em;
  padding-top:25%;
  margin-top:0;
}

#omarSalty_bottom{
  background-image: url('../img/home_omarSalty_desktop.jpg');
  width:432px;
  height:310px;
  margin-right:20%;
  margin-top:8%;
  float:right;


  transition: background-image 0.5s ease-in-out;
    -moz-transition: background-image 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out;
}

#omarSalty_bottom:hover {
  background-image: url('../img/home_omarSalty_desktop2.jpg');

}

#omarSalty_bottom h1{
  font-size:1.188em;
  letter-spacing: 0.263em;
  padding-top:25%;
  margin-top:10%;

} 

#mattL_bottom{
  background-image: url('../img/home_mattL_desktop.jpg');
  width:396px;
  height:359px;
  float:left;
  margin-left:10%;
  margin-top:0;

  transition: background-image 0.5s ease-in-out;
    -moz-transition: background-image 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out;
}

#mattL_bottom:hover {
  background-image: url('../img/home_mattL_desktop2.jpg');

}

#mattL_bottom h1{
  font-size:1.188em;
  letter-spacing: 0.263em;
  padding-top:40%;
  margin-top:5%;

}

#MB_bottom{
  background-image: url('../img/home_MB_desktop.jpg');
  width:583px;
  height:263px;
  float:right;
  margin-top:2%;
  margin-right:10%;

  transition: background-image 0.5s ease-in-out;
    -moz-transition: background-image 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out;
}

#MB_bottom:hover {
  background-image: url('../img/home_MB_desktop2.jpg');
}

#MB_bottom h1{
  font-size:1.188em;
  letter-spacing: 0.263em;
  padding-top:25%;
  margin-top:0;

}


/* ================= BOATLIFT ============= */

#Boatlift_header h1{
  margin-top:20%;
  font-size:2.75em;
  width: 30%;  
}

/* ======= SLIDE 1 ======= */

#Boatlift_slide1 {
  height:100%;
}

#slide1_TB{
  height: 60%;
  margin-top: 14%;
}

#Boatlift_slide1 h1{
  width:78%;
  font-size:2em;
  margin-top:0;
  padding: 3% 0% 0% 8%;
}

#Boatlift_slide1 p{
  width:40%;
  line-height: 1.70em;
  padding:2% 0 0 8%;
}

/* ====== SLIDE 2 ======= */

#Boatlift_slide2{
  height:auto;
}

#Boatlift_slide2 p{
  margin-top: 9%;
  font-size: 1.125em;
  line-height: 1.7em;
  width: 60%;
  margin-left: 12%;
}

#Boatlift_slide2 span{
  visibility: visible;
  font-family: 'Roboto';
  font-weight:300;
  text-align:left;
  letter-spacing:0.188em; 
  font-size:1.720em;
}

/* ======= SLIDE 3 ======= */

#Boatlift_slide3 {
  height:100%;
}

#slide3_TB{
  margin-top:30%;
  height:68%;
}

#Boatlift_slide3 h1{
  font-size: 2em;
  padding:5% 10% 10% 8%;
  margin-top:0;
}

#Boatlift_slide3 span {
  font-size:1em;
}

/* ========== Slide 4 ======== */

#Boatlift_slide4 {
  width:100%;
  height: 100%;
  padding-top:1px;
}

#Boatlift_slide4 h3 {
  font-size:2em;
  margin-top:15%;
}

/* ======= SLIDE 5 ======= */

#Boatlift_slide5{
  width:100%;
  height:auto;
  background-repeat:no-repeat;
}

#Boatlift_slide5 article{
  margin-top: 5%;
  width: 20%;
  float: left;
  margin-left: 10%;
  margin-top: 8%;
  margin-bottom: 10%;
}

#Boatlift_slide5 h1 {
  width:85%;
}

#Boatlift_slide5 p{
  width:90%;
  font-size:0.95em;
}


.Boatlift_slide5Desktop{
  display:block;
}

.Boatlift_slide5Mobile{
  display:none;
}


/* ================= MORABITO BROTHERS ============= */

#MB_header{
  width:100%;
  height:100%;
  min-height: 100%;
}

#MB_header h1{
  margin-top:25%;
  font-size:2.75em;
  width:60%;
}

#MB_slide1{
  height:auto;
  min-height: 100%;
  margin-bottom:20%;
}

#MB_slide1 h2{
  font-size: 2em;
  margin-top:10%;
}

#MB_pictures{
  width:100%;
  min-height: 100%;
  margin-top:5%;
}

#john_text_mobile{
  display: none;
}

#michael_text_mobile{
  display: none;
}

#johnM img{
  width:35%;
  height:auto;
  float:left;
  background-size: initial;
  margin-left:10%;
}

#johnM h1{
  width:100%;  
  margin-top:60.5%;
  font-size:1.5em;
}

#michaelM img{
  width:35%;
  height:auto; 
  background-size: initial;
  margin-left:10%;
}

#michaelM h1{
  width:100%;  
  margin-top:60.5%;
  font-size:1.5em;
}

#MB_slide2{
  width:100%;
  height:100%;
  min-height: 100%;
}

.johnText{
  font-size: 1.125em;
  line-height: 1.525em;
  width:33%;
  margin-left:11%;
  margin-bottom:10%;
}

.michaelText{
  line-height:1.375em; 
  font-size: 1.125em;
  width:34%;
  margin-left:56%;
  margin-bottom:10%;
}

#MB_slide2_text h1{
  letter-spacing:0.208em; 
  font-size:1.750em;
  width:40%;
  margin-left:11%;
  margin-top:10%;
  margin-bottom:12%;
  line-height:1.575em; 

}

#MB_slide2_text h2{
  letter-spacing:0.208em; 
  font-size:2em;
  margin-bottom:12%;

  width:50%;
  margin-left:40%;

  line-height:1.575em; 

}

#MB_slide2_text h3{
  letter-spacing:0.208em; 
  font-size:2.5em;
  margin-bottom:10%;
  width:100%;
  margin-left:0;
  line-height:1.375em; 

}

#MB_slide2_text h4{
  letter-spacing:0.208em; 
  font-size:2.5em;

  margin-bottom:15%;
  width:75%;
  margin-left:10%;
  line-height:1.375em; 

}

#MB_slide2_text h5{
  letter-spacing:0.208em; 
  font-size:4em;

  width:50%;
  margin-left:auto;
  margin-right:auto;

  margin-top:30%;
  margin-bottom:35%;

  line-height:1.875em; 

}


/* ================ OMAR SALTY ============= */

#omarSalty_header {
  min-height: 100%;
  height:100%;
}

#omarSalty_header h1{
  margin-top:25%;
  width:42%;
  font-size:2.75em;
  color:#FFF;
  outline:1px solid white;
}

#omarSalty_slide1{
  min-height: 100%;
}

#omarSalty_slide1 h1{
  margin-top:20%;
  width: 78%;
  font-size:2.5em;
  line-height:1.750em;
}

#omarSalty_slide2 p{
  width:48%;

  font-size:1.125em;
  line-height: 1.750em;
}

#omarSalty_photo2{
  width:100%;
  height:800px;
}

#omarSalty_photo3{
  width:100%;
  height:800px;
}



/* =============================================== MATT LAUER  ==================================== */

#mattL_wrapper{
  height:100%;
  width:100%;
  min-height: 100%;
  background-color:#FFF;
}

#mattL_header h1{
  font-size: 2.75em; 
  letter-spacing: 0.357em;
  margin-top:25%; 
  width: 42%;
}

/* ================ Slide 1 ================ */

#mattL_slide_1 h1{
  width: 80%;
  font-size: 1.5em;
  margin-top: 10%;
}

/* ================ Slide 2 ================ */

#mattL_slide_2 h1{
  margin-top:8%;
}

#mattL_slide_2 p{
  width:40%;
  font-size:1em;   
  float:left;
  margin-top:9%;
  margin-right:10%;
}

#mattL_slide_2 img{
  display: block;
  width: 34%;
  height:auto;
  margin-top: 9%;  
}

/* ================ Slide 3 ================ */

#mattL_slide3_1{
  width:100%;
  height:auto;
  min-height: 100%;
}

#mattL_slide_3 h1{
  margin-top:8%;
}

#slide3_text_1{
  width: 75%;
  font-size: 1.25em;
  margin-top: 10%;
}

#slide3_quote_text{
  font-family: 'Roboto Condensed';
  font-weight: 700;
  letter-spacing: 0.143em;
  font-size: 2.25em;
  margin-left:30%;
  width:75%;
  margin-top: 0;
}

#slide3_text_2{
  width:50%;
  font-size:1em;
}


/* ================ Slide 4 ================ */

#mattL_slide_4{
  width:100%;
  height:100%;
  min-height: 100%;
}

#mattL_slide_4 h1{
  margin-top:8%;
}

#slide4text{
  width:70%;
  margin-top:5%;
  margin-left:3%;
}

#mattL_slide_4 p{
  font-family:'Roboto';
  font-size:1em;
  line-height:1.575em;
  margin-top:0;
}

#mattL_slide_4 h2{
  font-family: 'Roboto Condensed';
  font-weight: 700;
  letter-spacing: 0.143em;
  font-size: 1.75em;
  width: 100%;
  margin-bottom:0;
  text-transform: uppercase;
} 


#slide4images{
  display:inline-block;
  margin-top:3%;
}

#slide4images img{
  width:25%;
  margin-left:15%;
}



/* ================ Slide 5 ================ */

#mattL_slide_5{
  width:100%;
  height:auto;
  min-height:100%;
}

#mattL_slide_5 h1{
  margin-top:8%;
}

#mattL_slide_5 p{
  width:70%;
  font-size:1em;
  margin-top:5%;
  margin-bottom:6%; 
} 

/* ================ Slide 6 ================ */

#mattL_slide_6{
  width:100%;
  height:100%;
  min-height:100%;
}

#mattL_slide_6 h1{
  margin-top:8%;
}

#mattL_slide_6 p{
  width:60%;
  height:auto;
  font-size:1em;
  line-height:1.575em;
  margin-top:8%;
  margin-bottom:3%;
} 

#mattL_slide_6 h2{
  font-family: 'Roboto Condensed';
  font-weight: 700;
  letter-spacing: 0.143em;
  font-size: 1.75em;
  width: 80%;
  margin-top:0%;
  margin-bottom:10%;
}


/* ================ Slide 8 ================ */

#mattL_slide_8 h1{
  margin-top:8%;   
}

#mattL_slide_8 p{
  width:70%;
  font-size:1.1em;
  line-height: 1.625em;  
  margin-top:10%;
  margin-left:auto;
  margin-right:auto;   
}

#mattL_slide_8 span{
  margin-left:65%;
  font-size:1.75em;
}

/* ================ Slide 9 ================ */

#mattL_slide_9 p{
  width: 65%;
  font-family:'Roboto';
  font-size: 1.1em;
  line-height: 1.625em;
  letter-spacing: 0.188em;
  margin-left:auto;
  margin-right:auto;
  margin-top: 22%; 
}

#mattL_slide_9 span{
  font-family:'Roboto Condensed';
  font-weight:700;
  font-size:1.75em;
  letter-spacing:0.143em;

  margin-left:50%;
} 



}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ======= LINKS ========= */ 

a:link{
  text-decoration: none;
  color:black;
}

a:visited{
  color: black;
}

a:hover{
  color: #777;
}

a:active{
  color: black;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}