  @keyframes glowing {
    0% {
        filter: grayscale(1);
    }
    50% {
        filter: grayscale(1);
    }
    75% {
        filter: grayscale(0);
    }
    100% {
        filter: grayscale(1);
    }
}

@keyframes beating {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.99);
    }
    80% {
        transform: scale(1.01);
    }
    85% {
        transform: scale(0.99);
    }
    90% {
        transform: scale(1);
    }

}

@keyframes beating2 {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.98);
    }
    80% {
        transform: scale(1.05);
    }
    85% {
        transform: scale(0.98);
    }
    90% {
        transform: scale(1);
    }

}



#bgDecoration1 {
    background-image: url("/enquiries/fcuc/images/bg-fcuc.webp?v=1");
    background-size: 100%;
    background-position: center center;
    position: relative;
    height: 300px;
    z-index: -1;
}

.glow2 {
    color: yellow;
    animation-name: glowing;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    transition: ease all;
}

.beat {
    animation-name: beating2;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    transition: ease all;
}

.delay-1 {
    animation-delay: 1s;
}
.delay-2 {
    animation-delay: 2s;
}

html, body {
    overflow-x: hidden;
}

body {
    margin-top: 90px;
    font-family: sans-serif;
}

.font1, .btn, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}

.font2 {
    font-family: 'Roboto', sans-serif;
}

sup {
    font-size: 0.7em;
}

img {
    max-width: 100%;
}

.inline-block {
    display: inline-block;
}

.navbar-brand img {
    max-height: 60px;
}

.img-bordered-bottom {
    border-bottom: solid #d20f44 3px;
}

.border-top-primary {
    border-top: solid #d20f44 2px;
}

.border-y-primary {
    border-top: solid #d20f44 2px;
    border-bottom: solid #d20f44 2px;
}

.bg-primary {
    background-color: #d20f44 !important;
}

.bg-btn {
    background-color: #9b5ad2 !important;
}

.bg-primary2 {
    padding: 0;
    background-image: url(/enquiries/fcuc/images/bg.jpg?v=5);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-secondary {
    background-color: #fff965 !important;
}

.text-primary {
    color: #D00048 !important;
}

.text-secondary {
    color: #fff965 !important;
}

.text-two {
    color: rgb(0, 92, 145) !important;
}

.bg-two {
    background-color: rgb(0, 92, 145) !important;
}

h2 {
    font-size: 2.3rem;
}

.icon-boxes i {
    color: #D00048;
}

#mainpic {
    margin: 15px 0;
    text-align: center;
}

#mainform {
    background-color: rgb(255,227,99) !important;
    padding: 25px 25px 0;
    border-radius: 5px;
}

#mainform h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
}

#mainform .form-group,
#mainform2 .form-group {
    margin-bottom: 5px;
}

#mainform .tnc {
    margin: 0 -25px;
    padding: 25px 15px;
    text-align: center;
}

.btn-default {
    border-radius: 5px;
    border: 1px solid #CCC;
}

.btn-primary {
    background-color: #d20f44;
    border: none;
}

.btn-primary:hover {
    background-color: #ea3c3b;
}

.btn-secondary {
    background-color: #fff965;
    color: #222222;
    border: none;
}

.btn-secondary:hover {
    background-color: #ffffff;
    color: #000000;
}

.btn-danger:hover {

}

.btn-danger {
    background-color: #830f3e;
}

.btn-warning, .btn-warning:hover {
    border: none;
}

.btn-warning, .btn-warning:active, .btn-warning:focus, .btn-warning:visited {
    background-color: #ff8027;
}

.btn-warning:hover {
    background-color: #cc2266;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    background-color: #d20f44;
    color: #ffffff;
    font-size: 21px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    color: #ffffff;
}

section {
    padding: 55px 0;
}

section h3:not(.accordion-header) {
    font-size: 22px;
    padding: 15px 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

section h4 {
    font-size: 20px;
}

.text-promo {
    font-size: 14px;
    line-height: 1.4em;
    text-transform: uppercase;
    padding: 5px;
}

.navbar .container {
    max-width: 1320px;
}

.text-promo small {
    font-size: 13px;
}

.flag {
    position: relative;
    width: 140px;
    margin-top: -60px;
    margin-right: 5px;
}

.flag .text1 {
    font-size: 32px;
}

.flag .text2 {
    font-size: 18px;
}

.flag .flag-text {
    width: 140px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 30px 5px 15px 5px;
    color: #ffffff;
    font-size: 34px;
    line-height: 0.8em;
    filter: drop-shadow(1px 1px 5px rgba(34, 34, 34, 0.7));
}

.flag .flag-text:after {
    position: absolute;
    content: "";
    display: block;
    margin-left: -5px;
    width: 140px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
    background-image: url('/enquiries/fcuc/images/flag-tail.png');
}

.nav-link {
    color: #d20f44;
}


.programmes-wrap h2 {
    margin-left: 25px;
}

#programmes .card {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}

h3.carousel-text {
    margin: 0 !important;
}

.list-styled li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #d00048;
    font-weight: 500;
}

.list-styled li small {
    color: #888;
    font-size: 11px;
    font-weight: 300;
}

#programmes .fa-thumbs-up {
    color: #d00048;
    margin-left: 5px;
    font-size: 12px;
    animation-name: beating2;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    transition: ease all;
}

#programmes .nav-tabs {
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 25px;
}

#programmes .nav-link {
    color: #333333;
}

#programmes .nav-link.active {
    color: #d20f44;
}

.nav-link.tab-primary,
.nav-link.tab-secondary {
    background-color: #f3f3f3;
    color: #222222 !important;
    padding: 15px;
}

.nav-pills .tab-primary.nav-link.active {
    background-color: #d20f44 !important;
    color: #fff965 !important;
    border-radius: 0;
}

.nav-pills .tab-secondary.nav-link.active {
    background-color: #fff965 !important;
    border-radius: 0;
}


.navbar {
    background-color: #FFF;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #333;
}

.navbar h3 {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 10px;
}

.navbar-header {
    float: none;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-middle {
    display: inline-block;
    margin-left: 25px;
    margin-top: 15px;
    line-height: 1.2em;
    font-size: 1.5em;
}

.navbar-middle a:hover {
    border-bottom: 1px dotted;
    color: #f9a520;
}

.navbar-right {
    margin: 5px 0 0;
    font-size: 1.8em;
    margin-left: 15px;
    text-align: right;
}

#masthead {
    padding: 0;
    background-image: linear-gradient(to bottom right, rgba(255,255,255, 0.3), rgba(255,255,255, 0.05)), url(/enquiries/fcuc/images/bg.webp?v=4);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eeeeee;
}

@keyframes zoomBackground {
    0% {
        background-size: 100% 100%; /* Initial size */
    }
    70% {
        background-size: 110% 110%; /* Slight zoom */
    }
    100% {
        background-size: 100% 100%; /* Initial size */
    }
}

body {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1)), url('/enquiries/fcuc/images/bg.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.icon-boxes .icon-box {
    box-sizing: border-box;
    background-color: #eeeeee;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px;
    width: 24%;
    margin: 0.5%;
    padding: 15px;
    text-align: left;
    display: flex;
    align-items: center;
}

.icon-boxes h5 {
    margin-bottom: 0;
}

.icon-boxes2 {
    justify-content: flex-start;
}

.icon-boxes2 .icon-box {
    padding: 10px;
}

.icon-boxes2 .icon-box {
    width: 48%;
}

.icon-boxes > .icon-box h5 {
    font-size: 16px;
}

.icon-boxes > .icon-box i {
    color: #d20f44;
    margin-right: 15px;
}
#contact {
    border-bottom: 2px dotted #EEE;
    background-color: #f9a520;
}

#contact p {
    margin-bottom: 20px;
}

#contact .contact-text {
    font-size: 1.2em;
}

#contact .embed-map {
    height: 350px;
}

#footer {
    min-height: 90px;
    background-color: #333;
    color: #fff;
}

.powered-by {
    font-size: 13px;
}

.powered-by span {
    margin-left: 15px;
}

.sharing-icons {
    text-align: right;
}

.sharing-icons a img {
    width: 40px;
}

.d-lg-flex .map {
    width: 50%;
}

/**** POPUP Notification ****/
.popup {
    z-index: 9999;
    position: absolute;
    top: 120px;
    width: 100%;
}

.popup h3 {
    margin-top: 0;
    font-size: 1.2em;
}

.popup-content {
    margin: auto;
    width: 600px;
    max-width: 100%;
    background: #FFF;
    border: 5px solid #CCC;
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.popup .error .popup-close {
    background: #C00;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.popup .error .popup-close:hover {
    background: #D00;
}

.popup .success .popup-close {
    background: #0A0;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.popup .success .popup-close:hover {
    background: #0B0;
}

#popup ul li a {
    color: #f00;
}

/**** POPUP Notification - Ends ****/

.navbar-default .navbar-nav > li > a {
    color: #830f3e;
    font-weight: bold;
    padding: 10px 8px;
}

.navbar-light .navbar-nav .nav-link {
    white-space: pre;
    color: #333333;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f9a520;
    background-color: #830f3e;
}

.navbar-nav {
    font-size: 15px;
}

.fa-stack {
    padding: 12px 14px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 3px solid #3296bc;
    line-height: 0.8em;
}

.navbar h5 {
    color: #830f3e;
}

h2.title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 2.6rem;
    margin-bottom: 15px;
}

#why .bordered {
    border: rgba(131, 15, 62, 0.2) 2px dashed;
    border-radius: 5px;
}

#facilities img {
    height: 200px;
    width: auto;
    object-fit: cover;
}

#facilities .card {
    border: none;
    background-color: transparent;
}

#carouselFacilities .d-flex {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#carouselFacilities .d-flex > img {
    width: 250px;
    height: 140px;
    object-fit: cover;
    margin: 2px;
}

#testimonials .carousel-control-prev {
    margin-left: -55px;
}

#testimonials .carousel-control-next {
    margin-right: -55px;
}

#testimonials img {
    max-width: 160px;
    height: 160px;
    object-fit: cover;
    border: 3px solid #d20f44;
}

#testimonials blockquote {
    padding: 15px;
    background-color: #ffffff;
    border-left: 3px solid #d20f44;
}

#testimonials .carousel-inner {
    max-width: 1140px;
    margin: auto;
}

#testimonials .card-title {
    font-size: 19px;
    color: #d20f44;
}

#testimonials .card-subtitle {
    font-size: 16px;
}

#testimonials .card-body {
    text-align: left;
}

.programmes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.programmes .programme {
    width: 22%;
    margin: 10px;
}

.programmes.wider .programme {
    width: 31%;
    margin: 10px;
}

.programmes .programme .img-wrap {
    border-bottom: 3px solid goldenrod;
}

.programmes .programme .text {
    padding: 15px 10px;
    font-weight: normal;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px;
}

.programmes .programme .mqa {
    font-size: 12px;
}

.programmes > .programme .text {
    background-color: #ffffff;
}

.programmes > .programme .text > .mqa {
    color: #333333;
}

.programmes .programme .text > h4 {
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #d20f44;
    font-weight: bold;
    margin-bottom: 5px;
}

.programmes .programme .text > .desc {
    color: #444444;
    font-size: 15px;
}

#intro2 {
    background-color: #ffd401;
}


#tours {
    background: linear-gradient(40deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.75)), url("/enquiries/fcuc/images/bg-facilities.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.85) !important;
    border-bottom-right-radius: 55px;
}

section.bg {
    padding-left: 0;
    padding-right: 0;
}

.yt-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.yt-videos > a {
    display: block;
    max-width: 180px;
    margin: 8px;
    color: #ffffff;
    text-decoration: none;
}

.yt-videos > a i,
.yt-videos > a:hover {
    color: yellow;
}

.yt-videos > a img {
    filter: sepia(0.3);
    transition: ease all 0.3s;
}

.yt-videos > a:hover img {
    filter: sepia(0);
    transform: scale(1.15);
    transition: ease all 0.6s;
}

.yt-videos h5 {
    padding: 5px;
    background-color: #000000;
    position: relative;
    margin-top: -25px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
}

.navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

#scholarships {
    background-color: #ffffff;
    background-image: url("/enquiries/fcuc/images/bg-squares.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
    background-size: 650px;
}

#application {
    background-image: url("/enquiries/fcuc/images/bg-students.jpg?v=1");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

/* Medium */
@media (max-width: 1199px) {

    .navbar > .container {
        width: 100%;
    }

    .navbar-middle {
        margin-left: 30px;
        margin-top: 20px;
        line-height: 1.2em;
        font-size: 1.4em;
    }
}

@media (min-width: 1199px) {

    #masthead {
        border-bottom-right-radius: 200px;
        margin-right: 15px;
    }

    #mainform {
        box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px;
    }

    #hidden-title {
        display: none;
    }

    #programmes .nav-pills .nav-item,
    #programmes .nav-pills .nav-item {
        display: flex;
        align-items: end;
    }

    #programmes .nav-pills .tab-primary.nav-link.active,
    #programmes .nav-pills .tab-secondary.nav-link.active {
        padding-top: 25px;
        font-size: 18px;
    }

}

.bg-campus {
    padding: 55px 0;
    background-image: url("/enquiries/fcuc/images/campus.jpg?v=2");
    background-size: cover;
    background-repeat: no-repeat;
}

#programmes .nav-link.active {
    background: none;
    border-bottom: none;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery > div {
    width: 25%;
}

.gallery img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.gallery img:hover {
    transform: scale(2);
    transition: ease all 0.5s;
}

.floating-button {
    position: fixed;
    bottom: 100px;
    right: -5px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    text-decoration: none;
}

.floating-button:hover {
    background-color: #0056b3;
}

#programmes img {
    object-fit: cover;
    max-height: 240px;
}

#programmesTab .nav-item {
    max-width: 33%;
}

#programmesTab .nav-item a {
    display: grid;
    padding: 25px 15px 15px 15px;
    background-color: #fff965;
    color: #333333;
}
#programmesTab .nav-item a.nav-link.active {
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
}

#programmesTab .nav-item a.nav-link i {
    margin-left: auto;
    margin-right: 0;
}
#programmesTab .nav-item a.nav-link.active h3,
#programmesTab .nav-item a.nav-link.active i {
    color: #d00048;
}
#programmesTab h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

#programmesTab h3 i {
    margin-left: 10px;
}

#testimonials .carousel-control-next-icon, #testimonials .carousel-control-prev-icon {
    background-color: #cd0000
}

.facilities-ul {
    padding-left: 0;
    list-style: none;
}

.facilities-ul > li {
    margin: 2px 5px;
    padding: 2px 5px;
    background-color: rgba(255, 249, 101, 0.15);
    text-align: left;
}

#mainpic img {
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); /* Soft glowing shadow */
}
#attentionCarousel h3 {
    font-size: 21px;
}

@media (max-width: 1137px) {
    #hidden-nav {
        display: none;
    }

    .navbar h3 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {

    #masthead {
        padding: 0;
        background-image: linear-gradient(to bottom right, rgba(255,255,255, 0.3), rgba(255,255,255, 0.05)), url(/enquiries/fcuc/images/bg.webp?v=4);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #eeeeee;
        animation: zoomBackground 60s ease-in-out infinite; /* Zoom-in effect */
    }

    #programmesTab .nav-item a.nav-link i {
        margin-bottom: -1em !important;
    }
    .text-md-left {
        text-align: left !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }
}

/* Small */
@media (max-width: 991px) {

    .navbar-brand > img {
        height: auto;
    }

    .promo-wrap {
        display: none;
    }

    .programmes .programme {
        width: 45%;
    }

    .mobile-badges {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile-badges > li {
        color: #ffffff;
        background-color: #d20f44;
        padding: 5px  8px;
        margin: 2px;
    }

    #why {
        text-align: center;
    }

    #why ul {
        list-style: none;
        padding-left: 0;
    }

    .navbar-middle {
        margin-left: 0;
        font-size: 1.2em;
    }

    .navbar-right {
        font-size: 1.6em;
        margin-top: 0.3em;
    }
    .nav-link.tab-primary, .nav-link.tab-secondary {
        font-size: 16px;
        padding: 15px 15px;
    }
}

@media (max-width: 867px) and (min-width: 599px) {
    .navbar h3 {
        display: none;
    }

    .navbar-middle {
        margin: 0;
        padding: 15px;
        font-size: 1.6em;
        float: right;
        text-align: right;
    }
}

@media (min-width: 768px) {
    /* Create the triangle tail */
    #programmesTab .nav-item a.nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%); /* Center the triangle */
        border-left: 25px solid transparent; /* Adjust size and color */
        border-right: 25px solid transparent; /* Adjust size and color */
        border-top: 25px solid #ffffff; /* Color of the triangle */
    }
}


/* Extra Small */
@media (max-width: 767px) {

    #masthead {
        background-repeat: no-repeat !important;
        background-size: 150% !important;
    }

    #attentionCarousel h3 {
        font-size: 18px;
    }

    #testimonials .carousel-item img {
        margin: auto;
    }

    .carousel-item {
        text-align: center;
    }

    #programmesTab .nav-item {
        max-width: 100%;
    }

    .icon-boxes .icon-box {
        width: 100% !important;
    }

    .programmes .programme .text {
        padding: 15px 8px;
    }

    .programmes .programme .text .mqa {
        margin-bottom: 0;
    }


    #programmes .nav-tabs .nav-link.active {
        background-color: #ffffff;
        border: 1px solid #eeeeee;
    }

    .yt-videos > a {
        max-width: 150px;
    }

    h2.title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .promo-wrap {
        display: none;
    }

    .navbar-brand {
        padding-bottom: 0;
    }

    .flag {
        margin-top: -50px;
    }

    .programmes .programme.wider,
    .programmes .programme {
        width: 100% !important;
        margin: 5px 0 !important;
    }

    .promo-wrap {
        width: 65%;
    }

    .flag-wrap {
        width: 35%;
    }

    .flag .flag-text {
        font-size: 28px;
        line-height: 1em;
    }

    .flag .flag-text,
    .flag .flag-text:after {
        width: 120px;
    }

    .flag .text1 {
        font-size: 26px;
    }

    .flag .text2 {
        font-size: 14px;
    }


    #programmes .nav-item,
    #programmes .nav-link {
        width: 100%;
    }

    #programmes .nav-item {
        padding: 5px;
    }

    #programmes .nav-tabs .nav-link.active {
        font-size: 16px;
    }

    .d-lg-flex .map {
        width: 100%;
    }

    h2 {
        font-size: 2rem;
    }

    body {
        margin-top: 0;
    }

    #mainform {
        margin: -15px;
    }

    .navbar-brand {
        width: 250px
    }

    .navbar-middle {
        margin: 0;
        padding: 15px;
        float: right;
        text-align: right;
    }

    .navbar-right {
        display: none;
    }

    #progs .tab-content {
        padding-top: 20px;
    }

    .powered-by, .sharing-icons {
        text-align: center;
        margin: 10px 0;
    }

    .powered-by span {
        display: block;
    }

    #carousel .carousel-caption {
        padding: 30px 20px 50px;
    }

}

/* Super Extra Small */
@media (max-width: 599px) {

    .navbar {
        position: relative;
        height: auto;
        margin-bottom: 0;
    }

    .navbar-middle br {
        display: none;
    }

    .navbar-brand {
        float: none;
        display: block;
        width: auto;
        text-align: center;
    }

    .navbar-brand > img {
        display: inline;
    }

    .navbar-middle {
        float: none;
        text-align: center;
        display: block;
        margin-top: 10px;
        font-size: 1.2em;
    }

    .navbar-right {
        float: none !important;
        text-align: center;
        display: block;
        margin-top: -20px;
        padding: 10px;
    }

    #progs .col-xs-6 {
        width: 100%;
    }

}

@media(min-width: 1200px) {

    .navbar {
        transition: ease all 0.5s;
        padding-top: 15px;
    }

    .glow {
        color: yellow;
        animation-name: glowing;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        transition: ease all;
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        font-size: 20px;
    }

    nav#navbar.scrolled .navbar-brand img {
        transition: ease all 1s;
        max-height: 60px;
    }

    nav#navbar.scrolled {
        transition: ease all 0.5s;
        padding: 15px 0;
    }

    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav > .nav-item:hover {
        background-color: rgba(228, 132, 23, 0.05);
    }

}
