@charset "UTF-8";
/* Body */
body {
	font-family: 'Montserrat Alternates', sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
    width: 100%;
    background-color: #550181;
}
.logo {
	color: #fff;
	width: 20%;
	float: left;
	margin: 20px;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
}
nav {
	float: right;
	width: 60%;
	text-align: right;
	margin: 22px;
}
header nav ul {
	list-style: none;
	float: right;
	margin: 0;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
nav ul li:hover a {
	color: #2C9AB7;
}
a {
	color: #550181;
}
a:hover {
	color: #2C9AB7;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-weight: 100;
	font-style: italic;
}
/* Hero Section */
.hero {
	background-image:url("../images/hero.jpg");
	height: 60%;
	background-repeat: no-repeat;
  	background-size: contain;
}
#heroimage {
	width: 100%;
}
.light {
    font-weight: 500;
    color: #EEFF00;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.quoteholder {
	text-align: center;
}
.quote {
	display: inline-block;
	margin: 0 auto;
	padding: 5px;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	color: #2C9AB7;
	border-top: 1px solid #2C9AB7;
	border-bottom: 1px solid #2C9AB7;
}
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.productname {
	font-weight: 100;
	font-style: italic;
	color: #000;
}
.productname4 {
    font-weight: 500;
    color: #666;
}
.product, .about, .usage {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
.gallery .thumbnail img {
	width: 90%;
}
/* Parallax Section */
.banner {
	background-color: #2C9AB7;
	text-align: center;
}
.parallax {
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: center;
	line-height: 23px;
	margin: 0 50px;
}
.banner .button {
	display: inline-block;
	margin: 0 0 50px 0;
}
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 46%;
	text-align: center;
	padding: 20px 2%;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
.cards {
	width: 100%;
	height: auto;
}
footer .footer_column p {
	padding-left: 30px;
	color: #717070;
	background-color: #FFFFFF;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #2C9AB7;
	cursor: pointer;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #888888;
    color: #FFFFFF;
    letter-spacing: 2px;
    border-top-width: 2px;
}
.copyright a:hover {
	color: #000000;
}
.footer_banner {
	background-color: #550181;
	padding: 30px 0;
	margin: 0px;
}
.footer_banner a, .banner a {
	text-decoration: none;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
	.logo {
		width: 100%;
		text-align: center;
		margin-top: 13px;
		margin-right: 0px;
		margin-bottom: 13px;
		margin-left: 0px;
	}
	.container header nav {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		float: none;
		display: none;
	}
	header nav ul {
	}
	nav ul li {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		text-align: center;
	}
	.text_column {
		width: 100%;
		text-align: justify;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.thumbnail {
		width: 100%;
	}
	.footer_column {
		width: 100%;
		margin-top: 0px;
	}
	.parallax {
		text-align: center;
		margin: 0;
		padding-top: 30px 0 0 0;
		width: 100%;
		font-size: 18px;
	}
	.parallax_description {
		padding: 15px 0 0 0;
		line-height: 23px;
		margin: 0 30px;
		text-align: center;
	}
	.banner .button {
		display: inline-block;
		margin: 0 0 30px 0;
	}
	.banner {
		background-color: #2D9AB7;
		background-image: none;
	}
	.tagline {
		margin-top: 20px;
		line-height: 22px;
	}
	.hero_header {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 22px;
		text-align: center;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.logo {
		width: 100%;
		text-align: center;
		margin-top: 13px;
		margin-right: 0px;
		margin-bottom: 13px;
		margin-left: 0px;
		color: #FFF;
	}
	.container header nav {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		float: none;
		overflow: auto;
		display: inline-block;
		background: #52bad5;
	}
	header nav ul {
		padding: 0px;
		float: none;
	}
	nav ul li {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.text_column {
		width: 100%;
		text-align: left;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.thumbnail {
		width: 100%;
	}
	.footer_column {
		width: 100%;
		margin-top: 0px;
	}
	.parallax {
		text-align: center;
		margin: 0;
		padding-top: 30px 0 0 0;
		width: 100%;
		font-size: 18px;
	}
	.parallax_description {
		padding: 15px 0 0 0;
		line-height: 23px;
		margin: 0 30px;
		text-align: center;
	}
	.banner .button {
		display: inline-block;
		margin: 0 0 30px 0;
	}
	.thumbnail {
		width: 50%;
	}
	.banner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_column {
		width: 100%;
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	.text_column {
		width: 100%;
	}
	.thumbnail {
		width: 50%;
	}
	.text_column {
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.banner {
		margin-top: 0px;
		padding-top: 0px;
	}
}
