body {
    font-family: Roboto;
}

/* Carousel */
.carousel-item img {
    height: 30%!important;
}

/* Recent Analysis */
.recent-analysis-title h1 {
    color: #0D47A1; /* Strong Blue */
    font-size: 32px;
}

.recent-analysis-body-item {
    border-bottom: 1px solid #333;
}

.recent-analysis-body-item h3 {
    color: #1565C0; /* Lighter Blue */
}

/* Export Controls */
#upcoming-event {
    background: #E3F2FD; /* Light Blue Background */
}

.upcoming-event-title h2,
.export-control-content h1 {
    font-size: 32px;
    color: #0D47A1; /* Strong Blue */
}

.export-control-content a {
    font-size: 15px;
    color: #1976D2; /* Blue Link */
}

.calendaricon {
    width: 38px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1em;
    box-shadow: 0px 1px 5px -2px rgb(0 0 0 / 70%);
}

.calendaricon .month {
    display: block;
    width: 100%;
    background: #1E88E5; /* Different Shade of Blue */
    border-bottom: #A6A6A6;
    color: #FFFFFF;
}

.calendaricon .day {
    display: block;
    width: 100%;
    background: #FFFFFF;
    color: #555555;
    margin: 0.2em 0;
}

.eventtitle {
    color: #1565C0; /* Lighter Blue */
    font-size: 17px;
}

/* News */
.news-title h1 {
    font-size: 32px;
    color: #0D47A1; /* Strong Blue */
}

.news-body-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-body-item img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-right: 10px;
}

.news-body-item a {
    color: #1976D2; /* Blue Link */
    font-size: 17px;
    text-decoration: none;
}

/* Join now */
.join-now-title h1,
.resource-topic-title h1,
.video-title h1 {
    font-size: 32px;
    color: #0D47A1; /* Strong Blue */
}

.join-now-content p,
.resource-topic-list {
    font-size: 17px;
}

.join-now-content button {
    font-size: 18px;
    border-radius: 0;
    background: #1E88E5; /* Different Shade of Blue */
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 20px;
}

.resource-topic-item a {
    color: #1976D2; /* Blue Link */
}

.video-content iframe {
    width: 100%;
}

@media (min-width: 768px) {
    .video-content iframe {
        height: 200px !important;
    }

    .carousel-item img {
        height: 600px !important;
    }
}
