/*###### Defaults #######*/
nav,
header,
footer {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
}

label {
	font-size: 2em;
	font-weight: bolder;
}

p {
	font-size: 28px;
	line-height: 1.2;
}

article p {
	font-size: 35px;
	padding: 20px
}

.container {
	width: 100%;
	margin: auto;
	padding-top: 4%;
	padding-bottom: 4%;
}

.row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.row::after {
	display: table;
	clear: both;
	content: "";
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



/*###### Nav Bar ######*/
nav {
	width: 100%;
	margin: 0;
}

nav ul {
	background-color: #F1F1F1;      /* #eee;  */
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.topnav li {
	list-style: none;
	float: left;
}

ul.topnav li.topnav-right {
	float: right;
}

ul.topnav li a {
	display: block;
	text-decoration: none;
	min-height: 16px; /* or use font-size: 16px; */
	text-align: center;
	padding: 14px;
	text-transform: uppercase;
	color: #FF0705;    /*  #666;   */
	transition: background-color 2s;
}

ul.topnav li a:hover {
	background-color: #FF6347;
	color: #fff;
}

ul.topnav li.dropdownIcon {
	display: none;
}


/*###### Custom Styles ######*/

.headerCol {
	background-image: linear-gradient(red, tomato);
}

.headerContainer {
	padding: 0;
}

.headerImg img {
	display: block;
	/* width: 100%; */
}

.headerTagLine h1{
	margin-top: 60px;
	margin-bottom: -25px;
}


div.covid-alert,
.homeBanner {
	padding: 0;
}

.top-space {
	background-color: #FF0000;
	color: #fff;
	text-align: center;
	padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
    word-spacing: 3px;
}

div.storeFront {
	background-color: #FFFDFD;
	position: relative;
	font-family: Arial;
	
}

div.storeFront img {
	margin: auto;
    display: block;
	max-width: 100%;
}

.textBlock {
	position: absolute;
	bottom: 20px;
	right: 22%;
	background-color: rgba(0,0,0, .45);
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

#section-1-gradient {
	background-color:  #fff;  /* #076DFF; */
	background-image: linear-gradient(#076DFF, #65A5FF);
}

div.box {
	text-align: center;
	margin: 24px;
	padding: 36px 24px 40px 24px;
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15),
	 0 2px 3px 0 rgba(0,0,0,.1);
}

div.icon {
	width: 100%;
}

div.icon img {
	width: 110px;
	height: 110px;
}

div.slopeIcon img {
	display: block;
	margin: auto;
	box-shadow: -2px -2px 20px 2px rgba(0,0,0,.15),
	 2px 2px 17px 2px rgba(0,0,0,1);
}

button {
	font-size: 32px;
	font-weight: bolder;
	color: #fff;
	background-color: #0069FF;
	text-align: center;
	padding: 15px 60px;
	display: block;
	margin: 5px;
	border-radius: 7px;
}

button.learnMore {
	display: block;
	margin: auto;
}

div.leftSide-col {
	margin-left: 30%;
}

div.rightSide-col {
	margin-left: 15%;
}

h1.large {
	color: #fff;
	font-size: 56px;
	margin: 0;
	line-height: 70px;
}

h1.section2Header {
	font-size: 65px;
	text-align: center;
}

form h2 {
	color: #fff;
}

input[type="text"] {
	font-size: 20px;
	width: 400px;
	min-width: 100px;
	padding: 5px;
	border-radius: 7px;
}

p.footerCol {
	color: #fff;
	background-color: #ff2434;
	padding: 10px 0;
	font-size: 18px;
    margin: 0;
}

footer.footsy {
	background-color: #ff2434;
	padding-left: 5%;
}

footer.footsy h1 {
	color: #fff;
	font-size: 35px;
}

footer.footsy ul {
	list-style: none;
	text-align: left;
	padding: 0;
}

footer.footsy ul li {
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
}


/*###### About Us ######*/

#aboutPage {
	max-width: 90%;
	width: 800px;
	display: block;
	margin: 0 auto;
}

.aboutEM {
	font-size: 0.9em;
}

.aboutHome {
	padding-top: 22px;
}

article p {
	font-size: 17px;
	line-height: 1.4;
	padding: 0;
}

.aboutUL {
	line-height: 1.4;
}

/*###### Contact Us ######*/
.contactContainer {
	padding: 0;
}

.contactSpace {}

.contactDiv {
	padding: 20px;
	background-color: tomato;
	box-sizing: border-box;
	border-radius: #F2F2F2;
}

/* .contactDiv input[type=text] { */
	/* width: 100%; */
	/* padding: 12px 20px; */
	/* margin: 8px 0; */
	/* display: inline-block; */
	/* border: 1px solid #CCC; */
	/* border-radius: 4px; */
	/* box-sizing: border-box; */
/* } */

/* .contactDiv input[type=text]:focus { */
	/* border: 3px solid #CCC; */
/* } */

/* .contactDiv textarea { */
	/* width: 100%; */
	/* height: 150px; */
	/* padding: 12px 20px; */
	/* box-sizing: border-box; */
	/* border: 2px solid #CCC; */
	/* border-radius: 4px; */
	/* background-color: #F8F8F8; */
	/* font-size: 16px; */
	/* resize: none; */
/* } */


/* .contactDiv input[type=submit] { */
	/* width: 100%; */
	/* background-color: #4CAF50; */
	/* color: #FFF; */
	/* padding: 14px 20px; */
	/* margin: 8px 0; */
	/* border: none; */
	/* border-radius: 4px; */
	/* cursor: pointer; */
/* } */

/* .contactDiv input[type=submit]:hover { */
	/* background-color: #45A049; */
/* } */


.contactDiv input[type=text], textarea {
	font-size: 20px;
	width: 100%;
	padding: 12px;
	border: 1px solid #CCC;
	border-radius: 4px;
	resize: vertical;
	box-sizing: border-box;
}

.contactDiv label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

.contactDiv input[type=submit] {
	background-color: #F55252;
	color: #FFF;
	padding: 5px 10px;
	border: 1px solid #FFF;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	font-size: 28px;
}

.contactDiv input[type=submit]:hover {
	background-color: #FAFAFA;
	color: #F00;
}

.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

.formRow:after {
	content: "";
	display: table;
	clear: both;
}




/*###### Mobile ######*/
@media screen and (max-width: 1210px) {
	.headerTagLine h1{
		/* margin-top: 60px; */
		/* margin-bottom: -25px; */
		font-size: 2em;
		padding-left: 25px;
	}
	
	.headerImg {
		width: 100%;
		display: block;
	}
}


@media screen and (max-width: 960px) {
	.headerTagLine h1{
		/* margin-top: 60px; */
		/* margin-bottom: -25px; */
		font-size: 1.7em;
		padding-left: 45px;
	}
	
	.headerImg {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 680px){
	.headerContainer {
		
	}
	
	.headerImg img {
		display: block;
		width: 100%;
	}
	
	.headerTagLine h1{
		margin-top: 26px;
		margin-bottom: 0px;
		font-size: 1.2em;
		padding-left: 15px;
	}
	
	ul.topnav li:not(:nth-child(1)) {
		display: none;
	}
	
	ul.topnav li.dropdownIcon {
		display: block;
		float: right;
	}
	
	ul.topnav.responsive li.dropdownIcon {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	ul.topnav.responsive {
		position: relative;
	}
	
	ul.topnav.responsive li {
		display: inline;
		float: none;
	}
	
	ul.topnav.responsive li a {
		display: block;
		text-align: left;
		/* Implement smooth transition here */
	}
	
	div.storeFront img {
	width: 100%;
	overflow: hidden;
	}
	
	.textBlock {
		width: 100%;
		bottom: 0;
		right: 0;
		text-align: center;
		padding: 0;
	}
	
	.section2Header {
		font-size: 50px;
	}
	
	article p {
		font-size: 17px;
	}
	
	.col-6,
	.col-4,
	.col-7,
	.col-5 {
		width: 100%;
		margin: 0;
	}
	
	div.mobileStack {
		width: 50%;
		display: block;
	}
	
	div.slopeIcon {
		margin: 10px;
	}
	
	div.slopeIcon img {
		width: 100%;
		overflow: hidden;
	}
	
	div.box {
		padding: 5px;
		display: block;
	}
	
	div.rightSide-col,
	div.leftSide-col {
		margin: 15px;
	}
	
	input[type="text"] {
		width: 93%;
	}
	
	.videoContainer iframe {
		position: relative;
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	/*###### Contact Us ######*/
	.col-25, .col-75, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}





/*###### Nav Bar ######*/

































































































