/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/

html {
  /*scroll-behavior: smooth;*/
}

body {
	font-size: 18px;
}

a:not(.btn):not(.button):not(.added_to_cart):hover {
  opacity: 1;
}

.navbar {
    background-color: #b18857;
	color: #f0eddf;
}

.footer-contact-data li {
	margin: 10px 0 10px 0;
}

.footer-contact-data li a {
	color:#FFF !important;
	text-decoration: none;
	text-transform: none !important;
	font-weight: 300 !important;
}
.footer-contact-data .icon {
	margin-right: 20px;
	width: 30px;
}

.footer-contact-data .icon i {
	width: 1rem;
}

.footer .copyright {
  float: none !important;
}

@media (max-width: 768px) {
	.navbar .navbar-nav > li a {
		color: #504037;
	}
	
}

.navbar .navbar-nav > li a:hover {
	color: #504037 !important;
}