/* GENERAL */

@font-face {
    font-family: 'CamptonLighter';
    src: url('../fonts/CamptonLight.otf') format('opentype');
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/CamptonMedium.otf') format('opentype');
}

@font-face {
    font-family: 'CamptonSemiBold';
    src: url('../fonts/CamptonSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'CamptonBold';
    src: url('../fonts/CamptonBold.otf') format('opentype');
}

@font-face {
    font-family: 'CamptonBook';
    src: url('../fonts/CamptonBook.otf') format('opentype');
}


html,
body {
    text-decoration: none;
    font-family: 'Campton', Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    color: rgb(200, 200, 200);
}

/* SCROLL BAR */
::-webkit-scrollbar {
    display: none;
}

* {
    text-decoration: none;
}

.scroll-container {
    height: 350vh; 
}

.text-parts h1 {
    width: 100%;
    text-align: center;
    font-family: 'CamptonBold';
    margin-top: 15%;
    position: absolute;
    z-index: 10;
    font-size: 42pt;
}

.text-parts h2 {
    text-align: center;
    color: rgb(200, 200, 200);
    margin-top: 20%;
    position: absolute;
    z-index: 10;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 26pt;
}

.text-parts h1 span {
    display: inline-block;
    transition: color 0.3s ease; 
}

.photo-content-main {
    font-family: 'CamptonLighter';
    width: 100%;
    height: 100vh;
    background-color: #ececec;
    position: fixed;
    overflow: hidden;
}

#textParts{
    width: 100%;
    margin-top: 15%;
    margin-left: 10%;
}


.line-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#1606fa57 1px, transparent 1px), linear-gradient(90deg, #0019fd54 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
}

.lineOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to bottom, #ececec, #ffffff65, #ececec);
    z-index: 2;
}


@media only screen and (max-width: 500px) and (orientation: portrait) {

    .scroll-container {
        height: 100vh; 
    }

    .text-parts h1 {
        width: 100%;
        text-align: center;
        font-family: 'CamptonBold';
        margin-top: 50%;
        position: absolute;
        z-index: 10;
        font-size: 18pt;
        color: rgb(0, 71, 186);
    }
    
    .text-parts h2 {
        text-align: center;
        color: rgb(100, 100, 100);
        margin-top: 65%;
        position: absolute;
        z-index: 10;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 14pt;
    }
    

}

@media only screen and (max-width: 1024px) and (orientation: portrait) {

    .scroll-container {
        height: 300vh; 
    }

    .text-parts h1 {
        width: 100%;
        text-align: center;
        font-family: 'CamptonBold';
        margin-top: 50%;
        position: absolute;
        z-index: 10;
        font-size: 18pt;
        color: (200, 200, 200);
    }
    
    .text-parts h2 {
        text-align: center;
        color: (200, 200, 200);
        margin-top: 60%;
        position: absolute;
        z-index: 10;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 14pt;
    }
    

}

@media only screen and (max-width: 960px) and (orientation: landscape){
    .scroll-container {
        height: 100vh; 
    }

    .text-parts h1 {
        width: 100%;
        text-align: center;
        font-family: 'CamptonBold';
        margin-top: 10%;
        position: absolute;
        z-index: 10;
        font-size: 18pt;
        color: rgb(0, 71, 186);
    }
    
    .text-parts h2 {
        text-align: center;
        color: rgb(100, 100, 100);
        margin-top: 15%;
        position: absolute;
        z-index: 10;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 14pt;
    }
}

@media only screen and (max-width: 1440px) and (orientation: landscape){
    .scroll-container {
        height: 250vh; 
    }

    .text-parts h1 {
        width: 100%;
        text-align: center;
        font-family: 'CamptonBold';
        margin-top: 30%;
        position: absolute;
        z-index: 10;
        font-size: 18pt;
        color: rgb(200, 200, 200);
    }
    
    .text-parts h2 {
        text-align: center;
        color: rgb(200, 200, 200);
        margin-top: 35%;
        position: absolute;
        z-index: 10;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 14pt;
    }
}