@font-face {
    font-family: "Apple Chancery Regular";
    src: url(./AppleChanceryRegular.ttf);
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #666;
    line-height: 1.8;
}

.headerfont {
    font-family: "Apple Chancery Regular";
}

.uppercase {
    text-transform: uppercase;
}

.w3-bar .fas {
    color: rgb(255, 194, 0);
}

/* Create a Parallax Effect */
.bgimg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

/* Header Images */
.headerimg-1, .headerimg-2, .headerimg-3, .headerimg-4, .headerimg-5, .headerimg-6 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

.headerimg-1 {
    background-image: url('/images/header1.jpg');
}

.headerimg-2 {
    background-image: url('/images/header2.jpg');
}

.headerimg-3 {
    background-image: url('/images/header3.jpg');
}

.headerimg-4 {
    background-image: url('/images/header4.jpg');
}

.headerimg-5 {
    background-image: url('/images/header5.jpg');
}

.headerimg-6 {
    background-image: url('/images/header6.jpg');
}

.bg-specialfx {
    background-image: url('/images/specialfx.jpg');
}

.bg-theatre {
    background-image: url('/images/theatre.jpg');
}

.bg-editorial {
    background-image: url('/images/editorial.jpg');
}

.bg-bridal {
    background-image: url("/images/bridal.jpg");
}

.bg-contact {
    background-image: url("/images/contact.jpg");
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
.w3-modal {
    padding-top: 0px;
    overflow: hidden;
}
.w3-modal-content { 
    width: auto;
    position: initial;
}
.w3-image {
    max-height: 100vh;
    image-orientation: from-image;
}
span.w3-xlarge {
    line-height: 1.2em;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.image-gallery > div {
    margin: 8px 0;
}

.image-gallery > div > img {
    align-self: center;
    width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1000px) {
    .bgimg {
        background-attachment: scroll;
        min-height: 400px;
    }
}
