/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------*/
h1,h2,h3, h4 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
}
.orange {background-color: #d55530; }
.red {background-color: #901d1e; }
.blue {background-color: #009195; }
.blue2 {
    background: #007880;
}

.kvkscH {
	background:#a93637 !important; 
}

.black {background-color: #1a1a1a;}
#content .gallery-item .btn {
    background: #d55530;
}
.slider-content {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.triangle-down:before {
    content: '';
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid white;
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 15px);
}
.triangle-up,
.triangle-down {
  padding-top: 2em;
  position: relative;
  padding-bottom: 3em;
}

@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-width: 768px) {
	
}

button#squire-book-button {
	background: #d55530 !important;
}