body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', ROBOTO, sans-serif;
    color: #5a5a5a;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: ROBOTO;
    src: url('/static/font/Roboto-Regular.ttf');
}

.robcon {
    font-family: 'Roboto Condensed', ROBOTOCONDENSED, sans-serif;
}

@font-face {
    font-family: ROBOTOCONDENSED;
    src: url('/static/font/RobotoCondensed-Regular.ttf');
}

.progress-container {
    position: fixed;
    top: 76px;
    width: 100%;
    height: 1px;
    background: #ffffff;
    z-index: 9999;
}

.progress-container .progress-bar {
    height: 1px;
    background: #ff9600;
    width: 0;
}

.section-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#nav-menu {
    background-color: white;
}

#nav-menu .nav-link {
    border-bottom: 2px solid transparent;
}

#nav-menu .nav-link.active, #nav-menu .nav-link:hover {
    border-bottom: 2px solid #ff9600;
    color: #000000;
}

#nav-menu .nav-item {
    padding-left: 25px;
}

#nav-logo {
    height: 50px;
}

#page-dashboard {
    margin-bottom: 100px;
}

#page-dashboard img {
    width: 100%;
    height: auto;
}

#page-head {
    background: no-repeat 50%, 50%;
    background-size: 100%, auto;
    height: 50vw;
    position: relative;
}

#cale-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
}

#page-contact {
    padding-top: 80px;
    padding-bottom: 100px;
}

.address-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

#google-map {
    height: 400px;
    width: 100%;
}

#ucd-footer {
    background-color: #494949;
}

#footer-copyright {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ced4da;
}

.contact-icon {
    height: 14px;
    margin-bottom: 2px;
}

.social-icon-a {
    padding: 5px;
    margin-right: 20px;
    border-radius: 5px;
}

.social-icon-a:hover {
    background: #d4d4d4;
}

.contact-social-icon {
    height: 30px;
    width: 30px;
}

.news-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}

.title-underline {
    height: 2px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    background: #ff9600;
}

#page-intro {
    padding: 80px 80px;
    font-size: 17px;
}

#intro-text {
    line-height: 180%;
    padding: 0 100px;
}

#page-news {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
}

.contact-info {
    padding: 40px;
    background: #f1f1f1;
}

#page-news .nav-pills {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.news-item {
    padding-bottom: 60px;
}

.news-tab-head a {
    font-size: 18px;
    font-weight: bold;
    color: #5a5a5a;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
}

.news-tab-head a.active {
    color: #ffffff;
    background: #ff9600;
}

#dashboard-public {
    margin-bottom: 60px;
}

.dashboard-title {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#dashboard-public .col-lg-4 {
    margin-bottom: 30px;
}

#dashboard-public h1 {
    color: #ff9600;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    font-size: 50px;
}

#dashboard-public p {
    text-align: center;
}

.dashboard-info {
    padding: 25px 0 10px 0;
    border: 1px dashed #dddddd;
    border-radius: 8px;
}

.dashboard-public-icon {
    width: 120px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
    .contact-info {
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    #intro-text {
        padding: 0 20px;
    }

    #page-intro {
        padding: 80px 0;
    }
}