/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.menu {
    color:#2ec2ec;
    font-weight: bold;
}

.menu:hover {
    background-color:#2ec2ec;
    color: white;
}


.menu.active {
     background-color:#2ec2ec;
     border-color:#2ec2ec;

}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(255, 255, 255, .8);
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */

color: rgba(0, 0, 0, .2);
}

#myBtn:hover {
    background-color: lightblue; /* Add a dark-grey background on hover */
}

.adefillink {
    color:#2ec2ec;
    font-weight: bold;
}

.adefillink:hover {
    color:black;
    text-decoration:none;
}

.adefilheader {
color:#2ec2ec
}

.adefilheader:hover {
color:black;

}


 .adefilphone::before {
    font-family: "Font Awesome 5 Solid";   content: "\f098";
  }

