body{
    font-size: 16px;
    background-color: #eeaf2e;
    font-family: 'Exo', sans-serif;
}

h1, h2 {
    font-size: 24px;
    color: #ffffff;
    background-color: #646363;
    text-align: center;
    padding: 4px;
    margin:0 0 48px 0;
}

h3 {
    font-size: 24px;
    color: #ffffff;
    margin: 32px 0 16px 0;
}

h4 {
    color: #6c757d;
    margin: 8px 0;
}

h5 {
    color: #4a4a49;
    font-size: 18px;
}

p, ul {
    color: #646363;
    margin: 0;
    line-height: 1.4;
}

ul {
    list-style: none;
    padding-left: 16px;
}

ul li::before {
    content: "\2022";
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#main-nav ul li::before {
    content: "";
}

a {
    text-decoration: none;
}

.time {
    color: #ffffff;
    font-weight: bold;
    min-width: 70px;
    width: 70px;
}

.program-wrapper {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
}

.program-item {
    display: flex;
    align-items: flex-start;
    margin:0 0 16px 0;
    gap: 16px;
}

.container {
    width: 90%;
}

.rotate {
    transform: rotate(90deg);
    z-index: -1;
}

nav {
    height: 70px;
    background-color: #ffffff;
    flex-wrap: nowrap;
}

.navbar {
    padding: 0;
}

.navbar-collapse {
    background-color: #646363;
    position: absolute;
    top: 0;
    right: 0;
    padding: 48px;
}

.navbar-toggler {
    z-index: 1;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.close {
    color: #ffffff;
}

.navbar-toggler.collapsed>.close {
    display: none;
}

.menu{
    display: none;
}

.navbar-toggler.collapsed>.menu {
    display: inline-block;
    color: #646363;
}

.nav-link {
    color: #ffffff;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link.nav-eng {
    color: #ffc107;
}

.gray {
    color: #646363;
}

.dark-gray {
    color: #4a4a49;
}

.white {
    color: #ffffff;
}

picture {
    position: relative;
}

picture img {
    width: 100%;
    height: 100%;
}

.logo {
    height: 70px;
    padding: 8px 16px;
    cursor: pointer;
}

picture img.header-img {
    max-height: 300px;
    object-fit: cover;
    object-position: right 45%;
}

.header-frame {
    margin-top: 70px;
    position: relative;
    z-index: -3;
}

.header-img-frame {
    z-index: -2;
}

.header-frame .audax-frame {
    position: absolute;
    top: -15%;
    left: -60px;
    height: 120%;
    z-index: -1;
}

.header-frame .audax-frame img {
    width: 100%;
    height: 100%;
}

.material-icons {
    font-size: 48px;
}

section {
    margin-bottom: 70px;
}

.ml-86 {
    margin-left: 86px;
}

.mb-32 {
    margin-bottom: 32px;
}