/* your styles go here */
h1, .h1 {font-size: 2.1rem;}
h2, .h2 {font-size: 1.5rem;}
h3, .h3 {font-size: 1.3rem;}
.has-overlay-dark::before, .has-overlay-darker::before {
    background: #00000059;
}
.top-bar {background: #98252b;}
nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover {
    color: #98252b;
}
.info-boxes .info-box.red::before {
    background: #98252be3;
}
.mission {
	margin-top:32px;	
}
footer.footer .copyrights {
    background: #98252b;
}
footer.footer {
    background: #98252b;
	padding-top: 0;
}
footer.footer p {
    color: #FFFFFF;
}
a {color: #a3030b;}
.hero .hero-text {font-weight: 400;}

.person {
	display: flex;
    padding-bottom: 20px;
}
.people__image {
    display: block;
    width: 170px;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    overflow: hidden;
    height: 260px;
    margin-bottom: 25px;
}
.people__image img {
    border-radius: 10px;
    display: block;
    width: 170px;
}
.people__name {
    display: block;
    margin-bottom: 10px;
	font-weight: bold;
}
.people__details {
    font-size: 14px;
}
.readmore{
	margin-left:-17px;
	font-size: 16px;
}
.shop {
	border-style: dotted;
    border: 2px solid #98252b;
    border-radius: 5px;
    padding: 2px;
    margin-top: 4px;
}
.alert {
	margin-bottom: 50px;
	height: 100px;
	line-height:100px;
	padding:0px 15px;
	text-align: center;
	font-weight: bold;
}
@media (max-width: 991px) {
	border-color: white;
}

.info-boxes .info-box.green::before {
  background: #35c568e3;
}