@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body {
   background-color: #696362!important;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800!important;
}

header {
    background-image: url("images/banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    
}

header::before {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to top, rgba(105,99,98,1), rgba(105,99,98,0));
}

.btn.btn-1 {
    background-color: transparent;
    color: #a7cbd4;
    border: solid #a7cbd4 2px;
    font-weight: 600;
    letter-spacing: .1rem;
    font-family: 'Montserrat', sans-serif;
    transition: .2s;
}
.btn.btn-1:hover {
    background-color: #a7cbd4;
    color: #696362;
    border: solid #a7cbd4 2px;
    
}

.btn.btn-2 {
    background-color: #696362;
    color: #a7cbd4;
    border: solid #696362 2px;    
    font-weight: 600;
    letter-spacing: .1rem;
    font-family: 'Montserrat', sans-serif;
    transition: .2s;
}
.btn.btn-2:hover {
    background-color: transparent;
    color: #696362;
    border: solid #696362 2px;
    
}

.color {
    color: #a7cbd4;
}

.videobox {
    position: relative;
    z-index: 1;
}

.videobox::before {
    content: "";
     background-color: #696362;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: screen;
}


.videobox video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center center;
    filter: saturate(0) brightness(.35) contrast(1.2);
}

@media screen and (min-width:992px) {
    footer {
        background-image: url("images/footer.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 75vh;
    }
}

footer a {
    text-decoration: none;
    color: #fff;
    transition: .2s;
    margin: 0 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    
}
footer a:hover {
     text-decoration: none;
    color: #a7cbd4;
}

.highlight {
    color: #696362;
}

.formbox {
    background-color: #a7cbd4;
}

.form-control {
    background-color: transparent!important;
    border: solid #696362 1px!important;
    color: #696362;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #696362!important;
	opacity: .5!important;
}
::-moz-placeholder { /* Firefox 19+ */
  	color: #696362!important;
	opacity: .5!important;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #696362!important;
	opacity: .5!important;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #696362!important;
	opacity: .5!important;
}

