body{
	font-family: 'Raleway', sans-serif;
	background-color: #f7f4e8;
	overflow-x: hidden;
}

.headerContainer .row {
	margin-left: 0px;
	margin-right: 0px;
}

/*Firefox scrollbar*/

@font-face{
	font-family: "Eaglefeather";
	src: url("https://res.cloudinary.com/bpmimg/raw/upload/v1617053710/eaglefeather-bold.ttf") format("truetype");
}

*{
    scrollbar-width: thin;
    scrollbar-color: grey white;
}

.Eagle {
	font-family: "Eaglefeather";
}

a.inher {
	color: inherit;
}

/*Chrome/Edge/Safari/Opera scrollbar*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background: #ffffff90;
  border: 0px solid #00000032;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff99;
}
::-webkit-scrollbar-track:active {
  background: #ffffff99;
}
::-webkit-scrollbar-thumb {
  background: #00000030;
  border: 0px dotted #00000010;
  border-radius: 80px;
}
::-webkit-scrollbar-thumb:hover {
  background: #00000032;
}
::-webkit-scrollbar-thumb:active {
  background: #00000032;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

#LOGO{
	height: 80px;
}

.navbar-brand.logo {
	margin-right: 2px;
}

.logoreg {
	height: 70px;
	font-family: "Raleway";
	font-size: 0.9rem;
}

#cover {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left: 0; 
	background: #ffffff; 
	z-index:9999;
}

#covericon{
	position: fixed;
	top: 44%;
	left: 48%;
}

.bottom-line{
	min-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 1px;
	color: #2a4d5c;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: center;
	margin-top: 1em;
	background-color: rgba(179,181,182,0.32);
	box-shadow: 0 50vh 0 50vh rgb(222 223 224);
}

footer{
	background-color: #f2f3f3;
	padding-top: 10px;
	min-height: 20vh;
}

.gmaps {
	max-height: 100%;
	max-width: 100%;
	display: inline-flex;
	justify-content: center;
}

.container.footer{
	margin-top: 10px;
	padding-bottom: 10px;
	min-width: 80%;
	
}

.form-group {
	justify-content: center;
}

.contact-form{
	height: 300px;
}

.contact-info {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.form-group{
	margin-bottom: 0.5rem;
}

textarea{
	resize: none;
}

.google-maps {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
}

@media(max-width: 500px) {
	#subjectHelpBlock{
		display: none;
	}
}

#copyright{
	color: #212529;
}

.navbar-brand {
	font-family: 'Eaglefeather';
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: column;
}

@media (max-width: 418px) {
	.navbar-brand{
		font-size: 7vw;
	}
}

.nav-link.active {
	border-color: #00000090;
}
.nav-link.active.trademarks {
	border-color: #7D1C26;
}
.nav-link.active.copyrights {
	border-color: #464F11;
}
.nav-link.active.patents {
	border-color: #183671;
}

.dropdown-item.trademarks {
	color: #7D1C26;
	font-weight: bold;
}
.dropdown-item.copyrights {
	color: #464F11;
	font-weight: bold;
}
.dropdown-item.patents {
	color: #183671;
	font-weight: bold;
}

.nav-link {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	transition: 0.3s ease-in-out;
	box-sizing: border-box;
	font-weight: bold;
}

.nav-link:hover {
	border-bottom: 3px solid #00000090;
}
.navbar-nav .nav-link:hover.trademarks {
	border-bottom: 3px solid #7D1C26;
	color: #7D1C26;
}
.navbar-nav .nav-link:hover.copyrights {
	border-bottom: 3px solid #464F11;
	color: #464F11;
}
.navbar-nav .nav-link:hover.patents {
	border-bottom: 3px solid #183671;
	color: #183671;
}

.gsc-input {
	max-width: 110px;
	border: 1px solid #D3BCA1;
}

.gsc-input:focus {
	outline: none;
}

.searchbutton {
	border: 1px solid #300D00;
	background: black;
	color: white;
}

.headerContainer .row{
	flex-wrap: nowrap;
}

@media (max-width: 418px) {
	#LOGO {
		max-height: 14vw;
	}
	.logoreg {
		max-height: 14vw;
	}
}

@media (max-width: 340px) {
	#LOGO {
		display: none;
	} 
	.logoreg {
		display: none;
	}
}

.grecaptcha-badge {
	bottom: 45px !important;
}