.logo img{
	height: 90px;
}

@media only screen and (max-width: 500px) {
	.logo img{
		height: 80px;
	}
}

@media only screen and (max-width: 400px) {
	.logo img{
		height: 60px;
	}
}

@media only screen and (max-width: 300px) {
	.logo img{
		height: 50px;
	}
}



.contact-link{
    color: white;
    text-align: center;
    display: inline-block;
}

.contact-link i{
    font-size: 50px;
    text-align: center;
}

.contact-link span{
    font-weight: bold;
     font-size: 1.2rem;
    text-align: center;
}

.sticky-button {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 35px;
	bottom: 15px;
	z-index: 100;
	padding-top: 7px;
	text-align: center;
	opacity: 0.9;
	border-radius: 100%;
	font-size: 32px;
}

.sticky-button:hover {
	opacity: 1;
}

.whatsapp-fixed {
	background-color: #25D366!important;
	border-color: #25D366;
	color: #ffffff;
}

.whatsapp-fixed .fa-whatsapp {
	color: #fff!important;
}

.go-top{
	bottom: 80px;
}

.go-top.show{
	bottom: 80px;
}