body {
    background-color: #000;
    font-size: 16px;
    font-family: 'Syne', sans-serif;
    color: white;
    font-size: 16px;
}

h1 {
    color: white;
    font-size: 3.052rem;
    font-weight: 800 !important;
    max-width: 1000px;
}

.hide-this{
    display: none !important;
}

.bg-video {
    position: absolute;
    display: fixed;
    z-index: -5;
}

p {
    line-height: 1.8;
}

.hyperlink-contato {
    color: white;
    font-size: 1.6rem;
    font-weight: 800 !important;
    line-height: 0.5;
}

.label {
    font-size: 1.2em;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #8b8b8c;
}

input {
    display: inline;
    background: transparent;
    box-shadow: none;
    padding: 2vh 1vh;
    width: 100%;
    margin: 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid white;
    color: white;
    font-size: 1.2em;
    box-shadow: none !important;
}

.first {
    margin-left: 0px !important
}

.last {
    margin-right: 0px !important
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, .8);
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, .8);
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, .8);
    ;
}

textarea {
    margin-top: 10px;
    background: none;
    padding: 2vh 0vw;
    width: 100%;
    min-height: 15vh;
    max-height: 15vh;
    border-top: 0px;
    border-bottom: 2px solid white;
    border-left: 0px;
    border-right: 0px;
    color: white;
    font-size: 1.2em;
    line-height: 1.5;
}

.flex-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.child-div {
    width: 50%;
    margin: 0vw 1vw
}

.about-child {
    margin-top: 5vh;
    width: 30%;
    padding: 0 20px;
    color: white;
    text-align: left;
}

.about-label {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bolder !important;
}

.paragraph {
    color: #8b8b8c;
    line-height: 1.6;
}

.margin {
    margin-left: 5vw;
    margin-right: 5vw;
}

.hero {
    height: 100vh;

    align-items: center;
    justify-content: space-evenly;
}

.hero-flex {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;

}

.hero-content {
    display: inline-block;
    position: absolute;

}

.hero-video {
    position: absolute;
    z-index: -1;
    margin-left: 25%;
    margin-right: 0;
}

.intro {
    text-align: center;
    margin: 100px 0px
}

.work {
    margin: 100px 0px
}

.work-portifolio {
    border-bottom: 1px solid #777;
    position: relative;
}

.work-block {
    display: block;
    text-decoration: none;
    padding: 5vh 5vh 5vh 5vh;
    transition: padding-left 250ms ease;
}

.work-block:hover {
    padding-left: 10vh
}

.work-image {
    display: none;
    opacity: 0;
    transition: 500ms;
}

.work-block:hover+.work-image {
    display: flex;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: -1;
    opacity: 1;
}

.work-details {
    position: fixed;
    padding: 3vw 5vw;
    z-index: -1;
    margin: 2vw 2vw;
    width: 50%;
    height: 50%;
    transition: 350ms;
    opacity: 0.5;
}

.work1 {
    background: url(/assets/images/coyo-header.jpg);
    background-position: center;
}

.work2 {
    background: blue;
}

.work3 {
    background: url(/assets/images/coronel-header.jpg);
    background-position: center;
}

.work4 {
    background: url(/assets/images/barbaresco-header.jpg);
    background-position: center;
}

.work5 {
    background: green;
}

.work-link {
    text-decoration: none;
}

.work-label {
    color: white;
    line-height: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 5px;
}

.work-title {
    color: white;
    font-weight: 800;
    font-size: 2.5em;
    line-height: 0;
    transition: 
    padding-left 350ms ease;
    
}

.work-header {
    display: flex;
    align-content: center;
    align-items: flex-end;
    background: rgba(255, 255, 255, .1);
    height: 50vh;
    padding: 2vh 3vw;
    margin-bottom: 5vh
}

.work-resume {
    width: 50%;
    margin: 7vh 0vh
}

.cta-contact {
    margin-top: 5vh;
    padding: 2vw 5vw;
    border: 1px solid #777777;

}

.cta-contact-content {
    text-align: center;
}

.footer {
    bottom: 0;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    font-size: 0.8rem;
    width: 100%;
}

.button-default {
    font-weight: 800;
    padding: 2vh 4vw;
    background: none;
    color: white;
    border: 2px solid white;
    cursor: pointer;
    font-size: 1em;
    transition: 350ms;
    margin: 15px;
    text-decoration: none;

}

.button-default:hover {
    background-color: white;
    color: black
}

.button-primary {
    padding: 15px 25px;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    transition: 350ms;
}

.button-primary:hover {
    background: white;
    color: black;
}


#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}


nav {
    top: 0;
    width: 100%;
    background-color: #0f0f0f;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 10;
}

/*Styling logo*/
.logo {
    padding: 2vh 2vw;
    text-align: center;
}

.logo img {
    padding-top: 5px;
    height: 20px;
}

/*Styling Links*/
.nav-links {
    color: white !important;
    display: flex;
    list-style: none;
    font-size: 1em;
    padding: 0 2vw 0 0;
    align-items: center;

}

.nav-links li a {
    color: white;
    text-decoration: none;
    margin: 0 15px 0 0;
}

.nav-links li a:hover {
    color: #fff;
}

.nav-links li {
    position: relative;
    margin: 0 25px
}

.nav-links li a::before {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background-color: #fff;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 20px 0 0 0;
}

.nav-links li a:hover::before {
    width: 80%;
}


/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 829px) {
    body {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    nav {
        position: fixed;
        z-index: 3;
    }

    h1{
        font-size: 2.5em
    }

    .logo {
        padding: 2vh 5vw;
        text-align: center;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        justify-content: center;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .nav-links li {
        opacity: 0;
    }

    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade {
        opacity: 1;
        line-height: 2;
        font-size: 3em;
    }

    .page-content {
        margin-top: 10vh;
    }

    .about-child {
        margin-top: 0vh;
    }

    .flex-div {
        flex-direction: column;
    }

    .flex {
        flex-wrap: wrap;
    }

    .child-div {
        width: 100%;
        margin: 0;
    }
    
    .work{
        margin: 20vh 0vh 10vh 0vh
    }

    .work-block{
        padding: 0;
    }

    .work-label{
        letter-spacing: 0;
    }

    .work-resume {
        width: 100%
    }

    .div-social {
        display: block;
    }

    .cta-contact{
        border: 0px
    }

    input,
    textarea {
        width: 91%;
        padding: 5vw 2vh;
        margin: 10px 0px
    }

    .button-default {
        width: 100%;
    }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}