html{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}
#body-main{
	background-image: url("../images/lightenedmarble.jpg");
		width:100%;
	height:auto;
}
header{
	background-image:url(../images/marble1.jpg);
	height:100%;
	width:100%;
	max-height: 143px;
}
footer{
	background-image:url(../images/marbledark.jpg);
	height:auto;
	width:100%;
	
}
.titlebg{
	background-image:url(../images/marbledark.jpg);
	margin:1px 0;
}
.darkbg{
	background-image:url("../images/marbledark.jpg");
	margin:1px 0;
}
.slidey{	
	max-width: 400px;
	}
.slidey li{
	border: 1px solid #666;
}
.hero{
	width:100%;
	height:auto;
}

h1{
	
	padding:8px 0;
	text-align: center;
	margin:0;
	color:#fff;
}
h2{
	font-weight:bold;
	padding-top:10px;
	text-align: center;
}
h3{
	padding-top:10px;
	text-align: center;
}
.black{
	color:#000;
}
.salebtn{
	text-align: center;
}
p{	
	font-size: 17px;
}
.card p{
	margin-bottom: 0px;
}
a {
	color:#000;
}
.card{
	background-image: url("../images/litebg.jpg");
	background-size: cover;
	margin:5px auto;
	
}
.indexcard{
	background-image: url("../images/litebglg.jpg")!important;
}
.card-text{
	text-align: left;
}

.cardimg {
	width:90%;
		margin:5px auto;
	
}
.card img{
	border: 1px solid #666;
	text-align: center;
}
.tinker{
	color:#fff;
	}
.tinker a{
	color:#fff;
	}
.tinker a:hover{
	color:#999;
	}
.hero-image2 {
  background-image: url("../images/darkbanner2.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
	margin:1px 0;
}
.hero-image2 .container, .hero-image2 .row{
	height:100%;
}
.head-text2 {
	
	color:#FFF;
	text-shadow: 2px 2px #000000;
	font-size:28px;
	font-weight:700;
	}
.head-text2 a{
	color:#dddeee;
}
.btmmenu li{
	display: inline;
	
	color:#fff;
}
.btmmenu a{
	color: #fff;
	padding:0 30px;
}
.btmmenu a:hover{
	color: #aaa;
	padding:0 30px;

}
ul#btm{	
	min-width: 600px;
	list-style: none;
	margin:0;
}
.tabler {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
/**NAVBAR**/

.navbar { /* navbar styles */
	
	width:100%;
	
	margin: 1px 0;
	
	
}

.nav-link { /* top level link */
  color:#fff;
  font-size:20px;
}

.nav-link:hover {
  color:#aaa; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background-image: url("../images/marbledark.jpg");
}

.dropdown-item { /* dropdown link */
	 color:#fff;
	font-size:20px; 
	
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#000;
	 background-image: url("../images/marble1lg.jpg");
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#fff;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(256, 256, 256)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
		z-index: 99999;
	}
	.nav-link { /* top level link */
		
		font-size:18px;
		border-bottom:1px solid rgba(256,256,256,0.2);
		
		background-image: url("../images/marbledark2.jpg");
		
		z-index: 99999;
	}
	.nav-link:hover{
		color:#000;
	 background-image: url("../images/marble1lg.jpg");
	}
	.dropdown-menu { /* dropdown menu styles */
		text-align:center; 
		padding-top:0;
		padding-bottom:0;
		background-image: url("../images/marbledark2.jpg");
		border:none;
		z-index: 99999;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
		z-index: 99999;
		
	}
	.dropdown-item:hover { /* dropdown link hover */
	 color:#000;
	 background-image: url("../images/marble1lg.jpg");
}
}

/**END NAVBAR**/



/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.navbar{
		background-image: url("../images/marbledark.jpg");
		height: 55px; }	
	
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
	.navbar{
		background-image: url("../images/darkbar.png");
		height: 35px; }	
	.head-text2 {
	
	color:#FFF;
	text-shadow: 2px 2px #000000;
	font-size:32px;
	font-weight:700;
	}
}

/**LG & UP**/
@media (min-width: 992px) {
.phone2{
		
	}
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {
.head-text2 {
	
	color:#FFF;
	text-shadow: 2px 2px #000000;
	font-size:22px;
	font-weight:700;
	}

	
}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {
.head-text2 {
	
	color:#FFF;
	text-shadow: 2px 2px #000000;
	font-size:24px;
	font-weight:700;
	}
	
	
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.phone{
		
		max-width:200px;
		max-height: 40px;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
.phone{
		
		max-width:250px;
		max-height: 45px;
	}
}

/**XLG**/
@media (min-width: 1200px) {

}