.main-menu-container {
width: 100%;
text-align: center;
background-color: white;
color: #293e68 !important;
margin: 30px 0 60px;
}
@media screen and (max-width: 768px) {
.main-menu-container {
margin: 60px 0 0;
background-color: #F0F6FF;
}
}
.recent_posts_grid {
margin-bottom: 100px;
}
#home-highlights {
margin-bottom: 0;
}
.recent_posts_grid h2 {
margin: 0 0 40px;
font-size: 45px;
line-height: 45px;
display: inline-block;
border-bottom: 2px solid;
}
.recent_posts_grid h3,
.recent_posts_grid h4 {
margin-top: 20px;
}
.recent_posts_grid h3 a,
.recent_posts_grid h4 a {
color: #293e68;
}
.recent_posts_grid img {
display: block;
}
.recent_posts_grid p {
font-size: 17px;
}
.recent_posts_grid .row-flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.recent_posts_grid img {
display: block;
}
#home-highlights .card {
margin-bottom: 0;
}
.recent_posts_grid .card {
margin-bottom: 3em;
}
.recent_posts_grid .card p a {
color: #333333;
}
.recent_posts_grid .card p a.read-more {
margin: 10px 0 0;
display: block;
padding: 0;
color: #517cfc;
font-weight: 500;
}
.recent_posts_grid .card p a.read-more:hover {
color: #ff003d;
border: none;
}
.recent_posts_grid .read-more {
padding: 10px 20px;
line-height: 24px;
}
.recent_posts_grid .read-more:hover,
.recent_posts_grid .read-more:active,
.recent_posts_grid .read-more:focus {
border: 1px solid #ff003d;
text-decoration: none;
}
.home-section-title {
font-family: 'aktiv-grotesk-extended', sans-serif !important;
color: #517cfc;
font-size: 32px;
font-weight: 800;
margin: 0 0 40px;
border-bottom: 1px solid #517cfc;
padding-bottom: 20px;
}
@media (max-width: 1200px) {
#home-highlights h3 {
text-align: left;
font-size: 20px;
margin: 20px 0;
line-height: 26px;
}
}
@media screen and (max-width: 768px) {
.recent_posts_grid h2.home-section-title {
display: block;
padding-bottom:0;
border-bottom: 0;
text-align: center
}
#home-highlights {
padding-bottom: 0;
margin-bottom: 0;
margin-top: 20px;
}
#home-highlights .card {
margin-bottom: 40px;
}
#home-highlights h2 {
font-size: 30px;
line-height: 32px;
text-align: center;
}
#home-highlights h3,
#home-highlights h4 {
text-align: left;
font-size: 18px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 10px;
}
#home-highlights h4 {
text-align: center;
font-size: 24px;
line-height: 26px;
}
}
@media (max-width: 1200px) {
#home-highlights p {
text-align: left;
line-height: 25px;
color: #333333;
}
}
@media screen and (max-width: 768px) {
#home-highlights p {
font-size: 15px;
line-height: 20px;
text-align: center;
}
}
@media (max-width: 768px) {
.recent_posts_grid img {
margin: 0 auto;
width: 100%;
}
}
@media (max-width: 1200px) {
.recent_posts_grid h4,
.recent_posts_grid h3 {
text-align: center;
font-size: 18px;
}
}
@media (max-width: 1200px) {
.recent_posts_grid h2 {
font-size: 30px;
line-height: 32px;
}
}
@media (max-width: 768px) {
.recent_posts_grid h4,
.recent_posts_grid h3 {
text-align: center;
font-size: 22px;
}
}
@media (max-width: 1200px) {
.recent_posts_grid p {
font-size: 14px;
text-align: center;
}
}