body {
  font-family: 'Montserrat', sans-serif;
  font-size: 80%;
}

h6 {
  font-size: 110%;
}

h5 {
  font-size: 115%;
}

@media (min-width: 576px) {
  body {
    font-size: 100%;
  }

  h6 {
    font-size: 120%;
  }

  h5 {
    font-size: 130%;
  }


}


.navbar-toggler {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-width:0;
    border-radius:0;
    }


#footer a {
  color:grey;
}

.heading-1 {
  font-family: 'Caveat', cursive;
  font-size: 1.7rem;

}

.clink a {
  font-size: 80%;
  color: grey;
}

.signup-form{

	}
.signup-form:hover{



	}
	.signup-form h5{
    font-size: 17px;
		color: #7D6E5B;
        margin: 0 0 15px;
		position: relative;
		text-align: center;
    }
	.signup-form h5:before, .signup-form h5:after{
		content: "";
		height: 2px;
		width: 20%;
		background: #E5D5C0;
		position: absolute;
		top: 50%;
		z-index: 2;
	}
	.signup-form h5:before{
		left: 0;
	}
	.signup-form h5:after{
		right: 0;
	}
    .signup-form .hint-text{
		color: #999;
		margin-bottom: 30px;
		text-align: center;
	}
    .signup-form form{
		color: #999;
		border-radius: 3px;
    	margin-bottom: 15px;
      background: white;  /* fallback for old browsers */
        padding: 30px;
        border: 1px solid #E3E6E8;
    }
	.signup-form .form-group{
		margin-bottom: 20px;
	}
	.signup-form input[type="checkbox"]{
		margin-top: 3px;
	}
	.signup-form .btn{
        font-size: 16px;
        font-weight: bold;
		min-width: 140px;
        outline: none !important;
    }
	.signup-form .row div:first-child{
		padding-right: 10px;
	}
	.signup-form .row div:last-child{
		padding-left: 10px;
	}
    .signup-form a{
		color: #fff;
		text-decoration: underline;
	}
    .signup-form a:hover{
		text-decoration: none;
	}
	.signup-form form a{
		color: #5cb85c;
	font-weight: bold;
  text-decoration: none;
	}
	.signup-form form a:hover{
		text-decoration: underline;
	}

.alert-danger-alt { border-color: #B63E5A;background: #E26868;color: #fff; }
.price {
  background: #7D6E5B;
  border: 1px solid #7D6E5B;
  color: #fff;
  padding: 8px;
  margin: 15px;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-border-top-right-radius: 12px;
-webkit-border-bottom-right-radius: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
 }

.alert-danger-alt a {color: white; }



#topheader .navbar-nav li.active > a {
font-weight: 700;
color:black;
text-decoration: none;
background-color: #D3DACF;
border-radius: 5px;

}

.mybutton {
  -webkit-border-top-right-radius: 12px;
-webkit-border-bottom-right-radius: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
.mybutton:hover {
  background-color: #A18D75!important;
}

.mybutton2 {
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  color: white;
  background-color: #A18D75;
  -webkit-border-top-left-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomleft: 12px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}


.mybutton1 {
  background-color: #343a40;
  color:white;
  padding:0px;
}

a {
    color: #7D6E5B;
}
a:hover {
  color:black;
}

.btn-success {
  background-color: #D9CAB7!important;
  border-color: #C9B398!important;
  color:#3B3B3B;
}
.btn-success:hover {
  background-color: #7D6E5B!important;
  border-color: #7D6E5B!important;
}

svg:hover path {
  fill: black;
  transition: all ease 0.5s;
}

svg path {
  transition: all ease 0.5s;
}

.icon40 {
  width: 40px;
height: 40px;
}

html.sr .load-hidden {
    visibility: hidden;
}

.shop a {
  padding:5px;
font-weight: 700;
color:black;
text-decoration: none;
background-color: #C9B398;
border-radius: 5px;

}

.shop a:hover {
background-color: #D3DACF;

}

.shop a.active {
  color:white;
background-color: #9A9F97;
}
#loginf .form-control {
  font-size: 0.8rem;
  padding:4px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.dropdown-menu {
  min-width: 15rem;
}
