
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    list-style:none;
    font-family: 'Ropa Sans',"Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root{
    --main-color: #1A1A1D;
    --primary-color: #3B1C32;
    --secondary-color: #6A1E55;
    --tertiry-color: #A64D79;
}

html, body {
position: relative;
left: 0;
top: 0;
    width:100%;
    height: 100%;
}
body {

    background-color: white;
}
button{
    cursor:pointer;
    border: none;
    background: none;
}
.button, .curs{cursor:pointer;}
a {
    text-decoration: none;
}
h1{

    font-family: 'Oswald', sans-serif;
}

p{
    font-family: 'Poppins', sans-serif;
}
header {
    text-align: right;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-width:320px;
    height: 5em;

}
.nav_title{
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width:45%;
    height: 100%;
    text-align:left;
    
}

.nav_title a {
    margin-top: 1em;
    margin-left: 5em;
    width:10em;
    height: 3em; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_title a h1{
    font-size: 2em;
    font-weight: 700;

}
.nav_button {
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width:50%;
    height: 100%;
    text-align: right;

}
.page_title{
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin-right: 11em;
    text-align: right;
}

.page_title h1{
    font-weight: 300;
    font-size: 3em;
    line-height: 1.5em;
}
.nav_button aside{

    float: right;
    position: relative;
    top: 0;
    right: 0;
    width:10em;
    height: 100%;
    background: var(--primary-color);
    text-align: center;
    line-height: 4em;
    color: white;
}
.nav_button aside div{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#nopen{
    z-index: 5;
    
    position: absolute;
    top:0;
    right: 0;
    text-align: center;
}
#n_open span{
    margin: 0 auto;
    display: block;
    position: relative;
    top:2em;
    right: 0;
    width:2.5em;
    margin-top: .2em;
    height: 4px;
    background: white;
    transition: all 0.4s ease-in-out;
}
#nopen:hover .a,#nopen:hover .b,#nopen:hover  .c{

    transition: all 0.4s ease-in-out;
}
#nclose{
    z-index: 9;
    position: absolute;
    top: -100%;
    right: 0;
}
#nclose h4{
    font-size: 1.2em;
}
nav{
    display: non;
    overflow: hidden;
    text-align: left;
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    min-width:320px;
    height: 100%;
    background: var(--primary-color);
    opacity: 0;
    min-width: 1280px;
}
nav ul{
    margin-left: 15em;
    position: relative;
    top: 50%;
    left:0;
    height: auto;
    transform: translateY(-50%);
    width: 24em;
}
nav ul li{
    overflow: hidden;
    margin: 0.2em auto;
    display: block;
    position: relative;
    top: 0;
    left:0;
    height: 4em;
    width: 100%;
}
nav ul li h4{
    z-index: 10;
    position: absolute;
    top: 0;
    left:10%;
    background: var(--primary-color);
    margin: 0 auto;
    font-size: 4em;
    width: auto;
    height: 100%;
    line-height: 1em;
    color:#f1f1f1;
    font-family: 'Roboto', sans-serif;
    transition:  all 0.2s ease-in-out;
}
nav ul li h4:hover {
    font-weight: 700;
    transition:  all 0.2s ease-in-out;
    transform: scale(1.05);
   color: #ffffff;
}
nav ul a.active li h4 {
    font-weight: 700;
   color: #ffffff;
}
nav section{
    position: absolute;
    top: 0;
    right: 10em;
    width: 20%;
    height: 100%;
    background-color: #fff;
    background-size: 100% 100%;
}
.content--cover{
    overflow: hidden;
    position:relative;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../images/bg.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content--cover article h1{
    overflow: hidden;
    text-align: center;
    position: relative;
    top:50%;
    left: 0;
    color: #fff;
    font-size: 12em;
    transform: translateY(-50%);
}
.content{
    overflow: hidden;
    position:relative;
    top:0;
    left: 0;
    width:100%;
    height:auto;
    min-height:100%;
}
.cover article{
    z-index: 5;
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
}
.content--article{
    position:relative;
    top:0;
    left: 0;
    width:100%;
    height:auto;
    min-height:100%;
}
.c_right, .c_left{
    margin: 1em;

    margin-top: 14em;
    display: inline-block;
    position:relative;
    top:0;
    left: 0;
    width:35%;
    height:10em;
    line-height: 8em;
}
.c_left{ 
    border: .6em solid #fff;
    border-right:none;
    text-align: right;
}
.c_right{
    top:4em;
    border: .6em solid #fff;
    border-left:none;
    text-align: left;
}
.c_right h1, .c_left h1{
    color: #fff;
    font-size: 5em;
}
.get_lit{
    overflow: hidden;
}
.get_lit h1{
    margin: 1em;
    margin-top: 1em; 
    font-size: 6em;
    color: rgba(0,0,0,.9);
}
.get_lit h2{
    margin: 1em;
    margin-top: 2em; 
    font-size: 4em;
    color: rgba(0,0,0,.9);
}
.get_lit h3{
    position: relative;
    top: 1em;
    margin: 1em;
    margin-top: .2em; 
    font-size: 4em;
    color: rgba(0,0,0,.9);
}
.get_lit h2 span,.get_lit h3 span{
    font-size: 0.5EM;
    color: rgba(0,0,0,.9);
}
.get_lit div{
    margin-left:10em;
    padding: .4em;
    width: 50%;
    color: rgba(0,0,0,.9);
}
.get_lit div p{
    line-height: 1.2em;
    font-size: 1.2em;
    letter-spacing: 0.4em;
    font-weight: 100;
    color: rgba(0,0,0,.9);
}
.get_lit div p span{
    display: block;
    clear: both;
    margin: 2em auto;
    font-size: .8em;
    color: rgba(0,0,0,.7);
}
.get_lit div p a{
    cursor: pointer;
    color: rgba(0,0,0,.7);
    transition: all 0.4s ease-in-out;
}
.get_lit div p a:hover{
    transition: all 0.4s ease-in-out;
    color: var(--primary-color);
}
.get_lit form input{
    cursor: pointer;
    margin: 4em;
    margin-left: 10em;
    background: none;
    padding: 0.5em;
    color: var(--primary-color);
    border: 0.2em solidvar(--primary-color);  
     transition: all 0.4s ease-in-out;
}

.get_lit form input:hover{
     color: #0f192a;
    border: 0.2em solid #0f192a;
     transition: all 0.4s ease-in-out;
}

.bio{
    background-image: url(images/bg.jpg);
    background-sie: cover;
}