html {
    scroll-behavior: smooth;
}


body {
    opacity: 1;
    transition: 3.1s opacity;
    font-family: "Helvetica",
        "Arial",
        "Helvetica Neue";
    font-weight: 700;
    background-color: #fec41b;
    margin: 0;
    outline: 0;
    padding: 0;

}

body.fade-in {
    opacity: 0;
    transition: none;
}

.arrow-wrapper {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    animation: animatezoombottom 3.0s;

}

.arrow-header {
    margin-top: 500px;

}

.arrow-down {
    border: solid rgb(255, 234, 140);
    border-width: 0 3px 3px 0;
    display: inline-block;

    padding: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navigation {

    overflow: hidden;
    background-color: #ffaf1c;
}

.navigation a {
    /*text itself*/
    display: block;
    float: right;
    color: #ffffff;
    text-align: center;
    padding: 15px 26px;
    text-decoration: none;
    font-size: 20px;

}

.navigation a:hover {
    background-color: #fdc625;
    color: #200001;
}

.navigation .icon {
    display: none;
}

@media screen and (max-width: 768px) {

    /*If screen size is 768px or below. Used for responsiveness*/
    .navigation a:not(:only-child) {
        /*	Selects every <p> element that is the only child of its parent */
        display: none;
    }

    .navigation a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .navigation.responsive {
        position: relative;
    }

    .navigation.responsive a.icon {/*Drop down image is positioned top right corner for mobile devices*/
        position: absolute;
        right: 0;
        top: 0;
    }

    .navigation.responsive a {
        float: none;
        display: block;
        text-align: center;
    }

}

@media screen and (min-width: 768px) {
    .content-text {

        font-size: 25px;
        text-align: center;
        margin-left: 170px;
        margin-right: 170px;


    }

    .welcome-text {
        position: relative;
        margin: 0;
        text-align: center;
        font-size: 50px;
        overflow: hidden;
        /*If text overflows then the text is hidden on the website*/

    }



    .about-title {
        position: relative;
        margin-top: 30px;
        font-size: 50px;
        text-align: center;

        overflow: hidden;
        /*If text overflows then the text is hidden on the website*/
    }

    .contact-title {
        margin-top: 30px;
        position: relative;
        font-size: 50px;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    .content-text {

        font-size: 20px;
        text-align: center;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 20px;

    }

    .welcome-text {
        position: relative;
        margin: 0;
        text-align: center;
        font-size: 40px;
        overflow: hidden;
        /*If text overflows then the text is hidden on the website*/

    }

    .about-title {
        position: relative;
        margin-top: 30px;
        font-size: 35px;
        text-align: center;
        overflow: hidden;


    }

    .contact-title {
        margin-top: 30px;
        position: relative;
        font-size: 40px;
        text-align: center;
    }

}

.header {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url("mountView.jpg");
    background-repeat: no-repeat;

}

.welcome-text-top {
    margin-top: 80px;
    animation: animatezoom 3.0s;
}

.welcome-text-bottom {
    margin-top: 20px;
    animation: animatezoombottom 3.0s;
}

@keyframes animatezoom {

    /*Animation for welcome text in header*/
    from {
        top: -170px;

        transform: scale(0)
    }

    to {
        top: 0px;
        transform: scale(1)
    }
}

@keyframes animatezoombottom {
    from {
        top: 600px;
        transform: scale(0)
    }

    to {
        top: 0px;
        transform: scale(1)
    }
}

.about-me {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-color: #ffaf1c;

    background-size: cover;
    overflow: hidden;
}

.about-me-text3 {
    text-align: center;
}

.Github-img {
    object-fit: scale-down;
    object-position: 50% 50%;
    display: block;
    background: #200001;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.git-circle {
    position: relative;
    overflow: hidden;
    width: 9vw;
    margin: 0;
    height: 9vw;
    display: inline-block;
    border-radius: 50%;
    background: #200001;
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.3);
}

.anchor-git {
    position: relative;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.skills-circle {
    object-fit: scale-down;
    object-position: 50% 50%;
    display: block;
    background: #200001;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.collection-circle {
    position: relative;
    display: block;
    margin: auto;
}

.circle {
    position: relative;
    overflow: hidden;
    width: 9vw;
    margin: 15px;
    height: 9vw;
    display: inline-block;
    border-radius: 50%;
    background: #200001;
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.3);
}

.contact-me {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffaf1c;
    background-repeat: no-repeat;
    width: 100%;
}


.contact-me-text1 {
    position: relative;
    margin-top: 20px;
}

.contact-FormTxt {
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    padding-top: 2em;
    text-align: center;
    font-size: 20px;
    padding-bottom: 2em;
    background-color: #fdc625;
}

table {
    overflow: hidden;
    border: 3px solid #ccc;
    border-radius: 0.9em;
    background: #f7f7f7;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: 0 7px 9px rgba(255, 242, 242, 0.3);
    width: fit-content;
}

td {
    padding-bottom: 1em;
}

.submit-button {
    background-color: #fdc625;
    border: none;
    border-radius: 0.5em;
    color: white;
    padding: 15px;
    width: 92%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}

textarea::placeholder {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    font-size: 15px;
}

input::placeholder {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    font-size: 15px;
}

textarea {
    padding: 12px 20px;
    font-family: "Helvetica",
        "Arial",
        "Helvetica Neue";
    font-size: 20px;
    color: #494949;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 0.5em;
}

input[type=text],
email {
    padding: 12px 20px;
    font-family: "Helvetica",
        "Arial",
        "Helvetica Neue";
    font-size: 20px;
    color: #494949;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0.5em;
}

input[type=email] {
    padding: 12px 20px;
    font-family: "Helvetica",
        "Arial",
        "Helvetica Neue";
    font-size: 20px;
    color: #494949;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0.5em;
}



footer {
    position: relative;
    bottom: 0;
    background: #fec41b;
    width: 100%;
    height: 10%;
    margin-left: auto;
    margin-right: auto;
}

.footer-created-txt {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-style: ccc;
}


.contact-buttons {
    width: 40px;
}

@media (min-width: 800px) {
    .welcome-section .content-wrap .fly-in-text li {
        font-size: 10em;
    }

    .welcome-section .content-wrap .enter-button {
        font-size: 1.5em;
    }
}
