 *{margin:0;padding:0;}
    .banner{
        position:relative;
        width: 100%;
        margin: 0 auto;
    }
    #section-1{
    position:sticky;
    top:0px;
    z-index: 10000;
}
    .banner img{width: 100%;}
    .headings{
    color:bisque;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    font-style:italic;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.btn-primary{
    width: 90%;
    height: 40px;
    margin-top: 30px;
}
.survey{
    color: azure;
}
.card{
    width: 80%;
    margin-top: 50px;
}
/* .intro{
    margin-left: 5%;
    margin-top: 30px;
} */
#section-3{
    margin-top: 30px;
    margin-bottom: 30px;
}
#section-4{
    background-color:beige;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.surveyPhoto{
    height: 600px;
}
.navbar-brand{
    font-weight: bold;
    font-style: italic;
}
.section{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.card-width{
    width: 90%;
}