/*
Theme Name:Human
Author: Tomas Sakalauskas
Description: Human website theme
Version: 1.0
*/

html, body {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%\9 !important;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: left;
}
p { margin-bottom: 1em;}

.background
{
    position: relative;
    left: 0px;
    top: 0px;
}
.fullscreen {
    min-height: 100%;
}
.screen90 {
    height: 90%;
}
.screen80 {
    height: 80%;
}
.parallax
{
    background-attachment: fixed;
}

/*font sizes*/
body {
    font-family: Lato , Arial, Helvetica;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    }
h1 {
    font-family: Roboto , Arial, Helvetica;
    font-weight: 600;
    margin-bottom: .7em;
    font-size: 36px;
    }
h2 {
    font-family: Roboto , Arial, Helvetica;
    letter-spacing: -0.02em;
    line-height: 36px;
    font-size: 30px;
    }
h3 {
    font-family: Lato , Arial, Helvetica;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 0.2em;
    }
h4 {
    font-family: Roboto , Arial, Helvetica;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 20px;
    }
h5 {
    font-family: Roboto , Arial, Helvetica;
    }
h6 {
    font-family: Roboto , Arial, Helvetica;
    }
a {
    color: rgb(247, 147, 30);
}

@media all and (min-width: 1200px)
{
    body { font-size: 22px;}
    h1 { font-size: 38px; line-height: 46px;}
    h2 { font-size: 32px;line-height: 39px;}
    h3 { font-size: 24px;}
    h4 { font-size: 24px;}
    h5 { font-size: 24px;}
}
@media all and (min-width: 1600px)
{
    body { font-size: 24px;}
    h1 { font-size: 40px; line-height: 48px;}
    h2 { font-size: 36px;line-height: 42px;}
    h3 { font-size: 28px;line-height: 36px;}
    h4 { font-size: 24px;}
    h5 { font-size: 24px;}
}


/* navigation */
nav
{
    margin: 0 0 0 0;
    background: black;
    padding-right: 32px;
    padding-left: 32px;
    
    display: flex;
    justify-content:space-between;
    align-items: center;
}

nav .current-menu-item a{
    
    font-weight: 400;
    acolor:white;
}
nav ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    background: black;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav ul a {
  //font-family: Roboto, Arial, Helvetica;
    font-size: 0.9em;
  text-decoration: none;
  display: block;
  padding: 0.25em 1em ;
  color: #999999;
}
nav a:hover {
  color: #CCCCCC;
}

nav ul a.social {
    padding: 0.15em 0.25em;
}
nav ul a.social[href*="twitter"]  {
    padding: 0.15em .25em 0.15em 1em;
}

nav a img{
    display: table-cell;
    opacity: 0.666
}

nav a:hover img{
    opacity: 1
}

/* intro */
.vignette
{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image:url('/img/VignetterWarped.png');
}
.intro {
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-content: stretch;
    width: 100%;
    height: 100%;
}
.logo {
    max-width: 512px;
    min-width: 320px;
    position:relative;
    margin-left: auto;
    right: 15%;
    atop: 10%;
    width: 50%;
}

.logobuttons{
    //max-width: 400px;
    //min-width: 200px;
    position: relative;
    margin-left: auto;
    abottom: 10%;
    width: 40%;
}

a.button{
    display: block;
    font-family: Roboto , Arial, Helvetica;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4em;
    background: #e49c4a;
    background-color:rgba(247,147,30,0.66);
    color: white;
    padding: 0.3em .5em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
a.button:hover
{
    background-color:rgba(247,147,30,1);
}
@media all and (min-width: 1200px)
{
    a.button{ font-size: 32px;}
}

/* call to action */
.call {
    margin: 0;
    display: flex;
     flex-direction: column;
    text-align:center;
     justify-content: center;
    min-height: 20%;
    padding: 2%;
}

h3.buy {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 30px;

}
h3.buy a{
    text-decoration: underline;
    color: white;
}


form
{
    max-width: 400px;
    min-width: 300px;

}
.call form
{
    width: 50%;
    margin-left: auto ;
    margin-right: auto ;  
}
.btn {
    //background: #F7931E;
    //border-color: #F7931E;
    background: #e49c4a;
    border-color: #F7931E;
    font-weight: bold;
    //padding: 12px 22px;


}
.sharp
{
    border-radius:0;
}

/* content sections */

.black {
    color: black
}

.section-left {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    min-height: 66%;

}
.section-right {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    min-height: 66%;
}
.section-text {
    margin: 2% 5%;
    width: 33%;
    display: block;
}

@media all and (max-width: 960px)
{
    .section-text {
        width: 50%;
    }
}

@media all and (max-width: 480px)
{
    
    .section-text {
        width: 66%;
    }
}
        
        
.section {
    margin: 0;
    display: flex;
    justify-content:space-between;
    align-items: stretch;
    //min-height: 66%;
}

.section-content  {
    padding: 2% 5%;
    display: block;
}

.wrap {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    align-content: stretch;
    justify-content: flex-end;
}


.shots .section-content{
    width: 33%
}
.shots .wrap
{
    width: 66%;
    padding: 2px;
}

.square {
    float:left;
    position: relative;
    width: 50%;
    padding-bottom : 28.125%; /* = width for a 1:1 aspect ratio */
    background-color:#1E1E1E;
    overflow:hidden;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}
.thumb {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    color:#fff;
    

}
.content, .info {
    position:absolute;
    height:100%;
    width:100%;
    padding: 7%;
    background-color:rgba(179,106,22,0.95); /*rgba(247,147,30,0.8);/*rgba(0,0,0,.8);*/
    opacity: 0;
}
.info h3
{
    font-weight: 900;
    margin-top: 0px;
    
}
@media all and (min-width: 960px) and ( max-width: 1400px )
{
    .shots .section-content{
        width: 50%
    }
    .shots .wrap {
        width: 50%;
    }
    .square {
        width: 50%;
        padding-bottom : 50%;
    }
}
@media all and (max-width: 640px)
{
    .shots .section-content{
        width: 50%
    }
    .shots .wrap {
        width: 50%;
    }
    .square {
        width: 50%;
        padding-bottom : 50%;
    }
    .info .text {
        visibility: collapse;
    }
}

@media all and (max-width: 960px)
{
    .shots  {
        flex-direction: column;
    }
    .shots .section-content {
        width: 100%;
    }
    .shots .wrap {
        width: 100%;
    }
}


/* faq */
.faq {
    padding: 5% 0 0% 2%;
    display: block;
    width: 67%;
}
.faq p{
    line-height: 1.3em;
}

.faq h3{
    margin-top: 1em;
}

.faqInner {
    background-color:rgba(0,0,0,0.7);
    padding:4% 4% 2% 4%;
}


.faqSocial {
    
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 4%;
}
.faqSocial a {
    margin: 0.25em;
    opacity: 0.8
}
.faqSocial a:hover{
    opacity: 1
}


.faq form{
    display: block;
    text-align: left;
    margin-left: 4%;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 50%;
    min-width: 300px;
}

/* outro */

.outro{
    position: relative;
    width: 100%;
    height: 800px;
}
.await{
    display: table;
    position: absolute;
    top:40%;
    width: 80%;
    left: 10%;
    height: 20%;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    
    font-family: 'Neuton', serif;
    font-weight: 800;
    font-size: 4em;
    line-height: 1em;
    text-shadow: 2px 2px black;
}

.outro-buy-container{
    display: table;
    position: relative;
    top:5%;
    left:5%;
    
    text-align: center;
    font-family: 'Neuton', serif;
    font-weight: 800;
    font-size: 4em;
}

.legal
    {
        position: absolute;
        bottom: 2%;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content:center;
        font-size: 16px;
        line-height: 20px;
        
    }

@media all and (max-width: 1400px)
{
   .await{
       font-size: 3em;
    }
   
}
@media all and (max-width: 960px)
{
   .await{
       font-size: 2em;
    }
   
}
@media all and (max-width: 480px)
{
   .await{
       font-size: 1.5em;
    }
   
}



/* images */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/*company*/
section.company
{
    width: 80%;
    max-width: 960px;
    margin: auto;
}



a {
    color: rgb(247, 147, 30);
}