textarea {
	min-height: 200px;
}

.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
	color: #a2301b !important;
}

#modular-testimonials {
	margin-top: 2rem;
}

.anchor {
	position: relative;
	top:-55px;
	display: block;
	height: 0;
	width:0;
}

.btn.btn-primary, .btn-primary.button {
	background: #a2301b;
	border-color: #932b19;
	color: #fff;
}

.btn.btn-primary:hover {
	color: #a2301b;
	border-color: #932b19;
	background: #fff;
}

.btn.btn-secondary, .btn-secondary.button {
	background: #fff;
	border-color: #a2301b;
	color: #a2301b;
}

.btn.btn-secondary:hover {
	color: #fff;
	border-color: #932b19;
	background: #a2301b;
}

#header .logo svg{
	margin-top:  -60px;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    margin-bottom 20px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #a2301b;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    cursor: pointer;
    background: #D0CCAC;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #a2301b;
    opacity: 1;
}
.carousel-inner {
    min-height: 200px;
    margin-bottom: 20px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote small {
	margin-left: 70%;
	margin-bottom: 20px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    float: left;
    font-size: 3em;
    margin-top: -10px;
    margin-right: 20px;
}
