body {
    background-color: rgb(0, 0, 0);
    margin: 0;

    color: white;
}

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    src: url('../media/Prompt-Regular.ttf') format('truetype');
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
    font-family: "Prompt", sans-serif;
}

#logo-container {
    margin: 10px;
    margin-left: 50px;

    width: 170px;
    height: 63px;
    border: 0px;

    overflow: hidden;
}

section {
    width: 75%;
    padding: 2%;
    margin: auto;

    z-index: 2;
}

.section-div {
    margin: 0;
    padding: 25px;
    width: 100%;

    border-radius: 10px;
    z-index: 2;
}

#first-section {
    background-color: rgba(20, 20, 20, 1);
}

#second-section {
    color: white;
    background-color: rgba(20, 20, 20, 1);

    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;

    z-index: 2;
}

#third-section {
    margin-top: 100px;

    color: white;
    background-color: rgba(20, 20, 20, 1);

    padding-top: 50px;
    padding-bottom: 50px;

    z-index: 4;
}

#fourth-section {
    margin-top: 100px;

    color: white;
    background-color: rgba(20, 20, 20, 1);

    padding-top: 50px;
    padding-bottom: 50px;

    z-index: 4;
}


.title-h2h3 {
    display: flex;
    flex-direction: column;
}

.title-h2h3>h2 {
    margin-bottom: 0px;
    font-size: 30px;
}

.title-h2h3>h3 {
    margin-top: 0px;
    margin-left: 50px;
    font-size: 60px;
}



.title-span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    margin-bottom: 25px;
}

/* .title-span h2 {
    margin: 0;
} */

.title-span span:first-child {
    font-size: 30px;
}

.title-span span:last-child {
    font-size: 60px;
    margin-top: 0px;
    margin-left: 50px;
}



#ribbon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.ribbon-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 20px;
    padding: 0px;

    width: 100px;
    height: 63px;

    /* border only in corners */
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;

    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-width: 2px;

    /* transition */
    transition: border-color 0.1s ease-in-out;

    z-index: 2;
}

.ribbon-div::after {
    border-color: rgba(0, 0, 0, 0);
}

.ribbon-div:hover {
    border-color: #F16629;

    cursor: pointer;
}

.ribbon-burger-dropdown-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;

    width: 70px;
    height: 30px;

    /* border only in corners */
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;

    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-width: 2px;

    /* transition */
    transition: border-color 0.1s ease-in-out;
    z-index: 2;
}

.ribbon-burger-dropdown-div::after {
    border-color: rgba(0, 0, 0, 0);
}

.ribbon-burger-dropdown-div:hover {
    border-color: #F16629;

    cursor: pointer;
}

.ribbon-burger {
    display: none;
    width: 30px;
    height: 30px;
    padding: 5px;
    z-index: 2;
}

.ribbon-burger>.ribbon-burger-line {
    width: 100%;
    height: 3px;
    margin: 5px;
    background-color: white;
    border-radius: 10px;

    transition: width 0.1s ease-in-out;
}

.ribbon-burger:hover {
    cursor: pointer;
}

.ribbon-burger:hover>.ribbon-burger-line {
    background-color: #F16629;
}

.ribbon-burger:hover>.ribbon-burger-line:nth-child(1) {
    width: 40%;
}

.ribbon-burger:hover>.ribbon-burger-line:nth-child(2) {
    width: 60%;
}

.ribbon-burger:hover>.ribbon-burger-line:nth-child(3) {
    width: 80%;
}

.ribbon-burger-dropdown {
    display: none;
    position: relative;
    left: -90px;
    top: 15px;

    background-color: rgb(40, 40, 40);

    width: fit-content;
    height: fit-content;

    border-radius: 5px;

    padding: 20px;
}

#what-am-i {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    margin: 0;
}

#imaX {
    margin-left: 7px;
}

#quick-intro {
    margin-top: 0;
    max-width: 800px;
}

#love-coding {
    margin-top: 0;
    max-width: 800px;

    z-index: 3;
}

#contact-info {
    margin-top: 0;
    max-width: 800px;
}


#scroll-indicator {
    position: absolute;
    left: 80px;
    top: 80%;
}

#scroll-indicator-2 {
    display: none;
    position: absolute;
    left: 100px;
    top: 86%;
}

#scroll-line {
    position: relative;
    left: 30%;
    width: 1px;
    height: 200px;
    background-color: white;
}

#scroll-line-2 {
    position: relative;
    left: 30%;
    width: 1px;
    height: 50px;
    background-color: white;
}

#scroll-break {
    position: relative;
    left: 30%;
    width: 1px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
}

.link {
    color: #F16629;
    text-decoration: none;
    z-index: 3;
}

a {
    text-decoration: none;
    color: white;
    z-index: 3;
}

.link:hover {
    color: #F16629;
    text-decoration: underline;
    cursor: pointer;
}


@media only screen and (max-width: 1400px) {
    #quick-intro {
        max-width: 600px;
    }

    #love-coding {
        max-width: 600px;
    }

}

@media only screen and (max-width: 1200px) {
    #quick-intro {
        width: 100%;
        max-width: 100%;
    }

    #love-coding {
        width: 100%;
        max-width: 100%;
    }

    #contact-info {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-aspect-ratio: 1/1) {
    .ribbon-div {
        display: none;
    }

    section {
        width: calc(100% - 60px);
        margin-left: 15px;
        margin-top: 15px;
        padding: 0;
    }

    .section-div {
        padding: 10px;
    }

    #logo-container {
        margin-left: 10px;
    }

    .ribbon-burger {
        display: block;
    }

    #ribbon {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    #quick-intro {
        width: 100%;
        max-width: 100%;
    }

    #love-coding {
        width: 100%;
        max-width: 100%;
    }

    #contact-info {
        width: 100%;
        max-width: 100%;
    }

    #scroll-indicator {
        display: none;
    }

    #scroll-indicator-2 {
        /* display: block; */
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .ribbon-div {
        display: none;
    }

    .ribbon-burger {
        display: block;
    }

    #ribbon {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

@media only screen and (max-height: 800px) {
    #scroll-indicator-2 {
        display: none;
    }

    #scroll-indicator {
        display: none;
    }
}

/* if height is more than 1000px then */
@media only screen and (min-height: 1000px) {
    #scroll-indicator-2 {
        display: none;
    }
}