.html {
    background-color:black;
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
        border-color: transparent;
    border: 0;
}

body {
    height:100%; /* force the BODY element to match the height of the HTML element */
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
}

body.no-scroll{
    overflow: hidden;
}

.page-one {
    height:100vh;
    text-align:center;
    background-color: black;
    min-height:100%;
    color:white;
    padding: 0;
}

.logo-header {
    width: 100px;
    height: auto;
}

.opacity {
    opacity:.7;
    position:relative;
    bottom:2px;
}

.page-one h3 {
    font-family:'AdobeJensonW01-Regular', serif;
}

.page-one h3 span{
    vertical-align: baseline;
}

.page-one h3 .x {
    margin-right: 15px;
    font-family:'AdobeJensonW01-Regular', serif;
    opacity:.7;
    font-size:.8em;
}

.tt-nologo {
    width: 135px;
    height: 33.52px;
    background: url("../images/tt-nologo.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.tt-tst {
    width: 201.37px;
    height: 50px;
    background: url("../images/tstTT2.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    opacity: .7;
}

.page-one h3 .tt-nologo {
    margin-right: 30px;
}

#flag-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#flag-bg {
    width: 100%;
    height: 100%;
}

#flag-bg .backstretch {
    overflow: visible !important;
    -webkit-transform: perspective(500px);
    -moz-transform: perspective(500px);
    transform: perspective(500px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn {
    border-radius: 0px;
    border: 1px solid white !important;
    color: white !important;
    background-color: transparent;
    padding: 7px 18px;
    text-transform: uppercase;
    margin-top: 20%;
    font-size: 12pt;
    letter-spacing: .1em;
    font-family:'HelveticaNeueW01-45Ligh', sans-serif;
}

.btn:hover {
    color: black !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;

}

/* button star zoom effect --------------------*/
/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: transparent;
    background-color: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-image: url('/images/whitestar.png');
    background-position: -50% 50%;
    background-size: 0%;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    background-color: transparent !important;
    border-radius: 0px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-image: url('/images/whitestar.png');
    background-position: 50% 50%;
    background-size: 30%;
    background-repeat: no-repeat;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: transparent;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(10);
    transform: scale(10);
}

h1 {
    font-size: 10em;
    text-transform: uppercase;
    font-family:'DINCondensedW01-Normal', sans-serif;
    font-weight: 800;
    letter-spacing: -.015em;
}

h2 {
    font-family:'Elzevir W01 Italic', serif;
    font-size: 7em;
}

h3 {
    text-transform: uppercase;
    font-size: 1.6em;
    margin-top: 11%;
    letter-spacing: .12em;
}

h4 {
    font-family:'HelveticaNeueW01-95Blac', sans-serif;
    font-size: 18pt;
    text-transform: uppercase;
    margin-bottom:5px;
    letter-spacing: .025em;
}

h5 {
    font-family:'HelveticaNeueW01-95Blac';
    font-size: 40pt;
    text-transform: uppercase;
    line-height: 38pt;
    margin-top:0px;
    color: #363636;
}

h6 {
    font-family:'HelveticaNeueW01-56It', sans-serif;
    font-size: 16pt;
    line-height: 18pt;
    letter-spacing: .025em;
    margin-bottom: 5%;
}

p {
    font-family:'AdobeJensonW01-Regular', serif;
    line-height: 25pt;
    font-size: 18pt;
    color: #363636;
}

.heading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chevron {
    position:absolute;
    bottom:0;
    left:50%;
    margin-left: -25px;
    padding-bottom: 5%;
}

/*CHEVRON BOUNCE----------------------*/

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: fixed;
  bottom: 5%;
/*  left: 50%;
  margin-left: -16px;

  width: 40px;
  height: 40px;
*/
/*  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);*/
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}

.fa-angle-down {
    font-size: 80px;
    opacity: .7;
    font-weight:100;
}

.letter {
    padding-left: 0px;
    padding-right: 0px;
    padding-top:10%;
}

.letter-text {
    padding-left: 2%;
}

.logo {
    position: absolute;
    right: 0px;
    padding: 10px;
}

.letter-left-margin {
    padding:0px;
    padding-left: 5%;
}

.letter-video {
    margin-top: 40vh;
    position: relative;
}

.letter-video img{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.video-thumb:hover {
    width:100%;
    height:100%;
    position: absolute;
    background: url(/images/trailer_hover.jpg);

}

/* old youtubue player -------------------
.letter-video:after {

  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  background: transparent url(/images/blackplay3.png) no-repeat center;
  pointer-events: none; }

.letter-video:hover:after {
  content: "";
  position: absolute;
  top: 34%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  background: transparent url(/images/redplay2.png) no-repeat center;
  pointer-events: none; }
*/

hr {
    margin-left: 50%;
    width: 50%;
    border: none;
    height: 5px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.pullquote {
    text-transform: none;
    font-size: 18pt;
    font-weight: 200;
    margin-bottom: 20%;
    text-align: right;
}

.signature {
    padding-top: 3%;
    margin-bottom: 15%;
}

.join {
    background-color: black;
    text-align:center;
    background: url(/images/goat.jpg) no-repeat center center fixed;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
    min-height:100%;
    color:white;
    background-color:black;
}

.join-header {
    color:dimgrey;
    text-align: right;
    margin-top: 1%;
    margin-bottom: 7%;
}

.join-header .tt-nologo {
    margin-right: 20px;
}

.declare {
    color:white;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 20%;
}

.join-info {
    text-align: right;
    color: dimgrey;
    padding-top: 5%;
}

.join-button {
    float: right;
    margin-top: 5%;
    margin-bottom: 10%;
}

.form-control {
    text-align: right;
    width:60%;
    margin-left: 40%;
    margin-bottom: 3%;
    color: #8d8d8d;
    background-color: transparent;
    border:0px;
    border-bottom: 1px solid #363636;
    font-family:'AdobeJensonW01-Regular', serif;
    font-size: 18pt;
    line-height: 36pt;
    height: 48pt;
    padding-right:0px;
    box-shadow: none;
}

.form-control:focus {
    color: #8d8d8d;
    box-shadow: none;
    border-bottom: 1px solid #363636;
}

.form-error{
    color: red;
    text-align: right;
    display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #363636;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #363636;
    opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #363636;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #363636;
}

:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #363636;
}

.page-four {
    text-align:left;
    background-image: url(/images/bg.png), url(/images/devil-light.png);
    background-repeat: repeat,no-repeat;
    background-position: left top, left top;
    background-color:black;
    color:white;
    padding-bottom:0px;
}

.moving-devil {
    background-image: url(/images/devil-dark.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color:transparent;
    color:white;
    padding-bottom:10%;
    margin:0px;
}

/*
.static {
    animation: move-left 1s steps(10) infinite alternate;
}
*/

.who-is {
    text-align: left;
    color:white;
    margin-top: 15%;
    margin-bottom: 5%;
}

/*devil animation----------------------------------------*/
@-webkit-keyframes move-right {
    from { top: 0; left: -10px; }
    to   { top: 0; left: 5px; }
}

@-moz-keyframes move-right {
    from { top: 0; left: -10px; }
    to   { top: 0; left: 5px; }
}

@-o-keyframes move-right {
    from { top: 0; left: -10px; }
    to   { top: 0; left: 5px; }
}

@keyframes move-right {
    from { top: 0; left: -10px; }
    to   { top: 0; left: 5px; }
}

/*counter animate the text*/
@-webkit-keyframes move-left {
    from { top: 0; left: 10px; }
    to   { top: 0; left: -5px; }
}

@-moz-keyframes move-left {
    from { top: 0; left: 10px; }
    to   { top: 0; left: -5px; }
}

@-o-keyframes move-left {
    from { top: 0; left: 10px; }
    to   { top: 0; left: -5px; }
}

@keyframes move-left {
    from { top: 0; left: 10px; }
    to   { top: 0; left: -5px; }
}

.whois-body {
    color: white;
}

.tenet-title{
    padding-left: 48px;
}

.tenet {
    font-size:24px;
    color: white;
    font-family:'AdobeJensonW01-Regular', serif;
    -webkit-perspective: 500px;
    perspective: 500px;
}

.tenet li{
    list-style-image: url("../images/cross-w.png");
    margin-top: 50px;
    padding-left: 30px;
    margin-left: -23px;
    line-height:24pt !important;
}

.philosophy {
    padding-bottom: 7%;
}

.philosophy-header {
    margin-top:20%;
    margin-bottom:5%;
}

.philosophy-subhead {
    font-size: 3rem;
    color: black;
    line-height: 1.25em;
    margin-top: 4%;
    padding:0px;
}

.twoline {
    margin-top:35px;
}

.philosophy-body {
    color: #363636;
    font-family:'HelveticaNeueW01-45Ligh', sans-serif;
    font-size: 1.2em ;
    line-height: 1.5em;
    padding-bottom: 15px;
}

.philosophy-pair {
    margin:0 0 20px 0;
    display: table;
    height: 50%;
}

.philosophy-pair:nth-child(3){
    margin-bottom: 30px;
}

.philosophy-sub-body {
    color: #363636;
    margin-bottom: 5%;
    font-family:'HelveticaNeueW01-45Ligh', sans-serif !important;
    font-size: 1.2em !important;
    line-height: 1.5em; !important;
    padding:0px;
}

.philosophy-square {
    padding-right: 7%;
    padding-left: 0px;
    margin-bottom: 5%;
    height: 100%;
    display: table;
}

.about-philosophy {
    color: #363636;
    margin-bottom: 0px;
    font-family:'AdobeJensonW01-Regular', serif;
    margin-bottom: 5%;
    margin-right: 7%;
}

.philosophy-icon {
    padding:0px;
    width: 100px;
    height: auto;
}

.philosophy-img {
    padding:0px;
    margin-top: 0px;
    margin-bottom: 7%;
}

.philosophy-top {
    padding:0px;
    min-height:100px;
}

.philosophy-square .text-center{
    position: absolute;
    left: -15px;
    bottom: -20px;
    padding-right: 7%;
}

@supports (-ms-accelerator:true) {
    .philosophy-square .text-center{
        bottom: -60px;
    }
}

@media(max-width: 991px){
    .philosophy-pair, .philosophy-square{
        display: block;
    }

    .philosophy-square{
        margin-bottom: 10%;
    }

    .philosophy-square .text-center{
        bottom: -8%;
    }
}

/*old read more animated chevron arrow --------------------*/

/*
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    max-height: 999em;
    padding:0px;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Read More ';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read Less ';
}

.read-more-state:checked ~ .read-more-trigger .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
}

 .read-more-trigger .fa-angle-down {
    transition: 0.5s;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0px;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
    font-size: 1.5em;
    font-family:'AdobeJensonW01-Regular';
    position:relative;
}

.read-more-wrap {
    padding:0px;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
*/

.action {
    padding: 5px 10px 5px 10px;
    color: black !important;
    border: 1px solid black !important;
    margin-bottom: 5%;
}

.center-block {
    margin:1%;
}

.page-five {
    background: url(/images/texture.jpg) repeat center center fixed;
    padding:0px;
    padding-bottom: 5%;
}

.learn-more {
    background-color: #161616 !important;
    padding-top: 15%;
    text-align:center;
    background: url(/images/bg-logo.png) no-repeat 10% 50% scroll;
    -webkit-background-size: 28%;
    -moz-background-size: 28%;
    -o-background-size: 28%;
    background-size: 28%;
    min-height: 20%;
    color:white;
    text-align: right;
    padding-bottom: 5%;
}

.learn-head {
    color:white;
}

.get-updates {
    color: #666666;
    padding-bottom: 5%;
}

.footer {
    background-color: black;
    padding-bottom:1%;
    border-color: transparent;
    border: 0;
}

.tt {
    width: 66%;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.footer .fa {
    color: #bebebe;
    font-size: 2.5em;
    padding-right: 10%;
    margin-top: 15%;
    text-align: center;
    line-height: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.footer .fa:hover {
    color:white;
}

.social {
    padding-left: 10%;
}

.link {
    color: #bebebe;
    padding-top: 10%;
    text-align: center;
    width:100%;
    letter-spacing: 3pt;
}

.cross {
    height:25px;
    width:auto;
}

a {
    color: #bebebe !important;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 800;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: white !important;
}

/*form field fix*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

::selection {
    background: black; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: black; /* Gecko Browsers */
    color: white;
}

#lightbox{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#lightbox .player-wrap{
    width: 100%;
    height: calc(53.5vw + 35px);
	max-height: 80vh;
	max-width: 136vh;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#lightbox .player-wrap .close-x{
    height: 35px;
    float: right;
    font-size: 21px;
    font-family:"HelveticaNeueW01-45Ligh", sans-serif;
    letter-spacing:0.1em;
}

#lightbox .player-wrap .close-x a{
    color: white !important;
    cursor: pointer;
}

#lightbox .player-wrap .close-x a:hover{
    color: #363636 !important;
}

#player{
    width: 100%;
    height: calc(100% - 35px);
}

/*@media querries----------------------------------------*/

/*philosophy subhead fix*/
 @media only screen and (max-width : 1600px) {



    .philosophy-subhead {
    font-size: 2.5rem !important;
    color: black;
    line-height: 1em;
    padding-top: 1%;
    }

    .pullquote {
    font-size: 18px;
    margin-bottom: 10%;
    }

    .top-button {
    margin-top: 30px !important;
    }


    .letter-video {
    margin-top: 40vh;
    }

    .join {
    background: url(/images/goat.jpg) no-repeat center center scroll;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
    background-position: 50% 50%, 50% 50%;
    background-color: black;
    }

}

@media only screen and (max-width: 1400px){
    h1{font-size: 10vw; }
    h2{font-size: 7vw; }

    .heading {
    margin-top: 0;
    margin-bottom: 0;
    }
}

@media only screen and (max-width : 991px) {

    .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom:0px;
    }

    .letter-video {
    margin-top: 0px;
    }

    .letter-text {
    padding-left: 5%;
    padding-right: 5%;
    }

    .logo-wrap {
    opacity:0;
    height: 0px;
    }

    .philosophy-square {
    padding-right: 0%;
    }

    .philosophy-square .text-center {
    left:0;
    }
}


/*ipad--------------------------------------*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) and orientation(portrait){
    /* STYLES GO HERE */
    h1{
        font-size: 76.8px;
    }
    .tenet {
    font-size: 18pt;
    }

    .philosophy-subhead {
    font-size: 2.5rem !important;
    color: black;
    line-height: 1.5em;
    padding-top: 0px;
    text-align: left ;
    }

    .letter-left-margin {
    padding:0px;
    width:100%;
    }

    .letter-video {
    margin-top: 5vh;
    }

    .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom:0px;
    }

    .letter-video {
    margin-top: 20px;
    }

    .signature{
    zoom: 50%;
    }

    .about-philosophy {
    margin-right:0;
    }

    .philosophy-square {
    padding-right: 0%;
    padding-bottom: 5%;
    }

    .social {
    padding-left: 33%;
    }

    .tt {
    width: 33%;
    }

    .footer .fa {
    margin-top: 3%;
    margin-bottom: 3%;
    }



}


/*iphone6------------------------------------------------*/
@media only screen
    and (max-device-width: 640px),
    only screen and (max-device-width: 667px),
    only screen and (max-width: 480px)
{

    /* STYLES GO HERE */

    h2{font-size: 3em; }
    h3{font-size: .85em; }
    h4{font-size: 16pt; line-height: 18pt; margin-bottom: 0px; }
    h5{font-size: 24pt; line-height: 22pt; }
    h6{font-size: 16pt; line-height: 18pt; letter-spacing: .005em;}
    p {font-size: 16pt; line-height: 18pt; }

    .very-top {
    width: 100%; margin: 0; padding: 0; overflow: hidden;
    }

    .x {
        font-size: .5em;
    }

    .page-one {
        padding:0;
    }

    .tt-nologo {
    width: 162px;
    height: 40.22px;
    }

    .tt-tst {
    width: 162px;
    height: 40.224px;
    }

    .page-one h3 .tt-nologo {
    margin-right:5px;
    }

    .page-one h3 .x {
    margin-right: 2px;
    }

    .btn {
    border-radius: 0px;
    border: 1px solid white;
    color: white;
    background-color: transparent;
    padding:7px 18px;
    text-transform: uppercase;
    margin-top: 20%;
    font-size: 12pt;
    letter-spacing: .1em;
    }

    .top-button {
    margin-top: 0px !important;
    }

    .page-one {
    height:100vh;
    text-align:center;
    background: url(/images/flag-mobile.jpg);
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100%;
    color:white;
    position: relative;
    -webkit-transform: perspective(100px);
    -moz-transform: perspective(100px);
    transform: perspective(100px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: black;
    }

    .letter-left-margin {
    padding:0px;
    width:100%;
    }

    .letter-video {
    margin-top: 0px;
    -webkit-overflow-scrolling: touch;
    }

    .pullquote {
    line-height: 28px;
    font-size: 14pt;
    }

    .logo {
    position: relative;
    margin: auto 0;
    padding: 10px;
    padding-left:50%;
    left: -16%;
    }

    .letter-text p {
    line-height: 18pt;
    font-size: 14pt;
    }

    .letter-texxt h5 {
    font-size: 24pt;
    }

    .signature {
    zoom: 50%;
    }

    .join-header {
    color:dimgrey;
    text-align: right;
    }

    .declare {
    font-size: 20pt;
    line-height: 22pt;
    letter-spacing: 0em;
    }

    .form-control {
    width:80%;
    margin-left: 20%;
    }

    .page-four {
    text-align:left;
    background: url(/images/devil-mobile.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
    min-height:100%;
    color:white;
    background-color:black;
    padding-bottom: 0px;
    }

    .tenet {
    font-size: 18pt !important;
    }

    .tenet li{
    font-size: 18pt !important;
    }

    .moving-devil {
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100%;
    background-color:transparent;
    color:white;
    padding-bottom:10%;
    margin:0px;
    }

    .who-is {
    text-align: left;
    color:white;
    margin-top: 15%;
    font-size: 20pt;
    margin-bottom: 5%;
    line-height: 22pt;
    }

    .join {
    background: url(/images/goat.jpg) no-repeat center center scroll;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: 50% 50%, 50% 50%;
    background-color: black;
    }

    .philosophy {
    padding:0px;
    }

    .philosophy-header {
    font-size: 20pt;
    line-height: 22pt;
    }

    .philosophy-icon {
    width: 100px;
    }

    .twoline {
    margin-top:22px !important;
    }

    .philosophy-subhead {
    font-size: 2.5rem;
    color: black;
    line-height: 1.1em;
    padding-top: 8%;
    }

    .action {
    margin-top:4%;
    padding: 5px 10px 5px 10px;
    color: black;
    border: 1px solid black;
    font-size: 12pt;
    letter-spacing: .1em;
    }

    .link {
    margin:0px;
    font-size: 12pt;
    padding-top: 0px;
    }

    .social {
    padding-left:25%;
    }

    .fa {
    margin-top:0px !important;
    }
}



/*iphone5------------------------------------------*/
@media only screen
and (max-device-width : 568px) { /* STYLES GO HERE */


    h2{font-size: 2em; }
    h3{font-size: 9pt; }
    h4{font-size: 12pt; line-height: 12pt; margin-bottom: 0px; }
    h5{font-size: 20pt; line-height: 22pt; }
    h6{font-size: 8pt; line-height: 12pt; letter-spacing: .005em;}
    p {font-size: 14pt; line-height: 18pt; }


    .arrow{
        margin-left: 0px;
    }
    .tt-nologo {
    width: 54px;
    height: 13.41px;
    bottom:0px;
    }

    .tt-tst {
    width: 100.69px;
    height: 25px;
    margin-bottom: -1px;
    }

    .philosophy-subhead {
    font-size: 14pt !important;
    color: black;
    line-height: 24pt;
    padding-top: 8%;
    }


    .tenet li{
    font-size: 14pt !important;
    line-height: 18pt !important;
    }

    .page-four{
    padding:0px;
    }


    .logo-header {
    padding-top: 5%;
    }

    .declare {
    font-size: 20pt;
    line-height 22pt;
    }

    .logo {
    position: relative;
    margin: auto 0;
    padding-left:50%;
    left: -52px;
    }

    .pullquote {
    font-size: 10pt;
    line-height: 12pt;
    }

    .page-one h3 .x {
    font-size: 6pt;
    }

    .footer {
    padding-top:10%;
    }

}

@media(max-height: 600px){
    .top h3{
        margin-top: 3%;
    }
}

/*gallaxy s5 land--------------*/
@media(max-height: 279px) and (max-width: 640px) and (min-height: 278px) and (min-width: 639px){
    .heading{
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }

    h1{
        margin-top: 0;
        margin-bottom: 0;
        line-height: 0.7;
    }

    h2{
        margin: 0;
    }
}



/*parallax --------------*/
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}

.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}

.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
