@font-face {
    font-family: bicyclette, sans-serif;
    font-weight: 400;
    font-style:normal;
    src: url(https://use.typekit.net/hpn2khe.css);
}

p{
    font-weight: 400;
    font-size: 10px;
    margin-left: 30px;
}

a{
    color: black;
    text-decoration: none;
}

h1{
    font-size: 50px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 30px;
    letter-spacing: -3px;
    min-height: 10%;
    white-space: nowrap;
}

.lineTop {
    background-color: black;
    padding-right: 50%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 1%;
    margin-left: 1%;
}

@media (orientation: landscape) {

    .squareBackground{
        margin:auto;
        display: flex;
        flex-direction: row;
        background-color: rgba(215, 215, 215, 1);
        border-radius: 30px;
        margin-left: 1%;
        margin-right: 1%;
    }    

    .header{
        Display: flex;
        margin: auto;
        width: 100%;
        max-height: 40px;
        align-items: center;
        justify-content: space-between;
        margin-left: 1%;
    }

    h3 {
        font-weight: 400;
    }
    

    h1{
        font-size: 50px;
        margin-top: 5px;
        margin-bottom: 0px;
        margin-right: 30px;
        letter-spacing: -3px;
        white-space: nowrap;
    }    
    
    h2 {
        font-weight: 400;
        font-size: 26px;
        margin-top: 7px;
        letter-spacing: -1px;
     }

    .textFlexBlock {
        display: flex;
        flex-direction:column;
        max-width: 18%;
        height: auto;
        margin-left: 30px;
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .videoSquare{
        aspect-ratio: 16 / 9;
        width: 100%;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 30px;
        overflow:hidden;
        object-fit: contain;
    }
    
    .video{
        position: relative;
        left: 10;
        top: 100;
        opacity: 1;
    }
    
    .textLine{
        background-color: black;
        padding-right: 1px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .buttonReel2023 {
        width: 150px;
        height: 43px;
        background-color: rgba(148, 255, 203, 1);
        border-radius: 30px;
        margin-right: 10px;
        text-align: center;
    }

}


@media (orientation: portrait) {

    .squareBackground{
        margin:auto;
        display: flex;
        flex-direction: column;
        background-color: rgba(215, 215, 215, 1);
        border-radius: 30px;
        margin-left: 1%;
        margin-right: 1%;
    }    

    .header{
        Display: flex;
        margin: auto;
        width: 100%;
        max-height: 40px;
        align-items: center;
        justify-content: space-between;
        margin-left: 1%;
        margin-right: 1%;
    }

    h1{
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 0px;
        margin-right: 30px;
        letter-spacing: -2px;
        white-space: nowrap;
    }

    h2 {
        font-weight: 400;
        font-size: 20px;
        margin-top: 9.5px;
        letter-spacing: -1px;
     }

    h3 {
        font-size: 14px;
        font-weight: 400;
    }
    
    .textFlexBlock {
        display: flex;
        flex-direction:column;
        max-width: 100%;
        margin-left: 30px;
        margin-top: 30px;
        margin-right: 30px;
    }    

    .videoSquare{
        aspect-ratio: 16 / 9;
        width: 90%;
        margin-left: 18px;
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 30px;
        overflow:hidden;
    }

    .buttonReel2023 {
        width: 140px;
        height: 43px;
        background-color: rgba(148, 255, 203, 1);
        border-radius: 30px;
        text-align: center;
    }
    
} 

body{
    font-family: bicyclette;
    background-color: rgba(239, 239, 239, 1);
    background-repeat: no-repeat;
    height: 100%;  
}