* {
    box-sizing: border-box;
}

.menu1 {
    top: 20px;
    left: 0px;
    position: fixed;
    /*width: 50%;*/
    height: 55px;
    float: left;
    z-index: 99;
    padding: 10px;
    padding-top: 26px;
    padding-left: 2%;
    background-color: #35a84a00;
    /*font-family: 'Dancing Script', sans-serif;*/
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    color: #af59c0;
}

.menu1 a:link,
a:visited {
    padding: 10px;
    padding-left: 2%;

    display: block;
    text-decoration: none;
    text-transform: capitalize;
}

.menu2 {
    font-size: 24px;
    color: #af59c0;
    top: 30px;
    right: 10px;
    position: fixed;
    width: 50%;
    height: 55px;
    float: right;
    z-index: 99;
    padding-top: .2%;
    padding-right: .5%;
    background-color: #35a84a00;
}

.menu2 a:link,
a:visited {
    display: block;
    width: 100%;
    color: #af59c0;
    background-color: #49654e00;

    text-align: left;
    padding: 18px;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
}



@media screen and (min-width:1100px) {
    .menu3 {
        display: none;
    }

    .menu3 a:link,
    a:visited {
        display: none;
    }
}

@media screen and (max-width:1100px) {
    .menu2 {
        display: none;
    }

    .menu2 a:link,
    a:visited {
        display: none;
    }

    .menu3 {
        font-size: 24px;
        color: #af59c0;
        top: 30px;
        right: 10px;
        position: fixed;
        height: 55px;
        float: right;
        z-index: 99;
        padding-top: .2%;
        padding-right: .5%;
        background-color: #49654e00;
    }

    .menu3 a:link,
    a:visited {
        display: block;
        width: 100%;
        color: #af59c0;
        background-color: #49654e00;

        text-align: left;
        padding: 18px;
        font-family: 'Josefin Sans', sans-serif;
        text-decoration: none;
        text-transform: capitalize;
    }
}

.leftdiv {
    top: 130px;
    left: 2%;
    width: 47%;
    height: 725px;
    position: absolute;
    background: url(img/Me.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    /*border: 1px solid black;*/
    color: #af59c0;
    line-height: 190px;
    text-align: right;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 60px;
}

.upperRightdiv {
    top: 130px;
    right: 2%;
    width: 47%;
    height: 350px;
    position: absolute;
    background: url(img/Works.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    float: left;
    /*border: 1px solid black;*/
    color: #af59c0;
    line-height: 200px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 60px;
}

.bottomRightdiv {
    top: 505px;
    right: 2%;
    width: 47%;
    height: 350px;
    position: absolute;
    background: url(img/Photo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    float: left;
    border: 1px solid black;
    color: #af59c0;
    line-height: 100px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 60px;
    /*border: 1px solid black;*/
}

.bot {
    position: absolute;
    top: 900px;
    left: 0px;
    width: 100%;
    height: 50px;
}

body {
    background-color: #1d1d1d;
    height: 2500px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu2 li {
    float: right;
}

.logo {
    display: flex;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    z-index: 99;    
}

.logo img {
    width: 150px;
    height: 150px;
    position: relative;
    left: 31%;
    transform: translate(-50%, 0%);
    opacity: 1;
    animation-name: light;
    animation-delay: 50ms;
    animation-duration: 5s;
}

.logo li {
    width: 600px;
    height: 200px;
    position: fixed;
    left: 37%;
    transform: translate(0%, 0%);
    opacity: 1;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 120px;
    color: #af59c0;
    padding-top: 30px;

    animation-name: namelight;
    animation-delay: 50ms;
    animation-duration: 5s;
}

@keyframes light {
    3% {
        left: 50%;
        opacity: 0;
    }

    7% {
        opacity: 1;
    }

    8% {
        opacity: 0;
    }

    9% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    13% {
        opacity: 1;
    }

    18%{
        left: 50%;
    }

    70%{
        left: 31%;
    }
}

@keyframes namelight {
    13% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }
}
