*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.p2{
    height: 11vh;
    border-bottom: 0.8px solid black;  
    background-color: whitesmoke;
}
.s1{
    padding: 10px;
    font-family: 'Sen', sans-serif;
    font-size: 20px;
    margin-left: 15% ;
    padding-top: 15px;
}
img{
    width: 100%;
}
.p3{
    display: flex;
    flex-wrap: wrap;
    background-color: white;
}
.c1{
    margin-left: auto;
    margin-right: auto;
    margin-top: 8rem;
   
}
.c2{
    font-family: 'Sen', sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 6px;
}
.c3{
    text-align: left;
    line-height: 23px ;
    font-family: 'Sen', sans-serif;
}

input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
    input[type=email] 
    {   width: 100%;
        margin-bottom: 20px;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    img.sticky{
        position: sticky;
        top: 0;
    }
    input[type=submit] 
    {   width: 30%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    input[type=reset] 
    {   width: 30%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    select {
        width: 100%;
         padding: 12px;
         border: 1px solid #ccc;
         border-radius: 3px;
 }
 .p5 a{
    text-decoration: none;
    color: white;
}
.p6
{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 33px;
    margin-top: 1rem;
    width: 100%;
    padding-top: 5rem;
}
#nav a {
    color: white;
}
#nav a:hover {
    background-color: white;
    color: black;
    border-radius: 5px 5px 5px 5px;
}
#nav a:active{
    color: gray;
}
#nav a:focus {
    color: blue;
}
.navbar-nav li {
    padding-left: 50px;
    padding-right: 30px;
}
.navbar-brand {
    margin-left: 20px;
    margin-top: -8px;
}
@media screen and (max-width: 600px) {
    .navbar-nav a {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }
}
footer {
    background-color: rgb(52, 58, 64);
    padding-bottom: 20px;
    padding-top: 20px;
    color: white;
}
footer ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#link a {
    
    color: white;
}
#link li {
    list-style-type: none;
}


