/* 

Top bar and contents

*/

.topbar {
	top:0;
	left:0;
    width: 100%;
    height: 5%;
    background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px; 
	
}

.topbar img{

	position: static;
	margin-right: 80%;
	
	top:0;
	left: 0;
	
    width: 8%;
    height: 30%;
    background-color: #000000;
	
	margin-top: 0px;
	margin-bottom: 2px;	
}

.nav {
  list-style-type: none;
  text-align: center;
  margin-top: -30px;
  padding-bottom: 10px;
  margin-left: -70px;

}

.nav li {
  display: inline-block;
  font-size: 1.1vw;
  font-weight: 150;
  letter-spacing: 50;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;

}


.nav a {
	 color: #FFFFFF;
	 text-decoration: none;
	 
}


.toplinks { 
    background-color: #00000;
	text-align: center;
	position: relative; 
	padding: 0px;
	margin: 0;

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #FFFFFF;
  background-color: #000000;
  min-width: 80px;
  box-shadow: 0px 20px 16px 0px rgba(0,0,0,0.2);
  padding: 0px 0px 0px 0px;
  z-index: 1;	
  border-radius: 10px;
  opacity: 95%;
	
  margin-left: auto;
  margin-right: auto;	
	
  padding-left: 10%; 
  padding-right: 10%;

}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: #FFFFFF;
	 text-decoration: none;
	 
}

.dropdown-content li {
	
  margin-left: -40px;
  list-style: none;
  display: list-item;
  font-size: 1vw;
  padding: 10px 0px 10px 0px;
	
}




/* 

Bottom bar and contents

*/

.bottombar {
 	 position: static;
 	 left: 0;
 	 bottom: 0;
     width: 100%;
     height: 5%;
     background-color: #000000;
	
	padding-top: 20px;
	padding-bottom: 20px;

}


.btmnav {
  list-style-type: none;
  text-align: center;
  margin: 0;

  padding-bottom: 50px;
  padding-top: 10px;
	
  padding-left: 0px;
  padding-right: auto;

}

.bottombreaker {

	psdding-top: 200px;
	padding-bottom: 20px;
    width: 100%;
    height: 25%;
    background-color: #757576;
}

.btmnav a {
	 color: #FFFFFF;
	 text-decoration: none;
}


.btmnav li {
  display: inline-block;
  font-size: .75vw;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  margin-right: 15px;
	

}


/* 

Main Page Promo Section

*/


.promosection {
	padding-left: 0%;
	padding-right: 0%;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 0px;
    margin-bottom: 80px;
	
	width: 90%; 
	height: .5%; 
	
}

.promosection img{
	
	width: 30%; 
	height: 1%; 
	margin-left: 10px;
	
}


.promosectiontiles {
	
	display: flex;
	
	padding-left: 0%;
	padding-right: 0%;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 10px;
    margin-bottom: 80px;
	
	width: 100%; 
	height: .5%; 
	
}

.promosectiontiles img{
	
	width: 30%; 
	height: 1%; 
	
	margin-right: auto;
	margin-left: auto;
	
	padding-bottom: 10px;
	
	background-color: rgba(255,255,255,0.3);
	border-color: black;
	border-style: solid;
	border-width: thick;
	
}

.tile2 {
	
	width: 40%; 
	height: 30%; 
	background-color: rgba(255,255,255,0.3);
	border-color: black;
	border-style: solid;
	border-width: thick;
	padding: 10px;
	
	margin-right: auto;
	margin-left: auto;
	
}

.tile2 img {
	
	width: 80%;

	background-color: rgba(255,255,255,0);
	border-style: none;
	
	margin-bottom: -20px;
	
	margin-right: auto;
	margin-left: auto;
	
	padding-left: 10%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;

}

.tile2 p{

	width: 100%;
	color:  #FFFFFF;

	font-size: 2vw;
	font-weight: 100;
	
	margin-right: auto;
	margin-left: auto;
	
	padding-top: 0px;
	padding-bottom: 00px;
	padding-left: 5px;
	
}

.tile2 p2{
	
	width: 100%;

	margin-top: 0%;
    margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 20%;
	padding-right: 0px; 
	
	color:  #FFFFFF;
	font-size: 1.25vw;
	font-weight: 100;
	
	
}

.tile2 button{
	
	position: relative;
	width: 50%;
	
	align-content: center;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25%;
	margin-right: 20%;
	

	
}


/* 

Slide Show

*/
.slider {
  padding-top: 0px;
  width: 100%;
  max-width: 800px;
  height: 400px;
  position: relative;
  align-content: center;
  overflow: hidden;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2px;
  margin-bottom: 0px;
  background-color: transparent; /* Set background to transparent */
}

.slide {
  width: 100%;
  max-width: 800px;
  height: auto; /* Change height to auto */
  max-height: 70vh; /* Limit maximum height to 70% of viewport height */
  position: absolute;
  transition: all 0.5s;
  background-color: transparent; /* Set slide background to transparent */
  border-radius: 10px; /* Apply border-radius to the slide container */ display: inline-block; /* Ensure the slide container only takes up the necessary space */
  overflow: hidden; /* Hide any overflow beyond the image dimensions */

}

.slide img {
    width: 100%; /* Ensure the image fills the entire slide */
    height: auto; /* Allow the image to scale proportionally */
    border-radius: 0px; /* Apply border-radius to match the slide */
}



/* 

Slide Show Buttons

*/

/* 

Slide Show Buttons

*/

.btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    z-index: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.45); /* Adjust opacity here */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s; /* Add transition for smooth color change */
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Hover color: very opaque white */
}

.btn:active {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.5); /* Active color: slightly opaque white */
}

.btn-prev,
.btn-next {
    font-family: 'Arial', sans-serif; /* Specify a fallback font */
    font-size: 24px; /* Adjust font size for arrows */
    top: calc(50% - 12px); /* Center vertically */
    color: white; /* Ensure arrow color is consistent */
}

.btn-prev::before,
.btn-next::before {
    content: '\2039'; /* Unicode character for left arrow */
}

.btn-next::before {
    content: '\203A'; /* Unicode character for right arrow */
}

.btn-prev {
    left: 2%;
}

.btn-next {
    right: 2%;
}




/* 

Breakers

*/

.breaker {

    width: 100%;
    background-color: rbga(255,255,255,0);
	margin-top: -10px;
	margin-bottom: -3px; 

}

/* 

Product Pages

*/

.prodimg {
	
	background-color: black;
	width: 100%;
	height: 100%;
	margin-top: -19px; 
	margin-bottom: -1px;
	
}

.specTxt {
	
	background-color: rgba(255, 255, 255, 0);
	color: white;
	width: 90%;
	height: 5%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 10px; 
	border-radius: 15px;

}

.specTxt p {
	
  color:  #000000;
  text-align: center;
  padding-top: 15px;
  padding-right: auto;
  font-size: 1.25vw;
	
}

.specTxt ul {
	
	  font-size: 1.25vw;
	  list-style: none;
	  text-align: center;
	  padding-top: 2%;
	  padding-bottom: 10px; 


}

.specTxt img {
	
	  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}


.infoTxt {
	
	display: flex;
	width: 100%;
	height: 5%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 10px; 
	border-radius: 15px;
}


.infoTxt p {
	
	
  width: 40%;
  color:  #FFFFFF;
  text-align: center;
  font-weight: 100;
	
  margin-top: 0px;
  margin-left: 0%;
	
  padding-left: 10px;
  padding-right: auto;
	
  font-size: 1.75vw;
	
}

.infoTxt img {
	
	position: inline;
	
	width: 100%;
	height: 30%;
    
}

.videodemo {
	
	width: 100%;
	height: 500px;
}

.dlbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%; /* Adjust width as needed */
    margin: 0 auto; /* Center horizontally */
    margin-top: 20px;
}

.dlbtn button {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 0, 0, 0.8); /* Set background to red */
    border: none;
    border-radius: 30px;
    font-family: "Helvetica Neue";
    color: white;
    font-size: 3vw;
    letter-spacing: 6px;
    font-weight: 300;
    padding: 10px 25px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: background-color 0.3s ease;
}

.dlbtn button:hover {
    background-color: rgba(255, 25, 25, .8);
}

.dlbtn button:active {
    background-color: rgba(255, 0, 0, .8);
    color: white;
}

/* Media query for larger screens and smaller window sizes */
@media screen and (min-width: 800px) {
    .dlbtn {
        width: 60%; /* Buttons take up 60% width on larger screens and smaller window sizes */
    }
	    .dlbtn button {
        font-size: 2vw; /* Increase font size when button width is 60% */
    }
		    .dlbtn p {
        font-size: 1.25vw; /* Increase font size when button width is 100% */
    }
}

@media screen and (max-width: 800px) {
    .dlbtn {
        width: 70%; /* Buttons take up full width on screens smaller than 60% */
    }
	    .dlbtn p {
        font-size: 2vw; /* Increase font size when button width is 100% */
    }
}

@media screen and (max-width: 400px) {
    .dlbtn {
        width: 90%; /* Buttons take up full width on screens smaller than 60% */
    }
	    .dlbtn p {
        font-size: 3vw; /* Increase font size when button width is 100% */
    }
}

@media screen and (max-width: 300px) {
    .dlbtn {
        width: 100%; /* Buttons take up full width on screens smaller than 60% */
    }
	    .dlbtn p {
        font-size: 3.5vw; /* Increase font size when button width is 100% */
    }
}


/* 

General Styles

*/

@font-face {
    font-family: 'RobotoFlex';
    src: url('https://fonts.cdnfonts.com/css/robotoflex') format('woff2');
    font-weight: normal;
    font-style: normal;
}


h1 {
    font-family: 'RobotoFlex', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; /* RobotoFlex Normal first */
    color: white;
    font-size: 3vw;
    font-weight: 400; /* RobotoFlex Normal is typically 400 weight */
    font-style: normal;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 10px; /* Adjust letter spacing as needed */
}

h2 {
	  color: white;
	  font-size: 2.5vw;
	  font-style: normal;
	  text-align: center;
	
	  padding-top: 5px;
	  padding-bottom: 5px;
	
	  font-weight: 100;
	  letter-spacing: 10px;
}


h3 {
	  color: white;
	  font-size: 2.5vw;
	  font-style: normal;
	  text-align: center;
	
	  padding-top: 5px;
	  padding-bottom: 5px;
	
	  font-weight: 100;
	  letter-spacing: 10px;
}


li {
	  color: white;
	  font-size: 1.5vw;
	  font-style: normal;
	  text-align: center;
	
	  list-style: none;
	
	  padding-top: 5px;
	  padding-bottom: 5px;
	
	  font-weight: 100;
	  letter-spacing: 1px;
}



body {
 	 background-color: #191919;
 	 font-family: "Questrial", sans-serif;
	  

}

@font-face {
  font-family: 'RobotoFlex';
  font-style: normal;
  font-weight: 100;
  src: local('RobotoFlex Thin'), url(path/to/RobotoFlex-Thin.woff) format('woff');
}

p {
  font-family: 'RobotoFlex', sans-serif;
  color: #FFFF;
  text-align: center;
  font-size: 1vw;
}


p2 {	
	
  color:  #A7A7A7;
  text-align: center;
  padding-left: 50%;
  padding-right: auto;
  padding-bottom: 0px;
  font-size: .75vw;

}
