@import "style.css";
@import "stylePrint.css";

* {
    box-sizing: border-box;
}


noscript div {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}


.section {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.pg {
    position: absolute;
    top: 50px;
}

.pg div {
    font-size: 70px;
    font-family: LibreCaslon;
    font-weight: bold;
    color: rgb(228, 36, 36);
    text-align: center;
    margin-left: 10px;
}

.text {
    font-size: 30px;
    font-family: Tinos;
    color: white;
    text-align: justify;
    margin-left: 10%;
}

.section .pg {
    width: 55%;
    height: 90%;
}

.section video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.center {
    text-align: center;
}


.column1a {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.column1a video {
    display: flex;
    flex: 10;
    height: 500px;
    width: 100%;
    object-fit: fill;
}

.column1 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    height: 400px;
}

.column1 img {
    display: flex;
    flex: 6;
    height: 100%;
    width: 60%;
    object-fit: cover;
    object-position: center;
}

.column>div {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

.column {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    width: 40%;
    height: 400px;
    background-color: black;
    flex: 4;
}

.column1 video {
    display: flex;
    flex: 6;
    height: 100%;
    width: 60%;
    object-fit: fill;
}


.column2a {
    display: flex;
    flex-direction: column;
    flex: 3;
    height: 400px;
    width: 30%;
}

.column2a img {
    display: flex;
    width: 100%;
    height: 50%;
}

.border {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border-left: 20px solid red;
    border-right: 20px solid red;
    border-radius: 100px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.border>div {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

#video1,
#video2,
#sound1 {
    box-shadow: 5px 5px 5px yellowgreen;
    border: 3px solid red;
    border-radius: 50px 50px;
    font-size: 30px;
    font-weight: bold;
    background-color: yellowgreen;
    margin-top: 10px;
}

#video1:hover,
#sound1:hover,
#video2:hover {
    box-shadow: 5px 5px 5px red;
    background-color: red;
    cursor: pointer;
    transform-style: preserve-3d;
    transform: scale(1.04);
    transition: all ease 0.5s;
}

.flex {
    font-family: LibreCaslon;
    font-size: 40px;
    background-color: lightgrey;
    color: black;
    font-weight: bolder;

}

.flex1 {
    font-family: LibreBakersville;
    font-size: 17px;
    color: white;
    margin-top: 30px;
}

.flex2 {
    font-family: Tinos;
    font-size: 30px;
    font-weight: bolder;
    margin-top: 10px;
}

.flex3 {
    font-family: LibreBakersville;
    font-size: 20px;
    margin-top: 20px;
}


@media(max-width: 780px) {
    .text {
        font-size: 25px;
        text-align: left;
    }

    .section .pg {
        width: 70%;
        height: 90%;
    }

    .column1a {
        height: 400px;
    }

    .column1a>#imgpause1 {
        height: 400px;
    }

    .column1a>#imgpause2 {
        height: 400px;
    }

    .column1 {
        height: 350px;
    }

    .column1>img,
    .column1>.column {
        height: 350px;
    }

    .flex1 {
        font-size: 15px;
        margin-top: 20px;
    }

    .flex {
        font-size: 30px;
    }

    .flex2 {
        font-size: 20px;
        margin-top: 15px;
    }

    .flex3 {
        font-size: 15px;
        margin-top: 15px;
    }

    .column>div {
        margin-top: 20px;
    }

    .border {
        margin-top: 20px;
        height: 150px;
        border-left: 15px solid red;
        border-right: 15px solid red;
        border-radius: 50px;
    }

    .column1a video {
        height: 350px;
    }

    #video1,
    #video2,
    #sound1 {
        font-size: 20px;
    }

    .column2a {
        height: 350px;
    }
}

@media(max-width: 480px) {
    .text {
        font-size: 20px;
        text-align: left;
    }

    .column1a {
        height: 250px;
    }

    .column1a>#imgpause1 {
        height: 250px;
    }

    .column1a>#imgpause2 {
        height: 250px;
    }

    .column1 {
        height: 200px;
    }

    .column1>img,
    .column1>.column {
        height: 200px;
    }

    .flex1 {
        font-size: 10px;
        margin-top: 10px;
    }

    .flex {
        font-size: 20px;
    }

    .flex2 {
        font-size: 15px;
        margin-top: 15px;
    }

    .flex3 {
        font-size: 10px;
        margin-top: 20px;
    }

    .column>div {
        margin-top: 10px;
    }

    .border {
        margin-top: 10px;
        height: 150px;
        border-left: 10px solid red;
        border-right: 10px solid red;
        border-radius: 50px;
    }

    .column1a video {
        height: 250px;
    }

    #video1,
    #video2,
    #sound1 {
        font-size: 15px;
    }

    .column2a {
        height: 200px;
    }
}