/*
Theme Name: Custom

*/

html{scroll-behavior: smooth;}
body{color:#333333;font-family: "Volkhov", serif;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:700;color:#333333;font-family: "Poppins", sans-serif;}
p:empty{margin:0;}
a{color: #900707;}
a:hover{color:inherit;}


.top-bar{background:#333333;padding:20px 0;}
.top-bar *{color:#fff;}
.top-cta{font-size:40px;display:inline-block;color:#fff !important;}
.navbar-bg{background:#fff;padding:15px 0;}

.hp-slider .slide {
background-repeat: no-repeat;
background-size: cover;
height: 633px;
background-position: center;
padding: 50px;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.hp-slider .slide-1 {background-image: url(imgs/slide1.jpg);}

.txtc1{color:#900707 !important;}
.txtc2{color:#333333 !important;}
.hp-title{font-size:40px;}
.sub-title{font-size:28px;color:#333333 !important;}
.txti{font-size:3rem;}

.btn-primary,.send{background-color:#900707 !important;border-color:#900707 !important;color:#fff !important;}
.btn-secondary{background-color:#333333 !important;border-color:#333333!important;color:#fff !important;}
.btn-white{background-color:#fff !important;border-color:#fff !important;color:#900707 !important;}
.btn,.send{border-radius:0 !important;}
.btn:hover,.send:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.footer {padding: 20px 0 50px;background: #7DA4C3;}
.footer h4 {margin: 30px 0 15px;font-size: 22px;}
.footer *{color: #fff;}
.foot-social a{display:inline-block;margin:0 5px;font-size:22px;}
.footer-bottom {background: #333333;padding: 20px 0;}
.footer-bottom *{color: #fff;}
.footer-bottom p {margin-bottom: 0;}
.section-white {background: #fff;padding: 50px 0;}
.section-primary {background: #900707;padding: 50px 0;}
.section-primary * {color: #fff;}
.section-secondary {background: #333333;padding: 50px 0;}
.section-secondary * {color: #fff;}
.section-lightgrey {background: #eee;padding: 50px 0;}

/***************************** MEDIA *******************************/
@media screen and (min-width: 992px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

}