header > div > nav, footer, #link-nav {
    color: #000;
    background-color: #FFF;
}
header .nav-menu {
    margin-bottom: 0px;
    line-height: 30px;
}

main {
    padding-top: 7.2rem;
    min-width: auto !important;
    min-height: 100vh;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    background-color: #ffc206;
}

#navbar-menu .nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #FF4A00;
}

.table .thead-primary th {
    color: #fff;
    font-weight: bold;
    background-color: #f28430 !important;
}

.card > .card-header.bg-primary, .modal > .modal-header {
    border: 1px solid #AF9177;
}

.btn-primary, .badge-primary, .card-header.nav-tabs {
    background-color: #AF9177 !important;
    border: 1px solid #AF9177 !important;
}

.bg-primary {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.text-primary {
    color: #FF4A00 !important;
}
a.text-primary:focus {
    color: #FF4A00 ! important;
    outline: none;
}

a.text-primary:hover {
    color: #FF8000 !important;
}

.card > .card-header {
    color: #000;
    background-color: #fbd560 !important;
    border: 1px solid #fbd560;
}

.w-33 {
    width: 33% !important;
}

.carousel-control-next, .carousel-control-prev {
    position: static !important;
    display: inline-block !important;
    color: #000 !important;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
    color: #fff !important;
    background-color: #F28430;
}

.modal-content > .modal-header,
thead > tr {
    background-color: #f28430;
    color: #fff;
    border: 1px solid #f28430;
}

.nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #FFFFFF;
}

#navbar-menu .nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #FF4A00;
}

.youtube iframe{
    width: 90%;
}

@media screen and (max-width:1024px) {
    .youtube iframe{
        height: 250px;
    }
}

@media screen and (max-width:640px) {
    .public_time {
        padding: 5px !important;
    }
    .youtube iframe{
        height: 200px;
    }
}

@media screen and (max-width:507px) {
    .broadcaster_img {
        margin-top:40px;
    }
}