/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');

.hero-title h1 {
    font-size: 4.5rem;
}

.subtitle {
    font-size: 1.3rem;
    color: #fff;
    padding-left: 5px;
    padding-bottom: 18px;
    font-weight: 700;
}

.hero-title p {
    font-size: 1.5rem;
    line-height: 50px;
}

.about-text h2 {
    font-size: 3rem;
    padding-bottom: 10px;
}


.about-text h4 {
    font-size: 1.1rem;
    padding-bottom: 20px;
}

.my-skills h2 {
    font-size: 3rem;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 60px;
}

.my-skills h3 {
    color: #fdc501;
    margin-bottom: 10px;
}

#adopt-me h2 {
    font-size: 3rem;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 60px;

}
h2 {
    margin-top: 15px;
}

p {
    font-size: 1.1rem;
    line-height: 23px;
    letter-spacing: 2px;
}

.thanks-msg h1 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.wrong-msg h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

/* remove default style and add box sizing*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body general style */
body {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    background-color: #111111;
    color: #fff;
}

span {
    color: #fdc501;
}

.button {
    margin-top: 50px;
    margin-bottom: 30px;
}

.button a {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #fdc501;
    font-size: 1.1rem;
    text-decoration: none;
    color: #111111;

}

.button a:hover {
    background-color: #1a191b;
    color: #fdc501;
}

/* Navigation*/
.logo {
    width: 160px;
    height: 30px;
    margin-left: 30px;
}

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

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -60px;
    background-color: #000;
}

.list a:hover {
    color: #fdc501;
    border-bottom: #fdc501 solid 1px;
}

.list {
    list-style-type: none;
}

.list-items {
    display: inline-block;
    padding: 30px 30px;
}

/* Header and hero image*/
.hero-image {
    height: 90vh;
    width: 100%;
    background-image: url(../images/clawclaw-hero-image.avif);
    background-size: cover;
    background-position: right;
    background-color: #000;
}

.hero-title {
    letter-spacing: 4px;
    bottom: 150px;
    margin-left: 30px;
    position: absolute;
}

/*About*/
.about-me {
    background-color: #1a191b;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img {
    background-image: url(../images/about.avif);
    width: 400px;
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.about-box {
    width: 500px;
    height: 500px;
    margin: 20px;
    text-align: left;
}

.about-text {
    padding-top: 45px;
}

/*My Skills*/
.my-skills {
    background-color: #111111;
    width: 100%;
    height: auto;
}

.skill {
    width: 350px;
    height: auto;
    background-color: #1a191b;
    margin: 10px;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
}

.skills-boxes {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.icon {
    font-size: 30px;
    color: #fdc501;
    margin: 15px 0;
}

/*Adopt Me*/
#adopt-me {
    background-color: #1a191b;
    width: 100%;
    height: auto;
}

.form-box {
    display: flex;
    justify-content: center;
}

.input {
    background: transparent;
    color: #fff;
    width: 100%;
    height: 25px;
    margin: 5px 0 20px 0;
    border: 1px solid #fff;
    border-radius: 2px;
}

.selectbox {
    background: transparent;
    color: #fff;
    width: 100%;
    height: 25px;
    margin: 5px 0 20px 0;
}

.option {
    color: #111111;
}
#message {
    background: transparent;
    color: #fff;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.input-button {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #fdc501;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 60px;
    border: 0;
    margin-top: 10px;
}

.input-button:hover {
    background-color: #1a191b;
    color: #fdc501;
}

.form {
    width: 400px;
}

/*thanks*/
.thanks {
    display: flex;
    align-items: center;

}

.thanks-msg {
    background-color: #1a191b;
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 60px 0;
    text-align: center;
}

.thanks img {
    margin-bottom: 30px;

}

/*footer*/

#footer {
    background-color: #111111;
    width: 100%;
    height: 200px;
    text-align: center;
    align-items: center;
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-icons a {
    color: #fdc501;
    text-decoration: none;
    padding: 15px;
    font-size: 30px;
}

.social-icons li {
    list-style-type: none;
}

.footer-items img {
    width: 250px;
    height: auto;
    margin-top: 20px;
}

.footer-items h3 {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 35px;
    letter-spacing: 3px;
}

.footer-items p {
    margin-top: 20px;
}

/*404*/
.wrong {
    display: flex;
    align-items: center;
}

.wrong-msg {
    background-color: #1a191b;
    width: 100%;
    height: 80vh;
    margin-top: 60px;
    padding: 60px 0;
    text-align: center;
}

.wrong img {
    margin-top: 100px;
    margin-bottom: 30px;
    width: 500px;
    height: 213px;
}


/* @media screen 1180px*/

@media screen and (max-width: 1180px) {
    p {
        font-size: 0.9rem;
    }
    .hero-title {
        letter-spacing: 4px;
        bottom: 185px;
    }
    /*ABout*/
    .about-me {
        height: auto;
    }

    .about-img {
        width: 400px;
        height: 400px;
    }

    .about-box {
        width: 500px;
        height: 400px;
        margin: 100px 5px;
    }

    .about-text {
        padding-top: 5px;
        margin-right: 50px;
    }

    .about-text h2 {
        font-size: 2.5rem;
        padding-bottom: 10px;
    }

    .about-text p {
        font-size: 1.1rem;
        padding-bottom: 5px;
    }

    /* My Skills */
    .skill {
        width: 290px;
    }

}

/* @media screen 768px */

@media screen and (max-width: 768px) {
    p {
        font-size: 1.1rem;
    }

    /*ABout*/
    .about-me {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .about-img {
        order: 1;
    }

    .about-box {
        width: 600px;
        height: 600px;
    }

    .about-text {
        padding-top: 45px;
        margin-bottom: -100px;
        margin-left: 60px;
    }

    .about-text p {
        font-size: 1.2rem;
    }
}

/* @media screen 540px */
@media screen and (max-width: 540px) {

    /* Logo & Nav */
    .logo {
        width: 192px;
        height: 34px;
        margin-top: 50px;
        margin-left: -8px;
    }

    .top-nav {
        flex-direction: column;
    }

    .list-items {
        display: inline-block;
        padding: 30px 10px;
    }

    /* Hero Title*/
    .hero-image {
        height: 80vh;
    }

    .hero-title {
        letter-spacing: 4px;
        bottom: 99px;
        margin-left: 15px;
    }

    p {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1rem;
    }
    /*ABout*/
    .about-box {
        width: 340px;
        height: 500px;
    }

    .about-text {
        padding-top: 0px;
        margin-bottom: -155px;
        margin-right: 0;
        margin-left: 5px;
    }

    .about-text p {
        font-size: 0.9rem;
    }

    /* My skils*/
    .my-skills {
        background-color: #111111;
        width: 100%;
        height: auto;
    }

    .skill {
        width: 330px;
        margin: 20px;
    }

    .skills-boxes {
        flex-wrap: wrap;
    }

    /*Adopt Me*/
    .form {
        width: 330px;
    }

    /*footer*/
    #footer {
        background-color: #111111;
        width: 100%;
        height: auto;
    }

    /**.footer-items img {
        width: 175px;
        margin-left: -30px;
    }*/

    .logo-footer {
        width: 175px;
        margin-left: -30px;
    }

    .footer-items h3 {
        margin-top: 30px;
        font-size: .9rem;
    }

    /*404*/
    .wrong img {
        width: 280px;
        height: 119px;
    }

}

/* @media screen 360px */
@media screen and (max-width: 360px) {

    /* Logo & Nav */
    .list-items {
        display: inline-block;
        padding: 25px 5px;
        font-size: 13px;
    }
    .hero-title h1 {
        font-size: 3rem;
    }
    .about-box {
        width: 279px;
    }
    .form {
        width: 290px;
    }

}

/* @media screen  max height 480px */
@media screen and (max-height: 480px) {
    .hero-title {
        bottom: 32px;
    }
    .hero-title h1 {
        font-size: 2rem;
    }

    .hero-title h2 {
        font-size: 1rem;
    }
    
}
