/* Custom KBF Styling */
@font-face {
    font-family: 'Merriweather-Regular'; 
    src: url('Merriweather-Regular.ttf');
}
@font-face {
    font-family: 'Merriweather-Light'; 
    src: url('Merriweather-Light.ttf');
}
@font-face {
    font-family: 'Merriweather-Bold'; 
    src: url('Merriweather-Bold.ttf');
}
@font-face {
    font-family: 'Merriweather-Italic'; 
    src: url('Merriweather-Italic.ttf');
}
body{
    font-family: 'Merriweather-Regular';
}
.no-padding{
    padding: 0px;
}
.footer{
    border-top-width: 1px;
    border-top-color: #D2D2CE;
    border-top-style: solid;
}
table[data-name^="hidden_fields"]{
    display: none;
}
.Media-resize-about{
    width: 95%; 
   
}
@media (max-width: 976px) {
    .Media-resize {
        width: 50px;
    }

}
@media (max-width: 200px) {
    .Media-resize {
        width: 50px;
    }
}
.social-media-footer-float
{
    float: left;
}
/*.social-media-footer{
    /*background-color: red;
}*/

.social-media-footer-icon{
    height: 50px;
    width: 50px;
}