/*  */

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', Arial, sans-serif; }

p,span:not(.btn__text),ul,blockquote,figcaption,input[type],textarea { font-family: 'Open Sans','Helvetica Neue', 'Helvetica', Arial, sans-serif; }

h6,.h6 { font-weight: 600; }

/*  */


/* CUSTOM SCROLL */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* END CUSTOM SCROLL */


.nav-bar {
	padding-left: 3.25em;
	padding-right: 3.25em;
}
.menu > li {
  font-size: 0.84em;
}
.menu > li a {
  text-transform: none;
}


.margin-bottom-0 {
    margin-bottom: 0px;
}

.g-recaptcha iframe {
	min-height: 0;
}

.contact-info-submit {
  	background-color: #ff6171;
  	border-color: #ff6171 !important;
}
	.contact-info-submit:hover {
	  	background-color: #ff6171;
	  	border-color: #bf3542 !important;
	}
