/* ======================================================== */
/* Site-specific customisations */
/* ======================================================== */


.bottom-left {
position: absolute;
bottom: 25%;
left: 5%;
}

.quantity-input {
    width: 80px;
}

/* Hidden field to detect bots on donation script */
input[name="donorname"] {
    display:none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.hero-image {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:85vh;
}

@media (max-width: 992px) {
    .hero-image {
        height:75vh;
    }
}

@media (max-width: 576px) {
    .hero-image {
        height:80vh;
    }
}

@media only screen 
    and (max-width: 1024px) 
    and (orientation: landscape) {
    .hero-image {
        height:65vh;
    }
}

@media only screen 
    and (max-width: 992px) 
    and (orientation: landscape) {
    .hero-image {
        height:80vh;
    }
}

/* Round the corners of the Facebook iframe */
.fb_iframe_widget {
    border-radius: 10px;
}

.facebook-container {
    border-radius: 10px;
    overflow: hidden;
}

