.container {
	hyphens: auto;
}


:root {
    --primary: #b80019;
    --secondary: #FFD33C;
    --light: #F3F3F3;
    --dark: #212121;
}

.border-primary {
  border-color: #b80019 !important;
}

.btn-primary {
  background-color: #b80019 !important;
  border-color: #b80019 !important;
}

.text-primary {
  color: #b80019 !important;
}

.footer a {
  color: #b80019 !important;
}

.btn-outline-primary {
  color: #b80019;
  border-color: #b80019;
}

@media (min-width: 992px) {
	.navbar-light .navbar-nav .nav-link::before {
		top: 60px;
	}
}

@media (min-width: 1200px){
	.display-1 {
	  font-size: 4rem !important;
	}
}

.py-0 {
  margin-right: 20px;
}

h1 {
	// padding-left: 3rem !important;
	// border-width: 5px !important;
	// border-left: 3px solid #5db53c;
	color: ##b80019 !important;
	text-align: center;
}

h3 {
	color: #b80019 !important;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
}


.container a {
	color: #b80019 !important;
}

.hero-header {
	min-height: 500px;
}
@media (max-width: 992px) {
	.hero-header {
		min-height: 200px;
	}
}

.hero-header h1{
	padding-left: 0rem !important;
	border-width: 0px !important;
	border-left: 0px solid #b80019;
	
}

.service-item {
    margin-bottom: 20px;
}


.btn-outline-light:hover {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-primary:hover {
  color: #000;
  background-color: #cccccc;
  border-color: #b80019;
}

blockquote {
    border-left:none
}

.quote-badge {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box {
    overflow: hidden;
    margin-top: 50px;
    padding-top: -25px;
    border-radius: 17px;
    background-color: #4ADFCC;
    color: white;
    width: 325px;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
}

.quotation-mark {  
    margin-top: 10px;
    font-weight: bold;
    font-size:100px;
    color: white;
    font-family: "Times New Roman", Times, Serif;  
}

.quote-text { 
    font-size: 19px;
    margin-top: -50px;
}

.blog-post-bottom pull-right {

}

hr {
	height: 5px !important;
	background-color: #b80019 !important;
	text-align: center !important;
	width: 200px;
	border: 0;
	opacity: 1;
    margin-top: 1rem;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;	
	
}
