body{font-family: "Montserrat", sans-serif;}

.home-banner{background-size: cover; background-repeat:no-repeat; color:#fff;}

.home-banner h1{font-size:70px; font-weight: 400; margin:0 0 50px 0;}
.home-banner h3{font-size:24px; font-weight: 600; text-transform: uppercase;}
.home-banner .btn{font-size:20px; font-weight: 500;}

section.container-fluid{padding-top:40px; padding-bottom: 40px;}

.sub-title{ font: normal normal bold 20px/24px Montserrat;  letter-spacing: 8px;  color: #131313;  text-transform: uppercase;}
.title-blue{ font: normal normal normal 42px/52px Montserrat;  letter-spacing: 0px;  color: #064A73;}
section p{ font: normal normal medium 18px/24px Montserrat;  letter-spacing: 0px;  color: #131313;}

.bg-primary .sub-title, .bg-primary .title-blue, .bg-primary p{color: #fff;}

.offeringsbg {min-height:400px; background-position: center center; background-size:cover; background-repeat: no-repeat;}

footer a {font-weight:600; color:#fff; border-bottom: 2px solid #fff;}

@media all and (max-width:1023px){
    .home-banner h1, .title-blue{font-size:150%; line-height: 130%;}
    .home-banner h3, .sub-title{font-size:100%; margin:0; padding:0;}


    .copy{text-align: center; font-size:80%;}
    .copy .order-md-2 {text-align: center !important;}
    .copy img{max-width:75%; height:auto;}
}


@media all and (max-width:767px){
.home-banner .btn{font-size:12px; font-weight:600;}
footer{font-size:12px;text-align: center}
section.container-fluid{padding:0;}
section p{font-size:14px;}
.home-banner .vh-100{max-height:60vh !important;}
}