body{
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#on-the-top{
	display:grid;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color:#FFF;
	z-index:9999;
	place-items:center;
}
.overflow{
	overflow:hidden;
}
.container h2{
	text-align:center;
	color:#bd9077;
    padding-bottom: 20px;
    margin-bottom: 45px;
    background: url(../img/separator.png) no-repeat;
    background-position: center bottom;
    background-size: 300px;
}
body,input,.form-control,.btn{
	font-size:0.9rem;
}
.text-small{
	font-size:0.75em;
}
.navbar-scrolled {
	background-color:#f9f9f7!important;
}
.btn-facebook{
	color:#fff;
	background-color:#3b5998;
}
.btn-facebook:hover{
	color:#e0e7f3;
	background-color:#5174bb;
}
.bg-soft{
	background-color:#f4edea;
}
.text-matte{
	color:#bd9077;
}
.focus{
	border:2px solid #0F0;
}
.landpage-top{
	margin-top:6.2em;
}
.logo{
	max-height:4.2em;
	transition: max-height 0.2s ease;
	border-radius: 90px;
}
.square-to-circle{
	border-radius: 999px;
}

.logo-borders{
	max-height:2.2em;
	transition: max-height 0.2s ease;
}
.text-shadow-soft{
	text-shadow: 0px 1px 6px rgba(0,0,0,0.30);
}
.collection-preview-link{
	color:#FFF;
	font-size:1.3em;
	text-decoration:none;
}
.collection-preview-link:hover{
	color:rgba(255,255,255,0.65);
	text-decoration:none;
}

.collection-preview{	
  height:160px;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:10px;
}
.collection-preview a{
	display:block;
	color:#FFF;
	font-size:1.3em;
}
.no-stock span{
	 text-decoration: line-through;
	 color:#CCC;
}
.no-stock {
	 color:#999;
}
.stock-0 {
	opacity:0.6;
}
.no-av{
	text-decoration: line-through;
	 color:#CCC;
}
.navbar-margin-from-top{
	padding-top:100px;
}
.footer{
	margin-top:50px;
	background-color: #f9f9f7;
}
.hvr-alpha{
	opacity:1;
	transition: opacity 0.2s ease;
}
.hvr-alpha:hover{
	opacity:0.7;
	transition: opacity 0.2s ease;
}
.breadcrumb{
	background-color:#fdfcfb;
}
.roundest{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.top-msg{
	position:fixed;
	top:0;
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	padding:0 4px;
	font-size:0.8em;
	z-index:99999;
	overflow:hidden;
	
}
.top-msg span{
 display: inline-block;
  vertical-align: middle;
  line-height: normal;
	
}
.top-msg-margin{
	margin-top:30px;
}
.share-fb{
	color:#fff;
	background-color:#395693;
}
.share-wa{
	color:#fff;
	background-color:#00a600;
}
.share-fb:hover{
	color:#fff;
	background-color:#6685c4;
}
.share-wa:hover{
	color:#fff;
	background-color:#26cc64;
}
.img-media{
	width:100%;
	max-width:100px;
	border-radius:15px;
}
.roundest{
	border-radius:15px;
}
.masthead{
	min-height:50rem!important;
}
@media (min-width: 992px) {
	.landpage-top{
		margin-top:0;
	}
	.only-phone{
		display:none;
	}
	#mainNav{
		padding:20px;
		background-color:rgba(255,255,255,0.5);
		border-radius:  0 0 10px 10px;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 0 1rem;
		font-size:1.2em;
		color:#000;
	}
	#mainNav.navbar-scrolled {
		box-shadow: none;
		background-color: #fff;
		border-bottom:2px solid #f1f1ed;
	}
	.collection-preview{	
	  height:240px;
	}

}