body{
    padding: 0px;
    margin: 0px;
    background-color: rgb(250, 250, 250);}
.navbar-default{
    margin: 0px;
    padding: 1% 9%;
    background-color: white;
    border: none;
    text-align: center;
    
}
.navbar-default li{
<<<<<<< HEAD
font-family: Segoe UI;
font-style: normal;
font-weight: normal;
font-size: 1.15rem;
line-height: 42px;
text-align: center;
letter-spacing: 0.22em;
text-transform: uppercase;
color: black;
=======
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 1.15rem;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: black;
>>>>>>> a88804ab5f225522b4107cb345cdde1e524acd0a

}

@media screen and (min-width: 48em) {
    .navbar-brand img {
            max-width: 500px;
        }
    }
    
    .navbar-brand img {
        /* display: inline-block; */
            max-height: 160px;
            height: auto;
            width: 288px;
        /* width: auto; */
         }
    }

.navbar-default .navbar-right li a{
    color: black;
}

.navbar-right .active{
    border-bottom: 5px solid #EE4E24;
    background-color: none;
    border-radius: 3px;
}
.container-fluid{
    padding: 0px;
    margin: 0px;
}
.about{
width: 90%;
height: 50%px;
background: #FAFAFA;
box-shadow: 0px 26.45px 33.06px rgba(0, 0, 0, 0.1), 0px 13.23px 13.23px rgba(0, 0, 0, 0.04);
border-radius: 5px;
text-align: center;
margin: 20% 5%;
padding:2%;
}
.about h1{
font-family: Josefin Sans;
font-style: normal;
font-weight: bold;
font-size: 3em;
line-height: 96px;
color:  #EE4E24;
}
.about h4{
font-family: Segoe UI;
font-style: normal;
font-weight: normal;
font-size:2em;
text-align: justify;
color: #1C1C1B;
    line-height: 1.5em;
}.about p{
font-family: Segoe UI;
font-style: normal;
font-weight: normal;
font-size: 1.5em;
color: #1C1C1B;
}
footer{
    background-color: black;
    text-align: center;
    color: white;
}
footer img{
    padding-top: 15px;
    padding-bottom: 15px;
  
}
footer h2{
    padding-top: 15px;
    padding-bottom: 15px;
      font-size: 1.3em;
}
footer h2 i {
   color: #EE4E24;
}