@charset "UTF-8";
/* CSS Document */
/* -------------------- Body -------------------- */
* {
  font-variant-ligatures: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

    @font-face {
    font-family: 'Windlass Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Windlass Regular'), url('Windlass.woff') format('woff');
    }

body {
  background-color: #000000;
  font-weight: 400;
  font-family: 'Windlass Regular', sans-serif;
  color: #ffffff;
  line-height: 1.9;
  font-size: 20px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*height: 100%;*/
}
body, html {
  height: 100%;
  margin: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
hr {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 2px solid #000000;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.clearAll {
  clear: both;
}
.menuID {
  position: relative;
}
.alignCenter {
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
a:link, a:visited, a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: rgba(239, 89, 0, 1.00)
}
li {
  line-height: 1.25;
  padding-bottom: 10px;
  list-style-type: square;
}
ul {
  padding-left: 24px;
}
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #515050;
}
/* -------------------- Containers -------------------- */
.bigScreen {}

.viewport-header {
  /*display: block;
  position: relative;
  top: 50px;
  width: 100%;
  text-align: center;
  justify-content: center;*/
    
  position: relative;
  height: 100%;
  top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
    
}
.viewport-headerPortrait {
  display: none;
}
.xmain {
  color: white;
    background-color: #222222;
  text-align: center;
  font-size: 1.6vw;
  line-height: 1.2;
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 7%;
  padding-right: 7%;
      margin-left: 10%;
  margin-right: 10%;
    margin-bottom: 5%;
}
.xsubmain {
    background-color: #222222;
    position: relative;
    padding-top: 4%;
    padding-bottom: 2%;
    padding-left: 2%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    margin-top: 5%;
 
}
.crossBar {
  width: 100%;
  background-color: #6dd7a2;
  min-height: 60px;
  color: #000000;
  text-align: center;
  font-size: 24px;
  line-height: 1.1;
  
  padding-top: 18px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.treasureLine {
  height: 6px;
  width: 130%;
  background-color: #6dd7a2;
  margin-bottom: 10px;
}

/* -------------------- Nav Bar -------------------- */
.navBar {
  width: 100%;
  height: 48px;
  /*text-align: center;*/
  background-color: #6dd7a2;
  -webkit-box-shadow: 0px 2px 10px 1px #000000;
  box-shadow: 0px 2px 10px 1px #000000;
  padding-left: 25px;
  padding-right: 20px;
  color: #ffffff;
  z-index: 100;
  position: fixed;
}
.navBarContent {
    display: block;
  color: #000000;
  margin-top: 5px;
  text-align: center;
  font-size: 24px;
}

.badgeBtn {
  position: absolute;
  width: 16%;
  top: 0px;
  right: 0px;
  
}
.navLogo {
  top: 8px;
  padding-top: 0px;
  position: relative;
  float: left;
}
.vimeo-wrapper {
  object-fit: cover;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  pointer-events: none;
  overflow: hidden;
  display: block;
  background-image: url("thfImages/TFH25_WEBBckgrd_TEMP1AL.jpg");
  background-position: center;
  background-size: cover;
}

.vimeo-wrapper iframe, .vimeo-wrapperP iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px;
}

/* -------------------- Text -------------------- */

h1, h2, h3, h4, h5, h6 {
  font-family: "hepta-slab", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  color: #6dd7a2;
  font-style: italic;
  font-size: 2em;
  line-height: 1;
}
h2 {
  text-align: left;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
  color: #6dd7a2;
  margin-bottom: 10px;
}
h3 {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.5;
  margin-left: 15px;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: 1px;
}
h4 {
  color: #6dd7a2;
  font-weight: 700;
  line-height: 1;
  font-size: 19px;
  margin-top: 4px;
  margin-left: 15px;
}
h5 {
    font-family: 'Windlass Regular', sans-serif;
  color: #000000;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.1;
}

/* -------------------- x Layout -------------------- */
.x3-center {
  text-align: center !important
}

.x3-btn {
  border: none;
  display: inline-block;
  padding: 8px 36px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #888888;
  background-color: #303030;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}

/* -------------------- Columns -------------------- */
.mastercol2L {
  width: 49%;
    min-height: 250px;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 45px;
}
.col2L {
  width: 50%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-right: 0px;
  position: relative;
}
.col2R {
  width: 45%;
  float: right;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  position: relative;
}
/* -------------------- Footer/Info -------------------- */

.infoLine {
  width: 100%;
  height: auto;
  padding-bottom: px;
  text-align: center;
  color: #838383;
  font-size: 11px;
  padding-top: 40px;
  letter-spacing: 1.4px;
}

.donateBTN {
    font-family: "hepta-slab", sans-serif;
    font-size: 19px;
  font-weight: 800;
    line-height: 1.0;
  letter-spacing: 2px;
    background-color: #6dd7a2;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 20px;
    
}

/* -------------------- Form -------------------- */
.formcontainer {
    font-family: "Helvetica Neue", "sans-serif";
  font-size: 18px;
  color: #000000;
  width: 45vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: #CCCCCC;
    
       -webkit-box-shadow: 8px 8px 8px #000000;
    box-shadow: 8px 8px 8px #000000;
}
/* Full-width input fields */
input[type=text], input[type=password], textarea, select {
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 22px;
  border: none;
  background: #f1f1f1;
  font-size: 16px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  background-color: #DCEBF6;
  color: #0399c4;
  outline: none;
}
/* Set a style for the submit/register button */
.registerbtn {
  background-color: #6dd7a2;
  color: #000000;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 220px;
  opacity: 0.9;
  border-radius: 50px;
  font-size: 21px;
}
.registerbtn:hover {
  opacity: 1;
}
/* The Radio Buttons container */
.rbcontainer {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.rbcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .checkmark {
  background-color: #0399c4;
}
/* When the checkbox is checked, add a blue background */
.rbcontainer input:checked ~ .checkmark {
  background-color: #0399c4;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.rbcontainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.rbcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* -------------------- Landscape Width 1280 -------------------- */
/* -------------------- Landscape Width 1280 -------------------- */
@media screen and (orientation: landscape) and (max-width:1280px) {
  .xsubmain {
    position: relative;
    padding-top: 4%;
    padding-bottom: 8%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .formcontainer {
    width: 70vw;
  }
    h4 {

  font-size: 16px;
  margin-top: 2px;

}
    
    .donateBTN {
    font-size: 16px;

    
}
  .badgeBtn {
  width: 19%;

  
}  
    
}
/* -------------------- Portrait Orientation-------------------- */
/* -------------------- Portrait Orientation-------------------- */
@media screen and (orientation: portrait) {
    
      .xmain {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 21px;
  }
    
  .xsubmain {
    position: relative;
    padding-top: 4%;
    padding-bottom: 8%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .mastercol2L {
    width: 99%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
  }
  .treasureLine {
    width: 100%;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 20px;
    margin-left: 15px;
  }
    
      .donateBTN {
    font-size: 20px;

    
}  
    
    
  .viewport-header {
    
  }
  .viewport-headerPortrait {
    display: block;
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }



  .formcontainer {
    width: 95vw;
  }
  .bigScreen {}
    
    .navBarContent {
        display: none;
padding-top: 6px;
  font-size: 18px;
}
    
    .badgeBtn {
  width: 27%;

  
}

}
/* -------------------- Pad Size -------------------- */
@media (orientation: portrait) and (max-width:992px) and (min-width:601px) {
  .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }

  .formcontainer {
    width: 90vw;
  }
    

}
/* -------------------- Phone Size -------------------- */
@media only screen and (max-width: 600px) {

  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }

  .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }

  .formcontainer {
    width: 90vw;
  }
    
    .badgeBtn {

  width: 40%;

  
}
}
