/* FAQ */
main{
    border: white solid 1px;
    background-color: white;
}
.expandable-wrap{
    max-width: 100%;
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    background-color: white;
    padding: 10px;
    min-height: 500px;
 
 
 }
 .questionWrap a {
   color: var(--light-blue);
}
 .expandableHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    color: white;
    background-color: var(--light-blue);
    border-radius: 6px 6px 0 0;
    cursor: pointer;
 
  
 }
 .questionWrap{
    margin-bottom: 1em;
 }
 .expandable-title{
    font-weight: bold;
    text-align: center;
 }
 .expandableContent{
    padding: 0 18px;
    margin-top: 0;
    margin-bottom: 1.5em;
   overflow: hidden;
   background-color: #f1f1f1;
   max-height: 0;
   transition: max-height 0.4s ease-out
 }


 /* Contact Link */

 .GalleryLink{
   width: 100%;
padding: 1em;
display: flex;
gap: 1em;
}

.GalleryLinkFlex{
display: flex;

padding: 2em 1.5em;
background-color: var(--nav-blue);
justify-content: center;
align-items: center;
column-gap: 2em;
border-radius: 3px;

}
.GalleryLinkFlex p{
   color: white;
   font-size: 1.6em;
   font-weight: 500;
   margin-top: 0;
}
.GalleryLinkFlex button{
   padding: .4em 1.5em;
   border: none;
   border-radius: 8px;
   font-size: 1.3em;
   font-weight: 700;
   background-color: var(--light-blue);
   color: white;
   cursor: pointer;
}
.bk-ch{
   background-color: var(--offset-blue);
 
}
.bk-ch p{
   color: white;
}
.bk-ch button{
   background-color:var(--light-blue);
}
@media  (max-width: 850px){

   

   .GalleryLinkFlex{
       width: 100%;
       padding: 1.3em 1.2em;
       gap: 1em;
       flex-direction: column;
       
   }
   .GalleryLink{
       padding: 1em;
   }
   .GalleryLinkFlex button{
      margin: 0;
   }
}