#copyright{
    z-index:10 ;
    color: #2B2B2B;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
   
}

footer{
    min-height: 350px;
}

.footer_bottom{
    min-height: 200px;
    background-color: #E4E4E4;
}

li{
    list-style: none;
    display: inline-block;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;  
}

li:hover{
    color: #B02F35;
}

span{
    margin-left: 15px;
    z-index:10 ;
    color: #2B2B2B;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

/* Begin Footer */

.flex_footer{
  background-color: #E4E4E4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
  
}

.footer_content{
   
    display: inline-block;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;  
    color: #766F6C;
}

.footer_content:hover{
    color: #B02F35;
}
/* Close Footer */


.flex_footer > div {
     min-width: 250px; 
     margin-top: 50px;
}
    

.media_img{
  width:37.04px;
  height:37.0px;
}

.media_footer{
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
}

.media_footer > div {
    padding : 15px;  
}

#copyright{
    z-index:10 ;
    color: #2B2B2B;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}