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

html,
html * {
	padding: 0;
	margin:0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}

#main-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 00;
    right: 00;
    overflow: auto;
}
.dropbtn {
  color: white;
  padding: 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: transparent;
  background: url("../../site-images/icons/ProductIcon.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* Dropdown button on hover & focus */
/*
.dropbtn:hover, .dropbtn:focus {
	background-image: url("ProductIcon.png");
}
*/
.dropdownContainer {
  text-align: center;
  display: inline-block;
  /*  background-color: gray;*/
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000DF;
  min-width: 200px;
  left: -120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  text-align: left;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-image: radial-gradient(#444, black);
  border-width: 1px;
  border-color: white;
  border-style: solid;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
a {
	color: white;
}

.footerFrame {
	width: 100%;
	border: none;
	background-color: transparent;
}

.headerFrame {
	width: 100%;
	border: none;
	background-color: transparent;
}

.style-logo a {
	text-decoration: none;
	color:white;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	width:40px;
	float:left;
	margin-top: 0px;
}

.style-nav ul {
	list-style-type: none;
	text-align: center;
}

.style-nav ul li a {
	text-decoration: none;
	color:white;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	display: block;
	width:40px;
	height: auto;
}

.downloadBadge {
/*	width: 80px;*/
	height: 40px;
	float:right;
}

header {
	padding: 12px;
}

.screenshot {
	width: 100%;
	max-width: 320px;
	height: auto;
	margin-left:10px;
	margin-top:20px;
	margin-right:20px;
}

footer {
	padding: 20px 30px;
}

.menuimg {
	width: 100%;
	max-width: 40px;
	height: auto;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-image: radial-gradient(#444, black);
	background-color: black;
	background-repeat: repeat;
}

.icon {
	vertical-align: top;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}

.buttonContainer {
	padding: 20px 0px 0px 0px;
	text-align: right;
}

.button {
	border: 1px #bbb solid;
	padding: 10px 10px 10px 10px;
	border-radius: 30px;
	color: #bbb;
	text-decoration: none;
	display: inline-block;
	text-align: right;
}

.info-box-1 {
	color: #FFFFFF;
	padding: 10px 20px 20px;
}

.info-box-2 {
	color: #FFFFFF;
	padding: 10px 20px 20px;
}

.darkStripe {
	background-image: radial-gradient(black, #003d4b);
	background-repeat: repeat;
}

.stripe {
	background-image: radial-gradient(black, #003d4b);
	background-repeat: repeat;
}

.darkened {
	background-color: rgba(0,0,0,0.3);
	border-radius: 30px;
}

.footer-text {
	font-size: 12px;
	margin-bottom: 20px;
	color:white;
	font-weight: 100;
}

.col {
	width: 100%;
}

h1 {
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left:10px;
}

h2 {
	font-size: 14px;
	font-weight: 200;
	margin-left:10px;
	color: white;
}

h3 {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
	color: white;
}

h5 {
	font-size: 40px;
	font-weight: 200;
  	color: gray;
}


p {
	font-size: 9px;
	font-weight: 200;
	margin-top: 20px;
}

* {box-sizing: border-box}
.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 6px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 50% 0 0 50%;
}
.prev {
  left: 0;
  border-radius: 0 50% 50% 0;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #5a73a3;
  color: black;
	box-shadow: 0px 8px rgba(0,0,0,0.6);
}
	/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
}
/*Tablet View*/

@media (min-width: 320px) {
	.darkened {
		border-radius: 0px;
	}

	.icon {
		height: 32px;
	}
	
	.style-logo a {
		width:55px;
		height:inherit;
		font-size: 10px;
	}
	
	.style-nav ul li a {
		width:55px;
		font-size: 10px;
	}
	.style-nav ul li {
		display: inline-block;
		margin-top: 0px;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 18px;
	}
}

@media (min-width: 620px) {
	.darkened {
		border-radius: 20px;
	}

	.icon {
		height: 38px;
	}
	
	h1 {
		font-size: 32px;
		margin-top: 30px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	body {
		max-width: 780px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 7px;
	}

}


/*Desktop View*/

@media (min-width: 1024px) {
		.darkened {
		border-radius: 30px;
	}

	.icon {
		height:42px;
		margin-right: 20px;
	}
	
	body {
		max-width: 1400px;
	}
			
	h1 {
		font-size: 36px;
		margin-top: 50px;
		margin-left: 50px;
	}

	h2 {
		font-size: 28px;
		margin-top: 50px;
		margin-left: 50px;
	}

	.screenshot {
		width: 100%;
		max-width: 777px;
	}

}
