.navbar-brand {
    height: 100px;
}
.logo_header {
    height: 110%;
}
.btn-primary {
    background-color: #5CBA00;
    border: none;
    padding: 15px;
    border-radius: 20px;
}
.btn-primary:hover {
    background-color: #5CBA00;
    border: none;
    padding: 15px;
    text-decoration: none;
}
.btn-health_questionnaire {
    background-color: #24a7fd;
    border: none;
    padding: 15px;
    color: white;
    border-radius: 20px;
}
.btn-health_questionnaire:hover {
    background-color: #24a7fd;
    border: none;
    padding: 15px;
    color: white;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    padding-left:20px;
}
.home_icon_size {
    width: 90px;
    padding-bottom: 20px;
}
.disclaimer_text {
    background-color: rgb(235,235,228);
}

.health_question_bg {
    background-color: white;
}

.farm-img {
    background: url('../img/39056904_xl.jpg') white no-repeat center top scroll;
    background-position: 0% 35%;
    background-size: 100%;
    height: 350px;
}

/* Video header */
header {
    position: relative;
    background-color: black;
    height: 105vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.swal2-styled.swal2-confirm {
    background-color: #5CBA00;
    border: #5CBA00;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.swal2-styled.swal2-deny {
    background-color:#575859;
}

.swal2-popup {
    color: #000;
    margin: 0px;
    font-size: 18px;
    padding-bottom: 11px;
  }

@media (pointer: coarse) and (hover: none) {
    header {
        /* background: url('') black no-repeat center center scroll; */
        background-color: #575859;
        /* background-image: url('../img/home_banner_mobile.jpg'); */
    }
    .navbar-brand {
        height: 80px;
    }
    header video {
        display: none;
    }
}            

.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}