    /* Main CSS */
    
    body {
        padding-top: 8px;
        font-family: 'Roboto', 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;
        line-height: 1.4;
    }
    /* unvisited link */
    
    h1 {
        font-weight: 700;
        color: #7A003C;
        margin-top: 00px;
        text-transform: uppercase;
        font-size: 40px;
    }
    h2 {
        font-weight: 700;
        color: #7A003C;
    }
    h3 {
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    p {
        font-size: 18px;
        line-height: 160%;
    }
    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;
        font-weight: 400;
    }
    .btn-maroon2 {
        color: #fff;
        background-color: #7A003C;
        border-color: #61002f;
        font-size: 20px;
        margin-top: 16px;
    }
    .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;
    }
    .btn-fb {
        color: #fff;
        background-color: #3b5998;
        border-color: #3b5998;
        font-size: 16px;
        margin-top: 4px;
    }
    .btn-fb:hover,
    .btn-fb:focus,
    .btn-fb:active,
    .btn-fb.active,
    .open > .dropdown-toggle.btn-fb {
        background: #fcbe60;
        border-color: #ffffff;
    }
    .btn-tw {
        color: #fff;
        background-color: #00aced;
        border-color: #00aced;
        font-size: 16px;
        margin-top: 4px;
    }
    .btn-tw:hover,
    .btn-tw:focus,
    .btn-tw:active,
    .btn-tw.active,
    .open > .dropdown-toggle.btn-tw {
        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;
    }
    .givemaroon {
        font-weight: 700;
        color: #7A003C;
    }
    .navbut {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 10px 14px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        font-size: 12px;
        text-transform: uppercase;
    }
    .activenavbut {
        border-bottom: 3px solid #ffffff;
    }
