    /* Main CSS */
    
    body {
        padding-top: 50px;
        font-family: 'Open Sans', sans-serif;
        background: url('../img/bg.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    /* unvisited link */
    
    a:link {
        color: #fff;
    }
    /* visited link */
    
    a:visited {
        color: #fff;
    }
    /* mouse over link */
    
    a:hover {
        color: #7A003C;
    }
    /* selected link */
    
    a:active {
        color: #7A003C;
    }
    
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    
    .navbar .navbar-collapse {
        text-align: center;
    }
    
    .start {
        padding: 40px 15px;
        text-align: center;
    }
    /* Feed CSS */
    
    .glyphicon {
        margin-right: 4px !important;
        /*override*/
    }
    
    .pagination .glyphicon {
        margin-right: 0px !important;
        /*override*/
    }
    
    .pagination a {
        color: #555;
    }
    
    .panel ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    
    .news-item {
        padding: 4px 4px;
        margin: 0px;
        border-bottom: 1px dotted #555;
    }
    
    .progress {
        height: 64px;
        border-radius: 6px;
        background-color: #ccc;
    }
    
    .progress-bar {
        padding-top: 20px;
        font-size: 32px;
        background-color: #7A003C;
    }
    
    .btn-maroon {
        color: #fff;
        background-color: #7A003C;
        border-color: #61002f;
        font-size: 32px;
    }

    .btn-maroon2 {
        color: #fff;
        background-color: #7A003C;
        border-color: #61002f;
        font-size: 20px;
    }
    
    .btn-maroon:hover,
    .btn-maroon:focus,
    .btn-maroon:active,
    .btn-maroon.active,
    .open > .dropdown-toggle.btn-maroon {
        background: #fcbe60;
        border-color: #ffffff;
    }

    .btn-maroon2:hover,
    .btn-maroon2:focus,
    .btn-maroon2:active,
    .btn-maroon2.active,
    .open > .dropdown-toggle.btn-maroon2 {
        background: #fcbe60;
        border-color: #ffffff;
    }
    
    #clock {
        color: #7A003C;
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        text-align: center;
    }
    
    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width: 70%;
        margin: auto;
    }
    
    .carousel-control.left {
        background-image: none;
    }
    
    .carousel-control.right {
        background-image: none;
    }
    
    .carousel-control {
        opacity: 1;
        text-shadow: 0px 0px 0px;
    }
    
    .carousel-indicators li {
        border: 1px solid #7a003C;
    }
    
    .carousel-indicators .active {
        background-color: #7A003C;
    }
    
    .carousel-indicators {
        bottom: 0px;
    }