/*
 Theme Name:   Twenty Seventeen
 Theme URI:    http://boostapp.site
 Description:  Twenty Seventeen Child Theme
 Author:       Shlomo Framowitz
 Author URI:   http://boostapp.site
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/

.boostappFooter{
    background-color: #495157;
text-align: center;
color: #fff;
padding: 0.45em 0 0.45em 0;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
.boostappFooter a{
    color: #FFF;
    font-weight: bold;
}

.boostappFooter:hover a{
    color: #55e65e;
}

body{
    margin-bottom: 38px;
}

.boostappFooter .boostappImgWrapper img{    position: absolute;
    top: 6px;
    margin-right: -32px;}

    @media only screen and (max-width: 320px) {
        .boostappFooter {font-size: 11px}
        .boostappFooter img{display:none}
    }
    @media only screen and (min-width: 321px) and (max-width: 375px) {
        .boostappFooter {font-size: 13px}
        .boostappFooter img{display:none}
    }