
.faqheadertitle {
   position: relative;
   z-index 2;
}


.faqheader {
    height: 340px;
    text-align: center;
    padding-top: 130px;
    color: #ffff;
    font-family: 'Quicksand', sans-serif;
    font-style: italic;
    background: url('../photomode/faqheader.jpg');
    background-size:  cover ;
    background-position: 50%;
    background-repeat: no-repeat;
}

.responsive-img{
    max-width: 100%;
    height: auto;

}

.faqtitle {
    font-family: 'Quicksand', sans-serif;
    color:black;
    font-size: 2rem;
    margin-top: 40px;
}

.faqsection {
    padding: 20px 0 60px;
    border-bottom: 1px solid #000;
    position: relative;
}

.form-control:focus{
  border-color: #000;
  box-shadow: none;
}

.form-control{
   border: 0;
    border-bottom: 1px solid #ced4da;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}


.mastheadb {
  height: 15vh;
  min-height: 10px;
  background-image: url('../banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first-nav{
    background: white;
}

.second-nav{
    top: 40px;
}

.thumbnail {
border: 0;
}
