* {
    box-sizing: border-box;
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    /* background-color: #eeeeee; */
    color: #333 !important;
    /* margin: -8px; */
    background-color: #e0e0e0;
}
.column {
    width: 20%;
    /* background-color: #af4e8a; */
    height: 100vh;
    /* margin-bottom: auto; */
}

.title {
    color: #af4e8a;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

/* Responsive styles for mobile SHI IS THE BEST */ 
@media (max-width: 600px) {
    body {
        flex-direction: column;
        padding: 10px;
    }
    .container {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        border-width: 10px;
        min-width: 0;
    }
    .column {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    #bigText {
        font-size: 22px;
    }
    #mediumText {
        font-size: 16px;
    }
    #smallText {
        font-size: 14px;
    }
    .linkButton {
        font-size: 16px;
        padding: 10px 18px;
        width: 100%;
        box-sizing: border-box;
    }
    video {
        max-width: 100%;
        height: auto;
    }
}

.subtitle {
    text-align: center;
    margin: 0;
    padding: 25px 0;
}
.paragraph {
    line-height: 1.2;
    margin-bottom: 40px;
}
.footer {
    margin-top: 30px;
    text-align: center;
}
.container {
    flex: 1 1 0%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    min-height: auto;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #eeeeee;
    border: 40px solid transparent;
    
}

video {
    resize: both;
    border-radius: 10px;
    display: block;
    /* margin-left: auto; */
    margin-right: auto;
}
    
.linkButton {
    background-color: rgb(0, 122, 255);
    /* box-shadow: 0 4px 16px rgba(175, 78, 138, 0.15); */
    /* transition: transform 0.2s, box-shadow 0.2s; */

    border-radius: 12px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 26px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* text-align: center; */
}

.linkButton:hover {
    background: rgb(15, 95, 255);
    /* transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 24px rgba(175, 78, 138, 0.25); */
}

#bigText {
    font-size: 30px;
    /* color: rgb(0, 0, 0); */
    background-color: transparent;
    font-weight: 700;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-alternates: normal;
    font-variant-position: normal;
    font-variant-emoji: normal;
    vertical-align: baseline;
    white-space: pre-line;
}

#smallText {
    font-size: 16px;
    background-color: transparent;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-alternates: normal;
    font-variant-position: normal;
    font-variant-emoji: normal;
    vertical-align: baseline;
    white-space-collapse: pre-line;
    /* white-space: pre-line; */
}

#mediumText {
    font-size: 20px;
    background-color: transparent;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-alternates: normal;
    font-variant-position: normal;
    font-variant-emoji: normal;
    vertical-align: baseline;
    white-space-collapse: pre-line;
    /* white-space: pre-line; */
    font-weight: bold;
}

.photo-row{
    display:flex;
    gap:1rem;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    margin:1rem 0;
}
.photo-row figure{
    flex:0 0 calc(50% - 0.5rem);
    max-width:600px;
    margin:0;
    text-align:center;
}
.photo-row img{
    width:100%;
    height:auto;
    border-radius:8px;
    display:block;
}
@media (max-width:600px){
    .photo-row figure{flex:0 0 100%;}
}
            

/* #warnings { */
    /* background-color: #e0e0e0; */
    /* border-radius: 12px;
    border: 12px solid transparent; */
/* } */


