* {
    padding: 0;
    margin: 0;

}


section {
    background-color: #ECDEEB;
}

h1 {
    font-size: 90px;
    margin: 0px;
}

h2 {
    font-size: 50px;
}

p {
    margin: 0;
    font-size: 25px;
    font-weight: 300;
}



.main-header {
    background-color: #1c1d25;
    height: 100vh;
    color: white;
    font-size: 40px;
}

.header-text {
    margin-top: 40px;
    ;

}






nav ul {
    display: flex;
    list-style-type: none;
    width: 600px;
    justify-content: space-around;
    font-size: 25px;

}

#nav-list.show {
    display: block;
}


.main-nav {
    display: flex;
    justify-content: space-between;
}


li {
    text-decoration: none;
}


a {
    color: #fff;
    text-decoration: none;
}




nav ul li a:link {
    text-decoration: none;

}

nav ul li a:visited {
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

nav ul li a:active {
    text-decoration: underline;
}


.button {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background-color: #F3390E;
    text-align: center;
    color: #fff;
    margin-left: 200px;
    margin-top: 20px;

}

.button:hover {
    background-color: #328AEA;

}

.button:active {
    background-color: #1697B9;
}


.header-teaxt-area {
    display: flex;

    height: 100%;
    justify-content: space-between;
    align-items: center;
}




.logo {
    height: 80px;
    margin-left: 30px;

}

.name-text {
    margin: 0 auto;
}


#about-me {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.about-me-title {
    margin-bottom: 30px;
}



.about-me-text {
    width: 800px;
}

.mypic {
    width: 300px;
    border-radius: 50%;


}

.codewars-link {
    background-color: black;
}

.project-card {
    width: 500px;
    height: 500px;
    box-shadow: 5px 5px 20px #000;

    margin: 20px;

}

.project-container {
    display: flex;
    justify-content: space-around;


}



.project-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;

}

.sub-text {

    font-size: 15px;
    font-weight: 300;
    padding-top: 20px;
}

.link-sub-text {

    font-size: 15px;
    font-weight: 300;
    padding-top: 20px;


}

.link-sub-text a {
    color: #000;

}

.project-image {
    width: 300px;
    height: 300px;
    margin-top: 40px;
}

.pro-title {
    padding-top: 20px;
}

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

hr {
    margin-left: 20px;
    margin-right: 20px;
}


.hamburger {
    display: none;
}


@media only screen and (max-width: 1000px) {
    .hamburger {
        display: block;
        border: 0;
        background-color: transparent;
        color: white;
        font-size: 30px;
        margin: 20px;
        align-self: flex-end;
    }

    #nav-list {
        display: none;
        background-color: #2b2c38;
        margin: 0ppx;
    }



}

.contact-me {

    width: 600px;
    height: 600px;
    margin: 30px auto;
    text-align: center;
    padding: 40px;
}

.contact-text {

    font-size: 30px;
    font-weight: 300;
    padding: 30px;
    text-align: center;
}






label {
    display: block;
    padding: 15px;
}

input {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    font-family: inherit;
    border: 2px solid var(--input-border);
    border-radius: 4px;




}

textarea {
    display: block;
    width: 100%;
    margin: 15px;
    font-family: inherit;
    border: 2px solid var(--input-border);
    border-radius: 4px;
    line-height: 3;
    height: 100px
}

.submitBtn {
    width: auto;
    background-color: #2A2843;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;

}

.submitBtn:hover {
    background-color: blue;
}









.main-footer {
    width: 100%;
    height: 200px;
    background-color: #2A2843;


}




.icons {
    color: #fff;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
    margin: 20px;





}

.social {
    padding: 140px 60px 60px 60px;

    display: flex;


}

.copyright {
    color: white;
    font-size: 12ox;
}

@media only screen and (max-width: 1000px) {
    .name-text {
        display: block;
        flex-wrap: wrap;
        margin-left: 100px;
    }
}

@media only screen and (max-width: 1000px) {
    .project-container {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1000px) {
    .button {
        display: flex;
        flex-wrap: wrap;
        margin-left: 100px;
        padding: 12px;
    }
}


@media only screen and (max-width: 1000px) {
    .sub-section {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:1000px) {

    .contact-text {
        text-align: left;
        padding-left: 80px;
    }


}


@media only screen and (max-width: 1000px) {
    .form-div {
        display: flex;
        flex-wrap: wrap;
        padding-left: 60px;
    }
}



@media only screen and (max-width:1000px) {

    .social {
        flex-wrap: wrap;
        display: block;
        padding-top: 60px;
        padding-left: 200px;


    }


}



@media only screen and (max-width: 1000px) {
    .main-footer {
        display: flex;
        flex-wrap: wrap;
    }
}