body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background: #f0f0f0;
    padding: 0;
    margin: 0;
}
a.navbar-brand {
    width: 100%;
    max-width: 200px;
}

a.navbar-brand span.brand-name {
    font-weight: bolder;
    font-size: 50px;
    display: block;
    line-height: 1;
    font-family: sans-serif;
}
a.navbar-brand span.brand-description {
    font-weight: bolder;
    font-size: 18px;
    display: block;
    line-height: 1;
    color: #dc3545;
}
.card img {
    height: 200px;
    float: none;
    width: auto;
}
.card {
    margin-bottom: 25px;
}
.card-image {
    text-align: center;
    padding: 20px 0 10px 0;
}
.page-heading h1 {
    font-size: 50px;
    font-weight: bold;
}
.card-body a {
    color: #000;
    text-decoration: none;
    text-align: center;
}
a {
    text-decoration: none;
    color: #dc3545;
}
a:hover {
    text-decoration: none;
    color: #bb2d3b;
}
.active>.page-link,
.page-link.active {
    z-index: 3;
    background-color: #dc3545;
    border-color: #dc3545;
}
.page-link:hover {
    color: #bb2d3b;
}
.page-link {
    color: #dc3545;
}
.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%;
}
.weather div span {
    font-weight: bold;
}

.weather div {
    margin-bottom: 7px;
    font-size: 18px;
}

.weather {
    background: #fff;
    text-align: center;
}
.weather h5 {
    border-bottom: 2px solid #dc3545;
    text-align: left;
    padding-bottom: 10px;
    font-size: 24px;
    padding-left: 10px;
    width: calc(100% - 40px);
    margin-left: 20px;
}

.section-title {
    border-bottom: 2px solid #dc3545;
    text-align: left;
    padding-bottom: 10px;
    font-size: 40px;
    padding-left: 10px;
    width: calc(100% - 40px);
    margin-left: 20px;
    font-weight: bold;
}

ul.table-list li span {
    float: left;
    font-weight: bold;
}

ul.table-list li {
    border-bottom: 1px dotted #ccc;
    padding: 9px 0px;
    text-align: right;
}

ul.table-list {
    margin: 0;
    list-style: none;
    padding-bottom: 53px !important;
    margin-bottom: 25px;
}
