
body {margin: 0px; padding: 0px; font-family: 'Montserrat', sans-serif; color: #6d4939;}

.c-brown {color: #6d4939;}
.c-white {color: white;}
.c-orange {color: #ffb343!important;}
.bg-brown {background-color: #a15231;}
.bg-yellow {background-color: #f1e74a;}
.bg-green {background-color: #74b428;}
.bg-red {background-color: #de1e1d;}

ul li{display: inline;}
.header1 {background-color: transparent; transition: all 1s ease;}
.header1 ul li a {font-size: 16px; text-decoration: none; font-weight: bold; color: white;}
.header1 ul li a:hover {opacity: 0.8;}
.header2 {background-color: white; height: 85px;}
.header2 ul li a {font-size: 16px; text-decoration: none; font-weight: bold; color: #6d4939;}
.header2 ul li a:hover {opacity: 0.8;}
.header2 ul li span {color: #6d4939;}

.home span {font-size: 45px; font-weight: 700;}
.home a {font-size: 20px; font-weight: 500;}
.home a:hover {color: white; text-decoration: none;}
footer a:hover {color: black; text-decoration: none;}
h3 {font-size: 28px; font-weight: 700;}
h2 a{font-size: 38px; font-weight: 700; cursor: pointer;}
h5 {font-size: 20px; font-weight: 500;}
p {font-size: 18; font-weight: 500;}

.home {height: 100vh; background-image: url(../img/bg/bg1.jpg); background-size: cover;}
.home > div {padding-top: 200px;}
.carousel-indicators li {width: 35px; height: 6px; opacity: 0.8;}
.carousel-indicators .active {background-color: #6d4939;}

.carousel-control-prev-icon {background-image: url(../img/logo/freccia-sx.png); height: 21px; width: 13px;}
.carousel-control-next-icon {background-image: url(../img/logo/freccia-dx.png); height: 21px; width: 13px;}

.mobile {display: none;}
.desk {display: block;}

.nav-item {color: transparent;}
.card-header {height: 150px;}

@media (max-width: 576px) { 
.mobile {display: block;}
.desk {display: none;}
ul li{display: block;}
a {font-size: 20px; text-decoration: none; font-weight: 500; color: #a15231;}
a:active {color:  #a15231;} a:hover {color:  #a15231;}
.home span { font-size: 22px; }
.dropdown-menu  {background-clip: none; border: none; padding: 0;}
.dropdown-menu a {font-size: 14px;}
}/*end 576px*/

