*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: arial;
}
body{
	background-color: white;
	min-width: 320px;
}
p{
	-webkit-text-size-adjust: 200%;
	font-size: 20px;
	line-height: 20px;
}
a{
	text-decoration: none;
}
a:visited{
	color: inherit;
}
.orange{
	color: #fbae42 !important;
}
.button:hover{
	background-image: linear-gradient(to bottom, #101438,#1a1f49);
}
.button{
	margin: 0;
	padding: .97em 1.8em;
	white-space: nowrap;
	color: #fbae42;
	background-color: #1a1f49;
	font-size: 1.25em;
	background-image: linear-gradient(to bottom, #1a1f49,#101438);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .025em;
	border: 1px solid #2a3890;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35) inset;
	transition: color 250ms ease-in-out,
	background-color 250ms ease-in-out;
}
.threeButtons{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.threeButtons .button{
	margin-bottom: 10px;
}
#callPhone{
	color: #2a3890;
	text-decoration: underline;
}
.header-container{
	background-color: #2a3890;
	text-align: center;
}
.head-top,
.head-bottom{
	margin: 0;
	width: calc(100% - 310px);
	padding: 10px 7px 10px 303px;
	flex-direction: row-reverse;
	display: flex;
	align-items: center;
	color: white;
	list-style-type: none;
}
.head-top{
	transition: all 250ms ease-in-out;
}
.head-bottom{
	background-color: #1c204d;
}
.head-top-text-container{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 10px;
}
.head-top-social{
	display: flex;
}
.head-top-social a{
	margin: 0 5px;
	height: 100%;	
}
.head-top-secondline{
	display: flex;
	text-align: right;
	justify-content: flex-end;
}
.head-bottom a,
.dropbtn{
	background-color: none;
	color: white;
	text-decoration: none;
	padding: 15px 10px;
	font-size: 20px;
    transition: all 250ms ease-in-out;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #1a1f49;
	min-width: 160px;
	font-size: 1.125rem;
	font-weight: 400;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a{	
	float: none;
	padding: 15px;
	display: block;
	text-align: left;
}
#site-logo{
	top: 10px;
	left: 10px;
	position: absolute;
}

.head-bottom a:hover{
	color: #fbae42;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.nav-drawer-icon{
	display: none;
	align-items: flex-end;
	flex-direction: column;
	text-align: right;
	color: white;
	background-color: #2a3890;
	padding: 5px 0px 5px 200px;
	width: calc(100% - 200px);
	border-bottom: 7px solid #1c204d;
}
.nav-drawer-icon div{
	padding: 5px;
}
.nav-drawer-icon svg{
	width: 50px;
	height: 50px;
	fill: white;
}
.nav-drawer-icon svg:hover{
	fill: #fbae42;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#navDrawerContainer{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 100;
	overflow: hidden;
}
#navDrawerBackground{
	height: 100%;
	width: 100vw;
	background-color: rgba(0,0,0,0.5);
}
#navDrawer{
	position: absolute;
	top: 0;
	left: -320px;
	height: 100%;
	width: 320px;
	background-color: rgba(0,0,0,0.9);
	-webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
}
@-webkit-keyframes slide {
    100% { left: 0; }
}
@keyframes slide {
    100% { left: 0; }
}




#navDrawerContainer .sitemap{
	display: block;
	margin-top: 15px;
}
#navDrawerContainer .sitemap li{
	margin: 0;
	border: 1px;
}
#navDrawerContainer .sitemap a{
	color: white;
	padding: 15px;
	width: calc(100% - 30px);
	display: block;
}
.navDrawerSocial{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
#navDrawer svg{
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	margin: 15px;
	cursor: pointer;
}

.financing{
    display: flex;
    align-items: stretch;
    margin: 50px 5% 50px 5%;
}
.financing a{
    flex: 1;
    display: flex;
    width: calc(50% - 12.5px);
}
.financing .button{
	text-align: center;
	font-size: 2.25vw;
	white-space: initial;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}





.footer-container{
	width: 100%;
	background-color: #1c204d;
	color: white;
	text-align: center;
	font-size: 1.75em;
	font-weight: 500;
	padding-top: 15px;
}
.footer-container h1{
	font-size: 1.75em;
}

.footer-container .column-row{
	display: flex;
}
.footer-container .column-half{
	box-sizing: border-box;
	width: calc(50% - 15px);
	background-color:#05081e;
	padding: 50px;
	text-align: left;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}
.footer-container .column-half:nth-child(1){
	margin-left:15px;
}
.footer-container .column-half:nth-child(2){
	margin-right:15px;
	background-image: linear-gradient(to left,#05081e,#1a1f49);
}
.column-half a{
	color: white;
}
.footer-container ul{
	list-style-type:none;
}
.sitemap li{
	margin: 10px 0;
}
.bbb{
	margin: 40px 15px 20px;
}
.bbb img{
	height: 100%;
}
.suppliers-container{
	vertical-align: middle;
	padding-bottom: 20px;
	display: inline-block;
	justify-content: center;
}
.suppliers-container a{
	width: 15%;
	padding: 2px;
}
.suppliers-container img{
	max-height: 77px;
	max-width: 100%;
}





#endPics{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: #1c204d;
	margin-top: 5vw;
}
#endPics .images{
	height: 20vw;
	width: 25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.endPics-header{
	width: 100%;
	background-color: white;
	/*font-size: 30px;
	text-align: center;*/
	
}









@media only screen and (max-width: 1124px){
	.head-top{
		font-size: 1.45vw;
		line-height: 1.45vw;
		text-align: right;
		padding: 5px 7px 5px 303px;
	}
	.head-top-text-container{
		flex-direction: column;
		align-items: flex-end;
	}
	.head-bottom a,
	.dropbtn{
		padding: 10px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 950px){
	.head-bottom a,
	.dropbtn{
		font-size: 16px;
	}
}
@media only screen and (max-width: 900px){
	#site-logo{
		width: 200px;
		top: 0px;
		left: 0px;
	}
	.head-bottom{
		padding: 5px 0px 5px 200px;
		width: calc(100% - 200px);
	}
	.head-bottom a,
	.dropbtn{		
		/*font-size: .8rem;*/
	}
	.footer-container .column-half{
		font-size: .65em;
		padding: 35px;
	}
}
@media only screen and (max-width: 785px){
	.head-top,
	.head-bottom{
		display: none;
	}
	.nav-drawer-icon{
		display: flex;
	}
	#endPics .images{
		width: 33.33%;
		height: 200px;
	}
	.financing{
    flex-direction: column;
    width: 90%;
    margin-top: 15px;
	}
	.financing a{
    width: 100%;
    margin: 0 0 10px 0;
	}
	.financing .button{
		font-size: calc(2vw + 18px);
	}
}
@media only screen and (max-width: 500px){
	.footer-container .column-row{
		flex-direction: column-reverse;
	}
	.footer-container .column-half{
		width: 100%;
		margin: 0;
		padding: 25px 10px 10px 25px;
	}
	.footer-container .column-half:nth-child(1){
		margin-left:0;
	}
	.footer-container .column-half:nth-child(2){
		margin-right:0;
		background-image: linear-gradient(to top,#05081e,#1a1f49);
	}
	#endPics .images{
		width: 50%;
		height: 100px;
	}
}
