/*
 Theme Name:        Bright Child
 Theme URI:         https://www.brightonline.nl
 Description:       Based on Holger Koenemann's (https://www.holgerkoenemann.de) Understrap Child Theme 0.5.5 (https://understrap.com).
 Author:            Bright Online
 Author URI:        httsp://www.brightonline.nl
 Template:          bright
 Version:           1.0.0
 License:           Modifications by Bright Online are Closed Source, GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:       bright-child
 Tags:              one-column, custom-menu, featured-images, theme-options, translation-ready
*/
.img-fluid{
    width: 300px;
}
.site-info{
    text-align: center;
}
#wrapper-footer{
    background: #429cd2;
}
.phone-header{
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 30px;
    background: #fff;
    color: #429cd2;
    border: 2px solid #429cd2;
    border-radius: 5px;
    margin-left: 20px;
}
    .phone-header a{
        color: #429cd2!important;
    }
    .phone-header a:hover,
    .phone-header:hover{
        color: #fff!important;
    }
    .phone-header:hover{
        background: #429cd2;
        border: 2px solid #fff;
        color: #fff;
    }
    .phone-header::before{
        font-family: "Font Awesome 5 Free"; 
        font-weight: 400; 
        content: "\f095";
        position: absolute;
        right: 10px;
        top: 7px;
    }
.navbar-toggler{
    display: none;
}
@media(max-width: 768px){
    .img-fluid {
        width: 200px;
    }
    .navbar{
        min-height: 85px;
    }
}