* {
    box-sizing: border-box;
}

a, a:hover, a:focus {
    color:white;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
} 

.snowy,
.snowy p,
.snowy label {
    background: aliceblue !important;
    color: black !important;
}

.reveal-overlay {
    display: none;
}

::placeholder {
    color: black !important;
}

button {
    border: 0.5rem;
    padding: 0.5rem;
    color: white;
}

body {
    margin: 0;
}

.footer-links {
    list-style-type: none;
    margin-top: 10%;
}

.footer-links li a {
    color:#207449;
    font-weight: bold;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #c1d5cb;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: block;
    color: #365041;
    font-weight: bold;
    text-align: center;
    padding: 1rem 3rem;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active), ul.topnav li a.active {
    background-color: #365041;
    color: #c1d5cb;
}

ul.topnav li a.active {
    background-color: #04AA6D;
}

@media screen and (max-width: 600px) {

    ul.topnav li.right,
    ul.topnav li {
        float: none;
    }
}

.btn, .btn:hover {
    padding: 0 !important;
    margin: 0.5rem 0 0 0;
    background-color: #c1d5cb !important;
}
.btn:hover {background-color: #c1d5cb !important; }

.call_us_btn {
    padding: 0.5rem;
    margin: 0.5rem 0 0 0;
    border:2px solid white;

}

.gallery, .elf-check, .img_gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.gallery div {
    flex-basis: 33%;
    /* text-align: center; */
}

.img_gallery picture, .img_gallery a, .img_gallery div {
    flex-basis: 50%;
}

.caption {
    font-weight: bold; 
    font-size:larger; 
    text-align: center;
}

.vertical {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.vertical picture {
    flex-basis: 50%;
}

.vertical div {
    flex-basis: 50%;
}

.elf-check {
    flex-basis: 50%;
}

.elf-check picture {
    flex-basis: 15%;
}

.elf-check p {
    flex-basis:60%; 
    text-align: center;
    padding-top: 2rem;
}

#inline-form input, #inline-form textarea {
    background: #0a6941;
    border: black;
    color: white;
}

#inline-form ::placeholder {
    color: white !important;
}

.santa {
    background: url('../img/Homepage/Homepage_SantaonPhone.webp') no-repeat center center fixed;
}

 /* Container holding the image and the text */
 .container {
    position: relative;
    text-align: center;
    color: white;
    z-index: 0;
  }
  
  /* Bottom left text */
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  /* Top left text */
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  /* Top right text */
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  /* Bottom right text */
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  /* Centered text */
  .centered {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: x-large;
  } 