* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;

}

body {
    color: white;
    width: 100%;
    height: auto;
 
}

.parallax {
    background-attachment: fixed;
    background-size: 100% 80%;
    background-repeat: repeat;
    height: 350px;
    background-image: url('https://images7.alphacoders.com/437/437370.jpg')
}

.mobile-menu {
    display: none
}

header {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: 100%;

    background-color: #0000004a;
    display: flex;
    justify-content: flex-end;
    font-size: 130%
}


svg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50%;
}


header ul.menu {
    display: flex;
    width: 80%;
    justify-content: space-evenly;

    margin-top: 5%;
}

header a {
    width: 30%;
    height: 50px;
    margin: 2%;
    -webkit-animation: fadein 2s;
    color: #fff;
    transition: 0.5s;
}

header h2 {
    font-family: 'Cute Font', cursive;
    text-decoration: none;
    font-size: 300%;
    font-weight: 700;
    width: 50%;
    text-align: center;
    color: white;
    line-height: 0.7;
    border: 3px solid white;
    background-color: #00959fc2;
    text-shadow: 2px 1px 2px #08313A;

}

@keyframes fadein {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

ul.menu li {
    height: 50px;
    width: 20%;

}

ul.menu li:nth-of-type(1) {
    padding-top: 90px;

}

ul.menu li:nth-of-type(2) {
    padding-top: 60px;

}

ul.menu li:nth-of-type(3) {
    padding-top: 30px;
}

ul.menu li:nth-of-type(4) {
    padding-top: 0px;
}

ul.menu li a {
    color: #0e0202;
    font-size: 160%;
    animation: fadein 3s;
    -webkit-animation: fadein 2s;
    color: #fff;
    transition: 0.5s;
    width: 80%;
    display: flex;
    justify-content: center;


}



ul.menu li:hover {
    cursor: pointer;
    color: white;
    text-shadow: 5px 1px 2px #08313A;



}


header a:active {
    color: #8d8e8d;
}

 

#about-me {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    text-align: center;
    
}

#button {
    display: flex;
    flex-direction: column;
    width: 15%;
    height: 20%;
    background-color: #08313A;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 100%;
    border-radius: 50px;
    font-family: 'Cute Font', cursive;
}

#button i {
    font-size: 150%;
}

#button:hover {
    background-color: #1A5653;
    cursor: pointer;
    transition: 0.5s
}

#button:active {
    transform: scale(1.1);
}



#about-me h2 {
    color: #08313a;
    font-size: 250%;
    animation: fadein 3s;
    -webkit-animation: fadein 3s;
}

#about-me p {
    color: black;
    font-size: 150%;
    animation: fadein 3s;
    margin: 2%;
    -webkit-animation: fadein 3s;
    line-height: 1.5
}
h2{
      color: #08313a;
       font-size: 250%;
       text-align: center;
       margin-top: 5%;
}
h3{
    color: black;
    text-align: center

}
.button-container h3{
    color: white
}

#more-about-me {
    display: none;
    width: 100%;
    height: 400px;
    text-align: justify;
        margin-top: 3%;
}

#more-about-me p {
    width: 100%;
    font-size: 150%;
    color: black;
    line-height: 1.5;
    padding-right: 5%;
    padding-left: 5%
}

.more-about-me {
    display: flex;
    width: 100%;
    height: 400px;
    justify-content: center;
    text-align: justify;
}

#more-about-me img {
    width: 27%;
    height: 90%;
    margin-right: 5%;
    border-radius: 50%
}

#my-works {
    display: flex;
    width: 100%;
    height: 850px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;

    
}

.my-works-sample {
       width: 540px;
    height: 340px;
    display: flex;
    justify-content: center;

}

.my-works-sample img {
    width: 540px;
    height: 340px;
}

.overlay {
    position: absolute;
    width: 540px;
    height: 340px;
    opacity: 0;
    transition: .2s ease;
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;

}


.overlay p {
    margin: 5%;
    font-size: 150%;
    line-height: 1.2
}

.button-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    color: white;
    font-size: 120%;
    width: 50%;
    height: 15%;
    text-transform: uppercase;
    background-color: #08313A;
    opacity: 1;
    transition: 0.3s;
    border-radius: 50px;
}
.button-button a{
    color: white;
}
.overlay i {
    font-size: 100%;
}

.button-button:hover {
    background-color: #afafaf8c;
    transition: 0.3s;

}

.overlay:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #107869;
    transform: scale(1.03);
}

 

 
#blog {
    width: 100%;
    height: 550px;
}

#blog img {
    width: 10%;
    height: 115px;
    width: 10%;
    border-radius: 50%;
    margin-top: 5%;
}

.container {
    color: black;
    height: 600px;
    align-items: center;
    text-align: center;
}

.container p {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 2%;

    font-size: 150%;
    line-height: 1.5;
}

.container h2 {
    font-size: 250%;
    color: #08313a;
    margin-top: 5%;
    animation: fadein 3s;
    -webkit-animation: fadein 3s;

}
.parallax1 {
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    background-image: url('https://images7.alphacoders.com/437/437370.jpg')
}
footer {
    height: 400px;
    background-size: contain;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    justify-content: center;
    background-color: #0000004a
}

footer ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

footer ul li a {
    display: inline-flex;
}

footer li a {
    width: 40px;
    height: 40px;
    font-size: 130%;
    color: white;
}

footer li {
    width: 50px;
    height: 50px;
    transition: 0.2s
}

footer li:hover {
    cursor: pointer;
    transform: rotate(5deg);
}

#contacts {
    font-size: 25px;
    text-align: center;
    line-height: 3;


    width: 100%;
}

.footer h2 {
    color: white;
    font-weight: 200;
    font-size: 150%;
    margin-top: 0;
}