/*
Theme Name: Cosmo Child
description: Client Theme - Cosmo
Template: cosmo-parent
Version: 1.0.0
Text Domain: cosmo-child
Author: BCW
*/

.logo img {width: 170px;}

footer a {color: #fff;}
footer a:hover {color: var(--color-3);}
.information a:hover, .contact-info .fab:hover, #bottom-contact-info .social-icons a:hover {color:var(--color-1);}


.toptext {height: 350px; display: flex; align-items: center; margin-top: 20px;}

#bottom-contact-info img { filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff);
    margin-top: 0;
    width: 210px;
}

@media screen and (max-width:991px){
    .toptext {height: auto;}
}