@charset "UTF-8";
:root {
	--bs-blue: #00416a;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #00416a;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #00416a;
	--bs-link-hover-color: #0a58ca;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd
}
*,
*::before,
*::after {
	box-sizing: border-box
}
@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}
body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%
}
h3,
h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 700;
	line-height: 1.2
}
h1 {
	font-size: calc(1.375rem + 1.5vw)
}
h2, .h2 {
  font-size: calc(1.15rem + 0.9vw);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h3 {
	font-size: calc(1.3rem + 0.6vw)
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
strong {
	font-weight: bolder
}
a {
	color: #00416a;
	text-decoration: underline
}
img {
	vertical-align: middle
}
button {
	border-radius: 0
}
input,
button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button {
	text-transform: none
}
button,
[type=submit] {
	-webkit-appearance: button
}
::-moz-focus-inner {
	padding: 0;
	border-style: none
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0
}
::-webkit-inner-spin-button {
	height: auto
}
::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
	padding: 0
}
::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}
.lead {
	font-size: 1.25rem;
	font-weight: 400
}
.container,
.container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto
}

.plar {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.plar10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.plar5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
} 

.plar0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.secondary {
    font-size: 28px !important;
    margin: 5px 0px 20px 0px;
}
.row {
	--bs-gutter-x: 0rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x))
}
.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y)
}
.col {
	flex: 1 0 0%
}
.col-auto {
	flex: 0 0 auto;
	width: auto
}
.g-0 {
	--bs-gutter-x: 0
}
.g-0 {
	--bs-gutter-y: 0
}
.form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.375rem
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}
.row.align-items-center {
	margin-bottom: 35px;
}
button#submitButton1, button#submitButton2 {
	font-size: 23px;
	padding: 5px 25px;
  cursor:pointer;
}
.form-control-lg {
	min-height: 50px;
    padding-left: 15px;
    font-size: 17px;
    border-radius: 0.5rem;
    font-weight: 600;
    width: 45%;
}
.btn {
	--bs-btn-padding-x: 1rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg)
}
.btn-primary {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-shadow: none;
	box-shadow: none;
	font-size: 25px;
	font-weight: 600;
	padding: 5px 25px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #9cd2c8;
	border-radius: 18px;
	text-transform: uppercase;
	font-family: Raleway;
	background-image: -webkit-linear-gradient(bottom, #00416a 50%, #9cd2c8 100%)
}
.btn-lg {
	--bs-btn-padding-y: 1rem;
	--bs-btn-padding-x: 1.25rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: 0.5rem
}
.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 1rem;
	--bs-navbar-color: rgba(0, 0, 0, 0.55);
	--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
	--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
	--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-brand-padding-y: 0.3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
	--bs-navbar-toggler-border-radius: 0.375rem;
	--bs-navbar-toggler-focus-width: 0.25rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}
.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap
}
.d-flex {
	display: flex!important
}
.d-none {
	display: none!important
}
.fw-bolder {
    font-size: 30px;
    font-family: 'Raleway';
}
.position-relative {
	position: relative!important
}
.align-items-center {
	align-items: center!important
}
.m-auto {
	margin: auto!important
}
.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}
.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}
.mb-0 {
	margin-bottom: 0!important
}
.mb-3 {
	margin-bottom: 1rem!important
}
.mb-5 {
	margin-bottom: 2rem!important
}
.p-0 {
	padding: 0!important
}
.fw-bolder {
	font-weight: bolder!important
}
.text-center {
	text-align: center!important
}
.text-primary {
	--bs-text-opacity: 1;
	color: #00416a
}
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important
}
.features-icons {
	padding-top: 3rem;
	padding-bottom: 4rem
}
.features-icons .features-icons-item {
	max-width: 21rem
}
.features-icons .features-icons-item .features-icons-icon {
	height: 7rem
}
.features-icons .features-icons-item .features-icons-icon i {
	font-size: 4.5rem
}
header.masthead:before {
	content: "";
	position: absolute;
	background-color: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.55;
}
header.masthead h1 {
	font-size: 2rem;
	font-weight: 400 !important;
}
.showcase .showcase-text {
	padding: 3rem 2.5rem;
}
.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover;
	background-position: center
}
.features-icons {
	padding-top: 3rem;
	padding-bottom: 4rem;
	position: relative
}
.features-icons:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://www.everyhome.com/g/roadmap.png?ver=1.0);
	background-size: cover;
	background-position: center;
	opacity: 0.25;
	z-index: -1
}
.mainarea {
	margin: auto;
	display: block;
	width: auto
}

h2.mb-4 {
    font-size: 50px;
    margin-bottom: 25px;
}

.testimonials {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.testimonials .testimonial-item {
  max-width: 18rem;
}
.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
}

.features-icons {    
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
}
.features-icons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://www.everyhome.com/g/roadmap.png?ver=1.0);
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  z-index: -1;
}

footer.footer {
  padding: 2rem 1rem;
}

.mainarea {
  margin:auto;
  display:block;
  width:auto;
}

li.list-inline-item a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol, ul {
  padding-left: 2rem;
}

.list-inline-item {
  display: inline-block;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #000 !important;
  font-size: 18px;
  text-align: center;
  margin-top:25px;
}

.tele {
}
.tele a {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-shadow: none;
    box-shadow: none;
    font-size: 19px;
    font-weight: 600;
    padding: 0px 20px 2px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 2px solid #9cd2c8;
    border-radius: 50px;
    font-family: Raleway;
    background-image: -webkit-linear-gradient(bottom, #00416A 50%, #9cd2c8 100%);
}
.tele a:hover {
    background: #00416a;
    color: #fff;
}

.telcall {
	margin-right:10px;
}

.numba {
    font-size: 21px;
    font-weight: 600;
    font-family: Raleway;
	padding-left: 10px;
}

.logone {
    flex: 0 0 auto;
}

img.ehop {
    min-width: 250px;
    max-width: 250px;
    min-height: 100%;
    max-height: 55px;
}

button#submitButton1,button#submitButton2 {
    cursor: pointer;
}

.testimonial-item h5 {
    text-decoration: underline;
}

.blrbfoto {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width:300px) and (max-width:359px){

}

@media (min-width:300px) and (max-width:320px){
}

@media (min-width:321px) and (max-width:360px){
	
	.form-control-lg {
		padding-left: 10px;
		font-size: 15px;
		margin-bottom: 5px;
	}
	h2.mb-4 {
		font-size: 40px;
	}
}

@media (min-width:360px) and (max-width:419px){
	header.masthead h1 {
		font-size: 2.4rem;
	}
	.secondary {
		font-size: 19px !important;
	}
	.form-control-lg {
		padding-left: 10px;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.row.align-items-center {
		margin-bottom: 20px;
	}
}

@media (min-width:361px) and (max-width:400px){
	h2.mb-4 {
		font-size: 39px;
	}
}

@media (min-width:400px) and (max-width:420px){
	div#sellforonepercent {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media (min-width:401px) and (max-width:480px){
	h2.mb-4 {
		font-size: 35px;
	}
}

@media (min-width:420px) and (max-width:479px){
	header.masthead h1 {
		font-size: 2.15rem;
	}
	.secondary {
		font-size: 19px !important;
	}
	.form-control-lg {    
		padding-left: 7px;
		font-size: 13px;
		width: 49%;
		margin-bottom: 5px;
	}
}

@media (min-width:480px) and (max-width:543px){

	.secondary {
		font-size: 22px !important;
	}
	header.masthead h1 {
		font-size: 1.75rem;
	}
	.form-control-lg {
		padding-left: 8px;
		font-size: 14px;
		width: 47%;
		padding-left: 10px;
	}
	
}

@media (min-width:545px) and (max-width:767px){
	header.masthead {
		max-height: 500px;
		min-height: 500px;
	}
	.numba {
		padding-left: 0px;
	}
}

@media (min-width:544px) and (max-width:767px){
	.secondary {
		font-size: 24px !important;
		margin: 5px 0px 20px 0px;
	}
	.form-control-lg {
		font-size: 15px;
		width: 45%;
		padding-left: 10px;
	}
	.primary {
		margin-bottom: 1rem!important;
	}
	.numba {
		font-size: 21px;
	}
	.tele a {
		font-size:18px;
		padding: 0px 10px 2px;
	}
	
	.col-xs-12,.col-xs-6,.col-xs-4{float:left}
	.col-xs-12{width:100%}
	.col-xs-4{width:33.33333333%}
	.col-xs-6{width:50%}
}

@media (min-width:767px) and (max-width:992px){
	.hidden-sm{display:none!important}
}

@media (min-width:768px) and (max-width:992px){

}

@media (min-width:992px) and (max-width:1200px){
    .showcase .showcase-text {padding: 3rem !important; }
}

@media (min-width:993px) and (max-width:1199px){
	.hidden-md{display:none!important}
}

@media (min-width:260px){

}

@media (min-width:545px) {
	div#submitSuccessMessage1,div#submitSuccessMessage2 {
		transform: translateY(75%);
	}
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
	.fsso {
		font-size: 35px;
	}
}
@media (min-width:767px) {
	.container {
		max-width: 720px
	}
	
	header.masthead {
		padding-top: 13rem;
		padding-bottom: 13rem;
		min-height: 665px;
		max-height: 665px;
	}
	header.masthead h1 {
		font-size: 2.75rem
	}
	.showcase .showcase-text {
		padding: 5rem 4rem;
	}
}

@media (min-width:768px) {
	.col-sm-12,.col-sm-6,.col-sm-4{float:left}
	.col-sm-12{width:100%}
	.col-sm-4{width:33.33333333%}
	.col-sm-6{width:50%}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
	.order-lg-1 {
		order: 1!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.form-control-lg { 
		width: 32%;
	}
	.col-md-3,.col-md-4,.col-md-6{float:left}
	.col-md-6{width:50%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
}
@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
	.order-lg-2 {
		order: 2 !important;
	}
	h1 {
		font-size: 2.5rem
	}
	h3 {
		font-size: 1.75rem
	}
	.col-lg-6{width:50%}
	.col-lg-4{width:33.33333333%}
	.col-lg-3{width:25%}
	.hidden-lg{display:none!important}
}
@media (min-width:1400px) {
	.container {
		max-width: 1320px
	}
}

@media (max-width:1200px){
	
}

@media (max-width:992px){
	
}

@media (max-width:768px){
	
}

@media (max-width:767px){
	.visible-xs{
		display:block!important;
	}
}

@media (max-width:766px){
	.hidden-xs{display:none!important;}
}

@media (max-width:641px){
	
}

@media (max-width:544px){
	.col-xsm-12 {width: 100%}
	.col-xsm-11 {width: 91.66666667%}
	.col-xsm-10 {width: 83.33333333%}
	.col-xsm-9 {width: 75%}
	.col-xsm-8 {width: 66.66666667%}
	.col-xsm-7 {width: 58.33333333%}
	.col-xsm-6 {width: 50%}
	.col-xsm-5 {width: 41.66666667%}
	.col-xsm-4 {width: 33.33333333%}
	.col-xsm-3 {width: 25%}
	.col-xsm-2 {width: 16.66666667%}
	.col-xsm-1 {width: 8.33333333%}
	.hidden-xsm{display: none !important;}

	a.navbar-brand, .logone{
		display: block;
		margin: auto;
	}
	.tele {
		display: flex;
		font-size: 16px;
		margin: auto;
	}
	.tele {
		margin: auto;
		display: flex;
	}
	.numba {
	}
	.call-to-action {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.text-muted {
		font-size: 14px;
	}
	.showcase .showcase-img {
		min-height: 20rem !important;
	}
	.lead {
		font-size: 1rem !important;
		font-weight: 600 !important;
	}
	
	.form-control-lg {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.form-control-lg {
		min-height: 40px !important;
	}
	.logone {
		margin-bottom: 10px !important;
	}
}

@media (max-width:480px){
	
	div#sellforonepercent {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width:479px){
	
	.form-control-lg {
		width: 69%;
		padding-left: 10px;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.row.align-items-center {
		margin-bottom: 15px;
	}
}

@media (max-width:420px){

}

@media (max-width:359px){
	header.masthead h1 {
		font-size: 2rem;
	}
	.secondary {
		font-size: 15px !important;
		font-weight: 600 !important;
	}
}

@media (max-width:320px){
	
	.form-control-lg {
		padding-left: 10px;
		font-size: 14px;
		margin-bottom: 5px;
		width: 80% !important;
	}
	.row.align-items-center {
		margin-bottom: 20px !important;
	}
	h2.mb-4 {
		font-size: 32px !important;
		margin-bottom: 20px !important;
	}
	.showcase .showcase-text {
		padding: 3rem 1.9rem !important;
	}
}

.list-inline-itemlinks {
    display: block;
	padding-bottom: 10px;
}

a.btn.btn-primary:hover {
  background-image: -webkit-linear-gradient(bottom,#00416a 25%,#00416a 100%)!important;
  transition: none;
}

button#submitButton1:hover,button#submitButton2:hover {
    background: #00416a;
}

ul.list-inline.mb-0 li.list-inline-item a {
  font-size: 30px;
  padding: 0px 15px;
}

.text-center.text-lg-end.my-auto {
  padding-top: 15px;
}

a.nostyle {
    background-image: none !important;
    border: none !important;
    color: #000 !important;
}
a.nostyle:hover {    
	background: none !important;
    color: #000 !important;
    text-shadow: 1px 1px #d3d3d3;
}