h1{
    margin: 2vw 0;
}
h2{
    margin: 2vw 0;
}
h2:first-child{
    margin-top: 0;
}

h3{
    font-size: 1.25rem;
    font-weight: bold;
}

h3.Larger{
    font-size: 1.5rem;
}

h4{
    font-size: 1rem;
    font-weight: bold;
}

#IntroVideo{
    width: 50vw;
    height: 28vw;
}

table.FeeTable thead tr.FeeTable-Area {
    background-color: #c00000;
    color: #ffffff;
}

table.FeeTable td, table.FeeTable th {
    padding: 10px;
}

table.FeeTable thead tr.FeeTable-Header {
    background-color: #d9e1f2;
}

table.FeeTable tbody tr th {
    background-color: #f0f0f0;
}

table.FeeTable thead tr th:last-child {
    width: 400px;
}

@media only screen and (max-width: 768px) {
    iframe{
        width: 100%;
    }

    .container_box {
        margin-top: 100px;
    }

    #IntroVideo {
        width: 95vw;
        height: 53vw;
    }
}

