/* Web Fonts -------------------- */

@font-face {
  font-family: 'Abolition Regular';
  src: url('../fonts/abolition-regular-webfont.eot');
  src: url('../fonts/abolition-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/abolition-regular-webfont.woff') format('woff'),
       url('../fonts/abolition-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'MavenPro-Regular';
  src: url('../fonts/MavenPro-Regular.eot');
  src: url('../fonts/MavenPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MavenPro-Regular.woff') format('woff'),
       url('../fonts/MavenPro-Regular.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font: 1em/1.5em 'MavenPro-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 30px;
}

/* Desktop -------------------- */

.googleAd {
  //background-color: pink;
  margin-top: -15px;
}

.newStoreTitle {
  margin-top: 20px;
  margin-bottom: -20px;
}

.storeAd {
  position: relative;
  box-shadow: -5px 5px 15px #777777;
  border: 1px solid black;
  background-color: #F9F9F9;
  margin: 40px auto;
  padding: 20px 10px 40px;
  width: 96%;
  //height: 380px;
  max-width: 640px;
  box-sizing: border-box;
  overflow: hidden;
}

.storeAdImage {
  float: left;
  width: 50%;
}

.storeAdImage h4:first-of-type {
  font-style: italic;
  font-size: 1.6rem;
  color: #008BBF;
}

.storeAdImage h4:last-of-type {
  margin-top: 15px;
}

  .Tshirt {
    max-width: 70%;
    margin-top: 15px;
    margin-bottom: -85px;
  }

.storeAdText{
  float: right;
  width: 50%;
}

.storeAdText h4:last-of-type {
  margin-top: 50px;
}
  
  .AdventureTeesImage {
    //max-width: 250px;
    max-width: 80%;
    margin-top: -25px;
  }

  .storeButton {
    border: 1px solid black;
    background-color: #008BBF;
    color: white;
    padding: 15px;
    text-decoration: none;
    box-shadow: -2px 2px 4px #777777;
  }

  .storeButton:hover {
    background-color: #aaff55;
  }

.clear {
  clear: both;
}

h1 {
  font-family: 'Abolition Regular', Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  //color: #008BBF;
  //text-shadow: -1.5px 1.5px black;
  background: linear-gradient(top, black, #008BBF);
  background: -webkit-linear-gradient(top, black, #008BBF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  //-webkit-text-stroke: .1px black;  
  line-height: 110%;
  letter-spacing: 1.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}

h3 {
  font-size:  1.4rem;
  padding: 0 10px;
}

h3.MostRecentVideo {
  margin-top: 20px;
}

h4 {
  font-size:  1.1rem;
  padding: 0 10px;
}

.videoCaption {
  padding: 5px;
  margin: 5px 0 30px;
  font-weight: bold;
}

p {
  margin: 25px auto 25px;
  max-width: 750px;
  text-align: left;
  color: #878787;
}

.HorizontalLine {
  margin: 10px auto 25px;
  border-top: solid 1px black;
  max-width: 750px;
}

.main-header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  //border-bottom: 1px solid red;
}




.nextPicWrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  //border-bottom: 1px solid red;
}

.nextPicContainer {
  position: relative;
  width: 100%;
  //height: 710px;
  //background-image: url(../images/ShipInStThomas.jpg);
  //background-position: center;
}

.nextPic {
  position: fixed;
  //height: 300px;
  width: 100%;
}




.main-header-2 {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  //border-bottom: 1px solid red;
  top: 100px;
}

.header-background-image {
  width: 100%;
  margin: 0;
  padding: 0;
  //background: url(../images/WebsiteHeader.jpg);
}

.background-image {
  width: 100%;
  //position: relative;
}

.main-content {
  position: absolute;
  margin: 0 auto;
  top: -5px;
  width: 100%;
  text-align: center;
  border-top: 10px solid #008BBF;
  background-color: white;
  //border: 1px solid red;
}

.main-content-2 {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  //border-top: 10px solid #008BBF;
  background-color: white;
  //border: 1px solid red;
}

.main-content p {
  text-align: center;
  padding: 10px;
  padding: 0 15px;
}

.main-content p.paragraph {
  text-align: left;
}

.caption {
  text-align: center;
}


.outerVideoWrapper {
  position: relative;
  margin: 20px auto 0px;
  padding: 0 10px;
  max-width: 640px;
  max-height: 360px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
  box-shadow: -5px 5px 25px;
  background-color: black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.videoWrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}








a {
  color: #008BcF;
  text-decoration: underline;
  font-size: 1rem;
}

a:hover {
  //color: #878787;
  color: black;
  text-decoration: none;
}

a:visited {
  //color: #878787;
}

.navigation {
  //max-width: 600px;
  //border: 1px solid red;
  //margin: 0 auto;
}

ul {
    list-style-type: none;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

li {
    padding: 0 3%;
    display: inline;
    border-left: 1px solid black;
    //background-color: #008BBF;
}

li:first-child {
  border-left: none;
}


/* Mobile -------------------- */

@media only screen and (max-width: 750px) {

  .AdventureTeesImage {
    //max-width: 180px;
  }

  .Tshirt {
    //max-width: 180px;
  }

  .storeAd {
    //height: 330px;
}

  h4 {
    font-size: 1rem;
    line-height: 1.9rem;
  }

}




/* Mobile -------------------- */

@media only screen and (max-width: 600px) {
  a {
    font-size: .8rem;
  }

  a.textSizeLink, p {
    font-size: 1rem;
  }

  h1 {
    font-size: 3.5rem;
  }

  .main-header {
    height: 150%;
  }

  .main-content {
    border-top: 8px solid #008BBF;
  }

  .storeAd {
    //height: 730px;
    //box-shadow: none;
    margin-top: 50px;
    //background-color: #FFFFFF;
    width: 94%;
    clear: both;
  }

  .storeAdText h4:first-of-type {
    font-style: italic;
  }

  .storeAdImage {
    margin-top: 5px;
  }

  .storeAdImage h4:first-of-type {
    font-size: 1.3rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }

  .storeAdImage h4:last-of-type {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .storeAdText h4:first-of-type {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .Tshirt {
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .storeAdText, .storeAdImage {
    width: 100%;
  }

  .storeAdText {
    margin-top: 40px;
  }

  .AdventureTeesImage {
    //max-width: 80%;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  

  h3 {
    margin: 25px auto 0px;
    font-size: 1.1rem;
    text-shadow: -1px 1px 1px #aaaaaa;
    color: black;
    line-height: 1.4rem;
    //-webkit-text-stroke: 1px black;
  }
}




