 .u-section-1 {
   background-image: url("/images/treasure-cave.jpg");
   background-position: 50% 50%;
 }

 .u-section-1 .u-sheet-1 {
   min-height: 100vh;
 }

 .u-section-1 .u-image-1 {
   width: 562px;
   height: 101px;
   margin: 199px auto 0;
 }

 .u-section-1 .u-text-1 {
   text-shadow: -1.5px 1.5px 0px rgba(143, 68, 0, 1);
   box-shadow: -1.5px 1.5px 0 0 rgba(0, 0, 0, 0);
   color: rgb(44, 0, 32);
   margin: 64px 0 0;
 }

 .u-section-1 .u-text-2 {
   text-shadow: -1.5px 1px 0px rgba(118, 49, 2, 1);
   box-shadow: -1.5px 1px 0 0 rgba(0, 0, 0, 0);
   width: 589px;
   margin: 4px auto 0;
 }

 .u-section-1 .u-form-1 {
   height: 136px;
   width: 624px;
   margin: 16px auto 0;
 }

 .u-section-1 .u-btn-1 {
   background-image: none;
   margin-right: auto;
   margin-left: auto;
   display: block;
   width: 100%;
   font-size: 1.125rem;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 2px;
   box-shadow: -2px 2px 8px 0px rgba(114, 104, 63, 1);
   padding: 9px 0 11px;
 }

 .u-section-1 .u-text-3 {
   background-image: none;
   font-size: 1rem;
   line-height: 1.6;
   letter-spacing: normal;
   text-shadow: 1px 0px 8px rgba(0, 0, 0, 1);
   width: 589px;
   margin: 64px auto 60px;
 }

 .u-section-1 .u-btn-2 {
   border-style: solid;
   padding: 0;
 }

 @media (max-width: 991px) {
   .u-section-1 {
     background-position: 49.25% 50%;
   }

   .u-section-1 .u-text-2 {
     margin-left: 66px;
     margin-right: 66px;
   }
 }

 @media (max-width: 767px) {
   .u-section-1 .u-image-1 {
     width: 540px;
     height: 97px;
   }

   .u-section-1 .u-text-2 {
     margin-left: 0;
     margin-right: 0;
     width: 540px;
   }

   .u-section-1 .u-form-1 {
     width: 540px;
     margin-left: 0;
     margin-right: 0;
   }

   .u-section-1 .u-text-3 {
     width: 540px;
   }
 }

 @media (max-width: 575px) {
   .u-section-1 .u-image-1 {
     width: 340px;
     height: 61px;
   }

   .u-section-1 .u-text-1 {
     width: auto;
   }

   .u-section-1 .u-text-2 {
     width: auto;
   }

   .u-section-1 .u-form-1 {
     width: 340px;
     margin-top: 7px;
   }

   .u-section-1 .u-text-3 {
     font-size: 0.875rem;
     line-height: 1.8;
     letter-spacing: 1px;
     width: auto;
     margin-left: 0;
     margin-right: 0;
   }
 }