body {
  font-family: 'Montserrat', sans-serif;
  background-color: white;
  color: #0A0A0A;
  font-size: 15px;
  overflow-x: hidden !important;
}

html, .container-fluid, .container {
  overflow-x: hidden !important;
}

::-webkit-scrollbar {
    width: 0px !important;
}

a, a:active, a:visited{
	font-weight: 500;
	color: #b37120;
}
section
{
	margin-top: 70px;
}


#logonav
{
	border-radius: 5px;
	margin-left:10px;
}

.navbar {
  background-color:#b37120 !important;
  color: white !important;
  font-size: larger;
}
 
.animate-opacity {
  transition: opacity 3s;
  opacity: 1 !important;
}
 
  .anim {
  opacity: 0;
}


 
.linkShop {
  background: #5d8e35 !important;
  min-width: 80px;
  text-align: center;
  font-weight: 700;
  color: white !important;
	border-radius: 5px;
}
 
.sectionHomeContent {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
}

.divider
{
	width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
	max-width: 500px;
}
    