body {    
    font-family: 'Work Sans', sans-serif;    
}

a, a:hover, a:visited, a:focus {
    text-decoration:none;
}

.navbar {    
    min-height: 80px;
}

.nav-item {
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

section {
    display: block;
}

.footer {
    height: 60px;
    background-color: rgb(60, 67, 75);
    color: rgb(145, 162, 182);
    font-size: 16px;
}

.div-logo {
    padding-top: 40px;       
}

.cont-office-hours {    
    min-height: 200px; 
    background-color: #426379; 
    color: rgb(247, 252, 255);
    font-weight: 200;
    font-size: 18px;
    padding: 26px;
}

.cont-report-problem {    
    min-height: 380px; 
    background-color: #21516D; 
    color: rgb(247, 252, 255);
}

.cont-announcement {    
    min-height: 250px;    
    background-color: rgb(250, 250, 252);
    color: #383f43;    
    padding: 32px 0px 32px 0px;
}

.div-report-problem {              
    padding-top: 10px;
    padding-bottom: 10px;
}

.report-problem-phone {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    color: orange;    
}

.report-subtitle {
    color: rgb(244, 149, 34);
    font-size: 20px;
    text-align: center;
}

.report-text {
    line-height: 30px;
}

.cursive-header {
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    color: rgb(41, 91, 135);
}

.card {
    border: 0px;
    font-size: 20px;
    font-weight: 200;
}

.card .card-link {
    text-decoration-color: red;
    text-decoration: none;
}

.card-text {
    margin-left: 10px;
    margin-right: 10px;
}

.card-text {
    color: white;
}

th {   
    font-weight: 200;
    font-size: 12px;
    text-transform: uppercase;
}