*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
#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;
    }
}

.p2{
    height: 11vh;
    border-bottom: 0.8px solid black;  
    background-color: white;
}
.s1{
    padding: 10px;
    font-family: 'Sen', sans-serif;
    font-size: 20px;
    margin-left: 15% ;
    padding-top: 15px;
}
.a
{
    text-align: center;
    padding-top: 30px;

}

.a h2
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: black;
}
.b
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid grey;
}
.c
{
width: auto;
text-align: center;
background-color: whitesmoke;
display: flex;
margin-left: auto;
margin-right: auto;
padding: 10px;
flex-wrap: wrap; 
justify-content: space-around;  
}
.g
{
padding-top: 90px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;

}
.g h2
{
    color: black;
    font-size: 3.5rem;
    font-weight: bold;
}
.e1 h3, .f1 h3
{
    
    margin-top: 130px;
}
img{
    width: 100%;
}
.c img:hover
{
    transform: scale(1.3,1.5);
    transition: 0.7s transform;
}
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;
}

