body{
	color:#666;
	font-family: 'Quicksand';
	font-size:13px;
}
header img.logoWebChild{
    float:left;
    margin:9px;
    width: auto;
    height: 62px;
   
}
header div.responsive{
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom:10px;
    border-bottom: 4px solid var(--tts-primary-color);
}

@media (max-width: 480px){
    header img.logoWebChild{
        margin:10px;
        height: 45px;

    }
}

@media (max-width: 402px){
    header img.logoWebChild{
        margin:10px 5px;
        height: 35px;

    }
}
