
body {
    background-color: rgb(0, 0, 0);
}
.cover{
    height: auto;
    display: flex;
    align-items: flex-start;
    color:blue;
    z-index: 1;
}

.video_cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.video_cover video{
    min-width: 100%;

    object-fit: cover;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: 1;
}

/*TEXT*/

.cover_text{
    z-index: 3;
}
.button{
    list-style: none;
    cursor: pointer;
}
.cover_text li a{
    font-family: sans-serif;
    font-size: 35px;
    text-align: right;
    left: 25px;
    position: fixed;
    bottom: 30px;
    font-weight: bold;
    width: 5px;
    text-decoration: none;
    list-style: none;
}

/*Butões*/

ul.button1{
    cursor: pointer;
    list-style: none;
    z-index: 10;
}
a:visited{
    color: blue;
}
a:hover{
    color: aqua;
}
a:active{
    color: black;
}

/*fotografia button*/

a.change1{  
    font-family: sans-serif;
    font-size: 35px;
    text-align: left;
    padding-right: 20%;
    position: fixed;
    text-decoration: none;
    top: 30px;
    left: 25px;  
    font-weight: bold;
    z-index: 5;
}
/*design grafico button*/

div.button2{
    cursor: pointer;
    z-index: 5;
}

.change2{
    font-family: sans-serif;
    font-size: 35px;
    text-align: left;
    padding-right: 20%;
    position: fixed;
    text-decoration: none;
    top: 70px;
    left: 25px;  
    font-weight: bold; 
    position: fixed;
    z-index: 5;
}

/*botão "+"*/

.change3{
    font-family: sans-serif;
    font-size: 35px;
    text-align: left;
    padding-right: 20%;
    position: fixed;
    text-decoration: none;
    top: 110px;
    left: 25px;  
    font-weight: bold; 
    position: fixed;
    z-index: 5;
}



/*fotografias/portfolio*/

div.gallery{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    top: 60em;
    position: absolute;
    left: 50vh;
    background-color: blue;
    height: -25%;
    width: 600px;
   
}
div.coluna{
    flex: 25%;
    max-width: 100%;
    padding: 0 4px;
    width: 500px;
    align-content: center;
    justify-content: center;
    padding-bottom: 10px;


}
div.coluna img{
    margin-top: 15px;
    vertical-align: middle;
    width: 100%;
}

/*design gráfico*/

div.dgg{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    top: 130em;
    position: absolute;
    left: 50vh;
    background-color: blue;
    height: -25%;
    width: 450px;
   
}

/*mais*/

div.mais video{
    min-width: 100%;
    top: 108%;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    position: absolute;
    left: 50vh;
    background-color: blue;
    height: -25%;
    width: 600px;
}
div.mais video{
    width: 100%;
    left: 0;
}
.mais .curta{
    position: absolute;
    top: 125%;
}

div.mais h2{
    top: 110%;
    left: 120%;
    color: blue;
    position: absolute;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 50px;
}


/*bio*/

.bio{
    top: 200%;
    float: left;
    overflow: none;
    position: absolute;
    z-index: 6;
    left: 0;
    padding: 0;
    margin: 0;
    text-justify: unset;
    z-index: 5;
}
p{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: blue;
    position: absolute;
    bottom: 0px;
    width: 130vh;
    font-size: 60px;
}

.fundo{
    position: fixed;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    float: right;
    right: 0;
    bottom: 150px;
}
.fundo a{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: blue;
    font-size: 11px;
    font-weight: bolder;
}
.funfo a:visited{
    color: blue;
}
.fundo a:hover{
    color: aqua;
}
.fundo a:active{
    color: black;
}