@import "fonts.css";
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body 
{
    background-color: black;
    color: white;
    min-height: 100vh;
    text-align: center;
    margin: 0 auto;
    font-family: metafex, sans-serif;
    
}

header 
{
    height: 10vh;
    position: relative;
}

main 
{
    height: 84vh;
    position: relative;
    width: 100%; 
}

footer 
{
    height: 5vh;
 
}

.content .footer {display: none;} 
.content footer    {display: block;}

.center {
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    width: 100%;
}

.row {
    width: 60%!important;
    margin: 0 auto;
    
}


.column {
  float: left;
  width: 33.33%;
    padding: 50px;
    
}

h1 {
    font-size: 78px; 
    font-weight: bold;
    margin-bottom: 40px;
}

h2 {
    font-size: 54px;
    font-weight: 300;
     margin-bottom: 40px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
}

p {
  font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 100px;
    width: 100%;
    margin: 0 auto;
} 

main p {margin-bottom: 100px;}

footer p, .footer p {
    font-size: 12px;}


header img {width: 50px; }
main img {width: 50px; margin-bottom: 20px; }
main img.lang {width: 30px; margin-top: 20px; margin: 20px }
footer a,footer a:hover, .footer a,.footer a:hover  {color: white; text-decoration: none}

.TextHolder2{display:inline-block;letter-spacing:0}.TextHolder2 .typed-cursor{color:#fff;font-size:50px}


@media (max-width: 767px) {
  
 .column {
  width: 100%;
     padding: 0;
     margin-bottom: 50px;
}
    
    .center {
    margin: 0;
  position: relative;

}
    
    header 
{
    height: 175px;
}
    
    .content footer {display: none;}    
    .content .footer {display: block;}  

    .content main
{
    height: 175vh;
 
}
    
    .row {
    width: 100%!important;
        
    
}
    h1 {font-size: 64px; }
    h2 {font-size: 38px; }
    
    p {
    margin-bottom: 25px;
        padding: 0 30px;
        font-size: 20px;
        line-height: 32px;
} 
  
}