@charset "UTF-8";
/* CSS Document */

/*--
* {
  box-sizing: border-box;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin: auto;
}
--*/
#alertbar {
	background-color: #c5403f;
	color: #fff;
	padding: 50px 0 50px 0;
	text-align: center;
	margin: auto;
} 
#alertbar a{
	text-decoration: underline;
	color:#FFF;
	font-size: 0.8em;
}
#alertclose {
	position: absolute;
	right: 45px;
	cursor: pointer;
}
.covid19Container {
	padding: 0 33% 50px 33%;
	width: 600px;
	align-content: center;
	clear: inherit;
	
}

body {
	background-color: black;
	
}
.menu {
  padding: 50px 0 50px 0;
}
.menuBackgroundColor{
	background-color: black;
	text-align: center;	
	margin: auto;
}

/*--
.container {
  max-width: 1170px;
  background-color: white;
  margin: auto; 
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
--*/



@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    margins: auto;
  }
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  margin: auto;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}
.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%;}

.imgMain{
	width: 100%;
	height: auto;

}
[class*="col-"] {
  float: left;
  padding: 0px;

}

.row::after {
  content: "";
  clear: both;
  display: table;
}

#headerMenu {
	font-weight: bold;
	font-size: 20px;
	background-color: black;
	color: white;
	margin: auto;
	text-align: center;
}

#boxesGrid {
padding: 20px;
	
	
}

#sideBarMenu {
	background-color: yellow;
}
	
.productGrid{
	width: 1170px;
	margin: auto;
	
}

/* products pages formatting */

.productImg {
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.productText {
	padding: 10px 0px 10px 0px;
	font-size: 20px;
	text-align: center;
	font-weight:bolder;

}

.productRetail {
	font-size: 14px;
	font-weight: bold;
}

.productSale {
	font-size: 18px; 
	font-weight: bold;
	color: red;
}	

.productDesc {
	padding: 10px 0px 20px 0px;
	
}
/* body formats */

.bodyText {
	font-size: 12px;
	font-weight: 500;
}

.bkgrdWhite {
	
	background-color: white;
}
li {
	list-style: none;
}

/* footer fomat */

.footerPreferences {
	background-color: black;
	padding: 20px;
	
}

.footerText {
	color: white;
	text-align: left;
}


/* *************************screen size 768px************************* */


@media (min-width: 768px) {
	
  .container {
    width: 750px;
  }
	
	#alertbar {
	background-color: #c5403f;
	color: #fff;
	padding: 20px 0 20px 0;
	text-align: center;
	margin: auto;
} 
#alertbar a{
	text-decoration: underline;
	color:#FFF;
	font-size: 0.8em;
}
#alertclose {
	position: absolute;
	right: 45px;
	cursor: pointer;
}
.covid19Container {
	padding: 0 33% 20px 33%;
	width: 600px;
	align-content: center;
	clear: inherit;
	
}
.menu {
  padding: 20px 0 20px 0;
}
.menuBackgroundColor{
	background-color: black;
	text-align: center;	
	margin: auto;
}

/*--
.container {
  max-width: 1170px;
  background-color: white;
  margin: auto; 
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
--*/




.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  margin: auto;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  position: absolute;
}
.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%;}

.imgMain{
	width: 100%;
	height: auto;

}
.col-12 .col-12 .imgMain {
}
[class*="col-"] {
  float: left;
  padding: 0px;

}

.row::after {
  content: "";
  clear: both;
  display: table;
}

#headerMenu {
	font-weight: bold;
	font-size: 20px;
	background-color: black;
	color: white;
	margin: auto;
	text-align: center;
}

#boxesGrid {
padding: 20px;
	
	
}

#sideBarMenu {
	background-color: yellow;
}
	
.productGrid{
	width: 1170px;
	margin: auto;
	
}

/* products pages formatting */

.productImg {
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.productText {
	padding: 10px 0px 10px 0px;
	font-size: 20px;
	text-align: center;
	font-weight:bolder;

}

.productRetail {
	font-size: 14px;
	font-weight: bold;
}

.productSale {
	font-size: 18px; 
	font-weight: bold;
	color: red;
}	

.productDesc {
	padding: 10px 0px 20px 0px;
	
}
/* body formats */

.bodyText {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

li {
	list-style: none;
}

/* footer fomat */

.footerPreferences {
	background-color: black;
	padding: 20px;
	
}

.footerText {
	color: white;
	text-align: left;
}

.footerLogo {
	width: 200px; 
	height: auto;
		
	}
}
