@charset "UTF-8";
/* Body */
body {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
}

/* Header 4 */
h4 {
	font-size: 3em;
}

.search{
	height:50px;
	border-radius:30px;
	border-color:darkgray;
	width:360px;

}

form.nosubmit {
  border: none;
  padding: 0;
}

input.search {
  width: 260px;
  border: 1px solid #555;
  display: block;
  padding: 9px 4px 9px 40px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

table{
    font-size: 20px;
    color: #000000;
	font-weight: 300;
}

th {
	padding: 15px;
	text-align: left;
	vertical-align: bottom
}

tr{
	color:#000000;
	font-weight:400;
}

td {
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

/* Container */
.container {
	max-width: 1200px;
	min-width: 360px;
	margin: auto;
	background-color: #FFFFFF;
	display:block;
}

content {
	background-color: #FFFFFF;
	margin-top:90px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 35px;
	display: inline-block;
}

.pageTopContent{
    width: 100%;
}

.pageMiddleContent{
    margin-top: 75px;
    width: 100%;
}

.pageBottomContent{
	margin-top:75px;
	margin-bottom:100px;
	margin-right:auto;
	margin-left:auto;
	width:100%;
}


content .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
content .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}

.twoColumnLeftSide {
	max-width:40%;
	min-width:300px;
	text-align: center;
	padding: 25px 35px;
	margin:auto;
	display:inline-block;
}

.twoColumnRightSide {
    max-width: 40%;
    min-width: 300px;
    text-align: center;
    padding: 25px 35px;
    margin: auto;
    display: inline-block;
}

.oneColumn{
    max-width: 100%;
    min-width: 360px;
    text-align: center;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    display: inline-block;
}

.tagline {
    text-align: center;
    color: #000000;
    margin-top: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 36px;
}

.pageTitle {
	text-align: left;
	color: #000000;
	margin-top: 4px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	width:100%;
}

/* Navigation */

/*new top nav */

.topnav {
  overflow: hidden;
  background-color: #FFF;
  display:inline-block;
  position: absolute;
  right: 20px;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #FFF;
  color: #000;
}

.topnav .icon {
  display: none;
}


@media screen and (max-width : 1200px ){
 /* changed this line to remove the not first-child so that all menu items hide  .topnav a:not(:first-child) {display: none;} */
  .topnav a {display: none;}
  .topnav a.icon {
    float: center;
    display: block;
	margin-left:0px;
	position: fixed;
	right:30px;

  }
}

@media screen and (max-width : 1200px ){
  .topnav.responsive {position: fixed; right:40px;}
  .topnav.responsive .icon {
    right: 30px;
    top: 0px;
	position: fixed;
	border: #000 solid 1px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* end of new topnav */

header {
	display:block;
    width: 1200px;
    height: 90px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #2C9AB7;
    position: fixed;
    top: 0;
	box-shadow: 1px 2px #ccc;
}
.logo {
    margin-top: 15px;
    margin-left: 25px;
	display:inline-block;
}

.logo_image{
	position: absolute;
	top:15px;
	left:15px;
}

nav {
	float: right;
	max-width: 600px;
	text-align: right;
	margin-right: 25px;
}

.active{
	border-bottom: 3px solid #E6309D;
	padding-bottom:6px;

	}
header nav ul {
	list-style: none;
	float: right;
	margin-bottom:10px;
}
nav ul li {
	float: left;
	color: #000000;
	font-size: 18px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #000;
	text-decoration: none;
}
ul li:hover a {
	color: #000000;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #717070;
}

/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: normal;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #2B2B2B;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	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;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	/*height: 400px;*/
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
	display:inline-block;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.badge_field {
    width: 90%;
    height: auto;
    max-width: 419px;
    max-height: 602px;
}

.store_section {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 484px;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 484px;
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 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: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.copyright .a {
	text-decoration:none;
}

.footer_banner {
	background-color: #B3B3B3;
	padding-top: 20px;
	padding-bottom: 20PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

.hidden {
	display: none;
}
