@charset "UTF-8";
html, body, header, nav, div, ol, ul, li, dl, dt, dd, heading, img, p, h1, h2, h3, h4, h5, h6, main, aside, article, section, footer, pre, form, fieldset, input, blockquote, textarea, table, th, td, embed, object {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
img {
  display: block;
}
html{
	font-size: 62.5%;
}

body{
	min-width: 320px;
	width: 100%;
	margin: 0px auto;
	background-color: white;
	
	overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
}
header{
	margin-bottom: 25px;
}
header img{
	width: 150px;
	margin-left: 20px;
	margin-top: 28px;
}
.tablet-pc{
	display: none;
}
a
{
  text-decoration: none;
  color: white;
  
  transition: color 0.3s ease;
}

a:hover
{
  cursor: pointer;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #133182;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 110vw;
  margin: -100px 0 0 0;
  padding: 50px;
padding-left: 100px;
  padding-top: 125px;
  right: -30px;
  
  background: #133182;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
}

#menu li
{
	text-align: center;
  padding: 10px 0px;
  font-size: 1.854em;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

.index-sec-one{
	position: relative;
}

.index-sec-one img{
	width: 100%;
	height: auto;
}

.text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.text-two{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.index-sec-one p{
	text-align: center;
}
.index-sec-one p:nth-of-type(1){
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 3em;
	line-height: 1em;
}
.index-sec-one p:nth-of-type(2){
	font-family: reross-quadratic,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 9em;
	line-height: .5em;
}
.index-sec-one p:nth-of-type(3){
	font-family: neue-haas-unica, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: white;
	font-size: 2.6em;
	line-height: 3.3em;
}

.index-sec-two{
	margin-top: 35px;
}
.about-sec-one img{
	width: 100%;
	height: auto;
}
.h-replacement{
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
	text-align: center;
	font-size: 1.854em;
}
.index-sec-two img{
	margin: 0px auto;
	width: 90%;
	height: auto;
}
.index-sec-two div{
	margin: 0px auto;
	text-align: center;
	width: 70%;
	margin-top: 15px;
	
}
.about-sec-one{
	position: relative;
}
.index-sec-two div p:nth-of-type(1){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.146em;
text-transform: uppercase;	
line-height: 1.1em;
}
.index-sec-two div p:nth-of-type(2){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.146em;
	
}
.index-sec-two div p:nth-of-type(3){
	margin-top: .85em;
	font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 0.708em;
	margin-bottom: 1.5em;
}
.index-sec-two a{
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 1.146em;
	color: white;
	background-color: #133182;
	padding: 0.2em 1.5em 0.2em 1.5em;
	border-radius: 5em;
}
.index-sec-two a:hover{
	cursor: pointer;
}
.text-two p:nth-of-type(1){
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 3em;
	line-height: .1em;
}
.text-two p:nth-of-type(2){
	font-family: neue-haas-unica, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: white;
	font-size: 7.3em;
	
}
.text-two p:nth-of-type(3){
	font-family: reross-quadratic,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 8.5em;
	line-height: 0px;	
}
.text-two p:nth-of-type(4){
	margin-top: 4.5em;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 1.25em;
	text-align: center;
}
.product-tbs{
	width: 100%;
	background-color: #FAFAFA;
	margin: 0px auto;
	padding: 1em;
	border-top: .3px solid #BCBCBC;
	border-bottom: .3px solid #BCBCBC;
	
}
.center-prod{
	margin: 0px auto;
	text-align: center;
}
.center{
	display: inline-block;
}
svg{
  width: 5em;
  height: 5em;
	padding-left: 1em;
	padding-right: 1em;
}

svg:hover{
cursor: pointer;
	color: #00a9e0;

stroke: #00a9e0;
stroke-width: .5px;
}

.product-stay-two{
	color: #00a9e0;
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 0.708em;

}
.product-tbs p:not(.product-stay-two){
	font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 0.708em;
	color: #133182;
}
.product-tbs p:hover{
	color: #00a9e0;
	cursor: pointer;
}
.product-stay{
	stroke: #00a9e0;
stroke-width: .5px;
}
.mini-produ img{
	width: 15em;
	height: auto;
	margin-top: 3em;
	margin-right: 2em;
	float: left;
}
.coming-soon{
	background-color: lightgray;
	height: 15em;
	width: 15em;
	float: left;
margin-top: 3em;
	margin-right: 2em;
	position: relative;
}
.coming-soon p{
	font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.mini-produ{
overflow: hidden;
margin: 0px auto;
margin-top: 3em;
border-bottom: 1px solid #133182;
width: 90%;
}
.mini-produ div{
	margin-top: 3em;
	width: 45%;
	float: left;
}
.circle{
	cursor: pointer;
background-color: #133182;
  border: 3px solid #FFF;
  border-radius: 18px;

  box-shadow: 0 0 0 2px #888;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.circle-black{
	cursor: pointer;
background-color: black;
  border: 3px solid #FFF;
  border-radius: 18px;

  box-shadow: 0 0 0 2px #888;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.circle-white{
	cursor: pointer;
	margin-left: 1em;
background-color: white;
  border: 3px solid #FFF;
  border-radius: 18px;

  box-shadow: 0 0 0 2px #888;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.circle-two{
	cursor: pointer;
	margin-left: 1em;
background-color: white;
  border: 3px solid #FFF;
  border-radius: 18px;

  box-shadow: 0 0 0 2px #888;
  height: 25px;
  width: 25px;
  display: inline-block;
}

.mini-produ p:nth-of-type(1){
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
color: #133182;
font-size: 1.146em;
line-height: .8em;
}
.mini-produ p:nth-of-type(2){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	color: #133182;
font-size: 1.146em;
margin-bottom: .8em;
}
.mini-produ p:nth-of-type(3){
	font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.146em;
	line-height: 1.25em;
	margin-top: .8em;

}
.mini-produ p:nth-of-type(4){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
color: #133182;
font-size: 1.146em;
margin-top: .56em;
	text-align: right;
}
.about-zero{
	margin: 0px auto;
	padding: 0px 3em 0px 3em;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
}
.about-zero p:nth-of-type(1){
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 1.854em;
	margin-bottom: .3em;
	color: #133182;
}

.about-zero p:nth-of-type(2){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.146em;
	margin-bottom: 1em;
}
.about-zero p:nth-of-type(3){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.854em;
	margin-bottom: .3em;
	margin-top: 1.5em;
	color: #133182;
	text-align: left;
}

.about-zero a{
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 1.854em;
	background-color: #133182;
	padding-left: .8em;
	padding-right: .8em;
	border-radius: 50px;

}
.about-zero li{
	padding: 0px 3em 0px 3em;
	text-align: left;
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.146em;
}
.about-zero li {
  list-style: none;
}
.about-zero li::before {
  content: "\2022";  
  color: #133182;
  font-weight: bolder;
  display: inline-block; 
  width: 1.4em;
  margin-left: -1em; 
}
.about-zero div{
	width: 100%;
	height: 1px;
	background-color: #133182;
	margin: 0px auto;
	margin: 1em 0px 1em 0px;
	
}
.the-aquara-adv{
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.146em;
	margin-bottom: 1em;
	text-align: left;
}
.about-one{
	background-color: #00a9e0;
	padding: 3em;
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	color: white;
	font-size: 1.5em;
	text-align: center;
}
.about-two{
	background-color: black;
	padding: 3em;
}
.about-two img{
	margin: 0px auto;
	width: 12em;
	height: auto;
}
.about-two div p:nth-of-type(odd){
	color: white;
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5em;
text-align: center;
}
.about-two div p:nth-of-type(even){
	color: white;
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.14em;
text-align: center;
}
h3{
font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.854em;
color: #133182;
text-align: center;
margin-bottom: 0em;
}
.contact-one{
	padding: 20px;
}

.contact-one p:nth-of-type(1){
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.146em;
margin-bottom: 2em;
}
.contact-one p:nth-of-type(2){
font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.446em;
	color: #133182;
}

.contact-one p:nth-of-type(3){
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.146em;
}
#form{
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 4em;
}
.buy-one{
	margin: 0px auto;
	margin-left: 20px;
	margin-right: 20px;
	text-align:  center;
}
.terms-text{
	margin: 0px auto;
	margin-left: 20px;
	margin-right: 20px;
}
.terms-text p{
	font-family: neue-haas-unica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.146em;
	text-align:  left;
	margin-bottom: .3em;
}
.terms-text li{
margin-bottom: .3em;
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.146em;
}


h4{
font-family: neue-haas-unica, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 1.854em;
color: #133182;
margin-bottom: .5em;
}
.buy-one p:nth-of-type(1){
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.146em;
}

.buy-one p:nth-of-type(2){
font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.546em;
margin-top: 1em;
}


.brands-logos{
	width: 90%;
	margin: 0px auto;
	padding-top: 1.5em;
}
.brands-logos img{
	width: 50%;
	margin: 0px auto;
	text-align: center;
	margin-top: 2.5em;
}
footer{

	margin-top: 8em;
	background-color: #133182;
	padding: 3em;
}
footer img{
	width: 10em;
	margin: 0px auto;
	
}
footer ul{
	margin-top: 1.5em;
	list-style: none;
}
footer ul li{
	text-align: center;
	
}
footer ul li a{
	font-size: 1.146em;
	text-decoration: none;
	color: white;
font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
	display: block;
	padding-left: 30%;
	padding-right: 30%;
}
.border-top{
	border-top: .7px solid white;
}
.border-bottom{
	border-bottom: .7px solid white;
}
footer ul li a:hover{
	color: white;
	cursor: pointer;
}


footer p{
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	color:  white;
	text-align: center;
	margin-top: 1.5em;
	font-size: 0.708em;
}
.terms-and-faq{
	width: 100%;
	column-count: 3;
	text-align: center;
	margin-top: 2em;
}
.terms-and-faq li{
	list-style: none;
	margin-top: 0px;
}
.terms-and-faq p{
	margin-top: 0px;
}
.new-page{
	margin: 0px auto;
	padding: 0px 3em 0px 3em;
	margin-top: 3em;
	margin-bottom: 3em;
}
.new-page img{
	width: 100%;
	height: auto;
}
.new-page p:nth-of-type(1){
	text-align: center;
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 1.854em;
	margin-bottom: .3em;
	color: #133182;
}
.new-page p:nth-of-type(2){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.146em;
	text-align: center;
	margin-bottom: 2em;
}
.new-page p:nth-of-type(3){
	margin-top: 2em;
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.146em;
	margin-bottom: 2em;
}.new-page p:nth-of-type(4){
	margin-top: 2em;
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.146em;
	margin-bottom: 2em;
}
@media screen and (min-width: 768px){
	.phone{
		display: none;
	}
	.tablet-pc{
		display: block;
	}
	.break-point{
		overflow: hidden;
	}
	.contact-break{
		width: 70%;
		margin: 0px auto;
	}
	header{
		position: relative;
	}
	nav{
		position: absolute;
		right: 1em;
		top: 1.2em;
		
	}
	nav ul{
		list-style: none;
	}
	nav ul li{
		display: inline-block;
		padding-right: 1.5em;
	}
	nav ul li a{
		color: #133182;
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
		font-size: 1.146em;
	}	
	nav ul li a:hover{
		color: #133182;
		border-bottom: 2px solid #133182;
	}
	.index-sec-two{
		width: 70%;
		margin: 0px auto;
	}
	.index-sec-one img{
	object-fit: cover;
  	width: 100%;
  	height: 30em;
}
	.text{
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%)
}
	.text-two{
	top: 52.5%;
	left: 50%;
	transform: translate(-50%, -50%)
}
	.about-sec-one img{
		object-fit: cover;
  	width: 100%;
  	height: 30em;
	}
	.buy-one{
		width: 70%;
		margin: 0px auto;
	}
	.terms-text{
		width: 70%;
		margin: 0px auto;
	}
.index-sec-one p:nth-of-type(1){
	font-size: 3em;
	line-height: .75em;
}
.index-sec-one p:nth-of-type(2){
	font-size: 12em;
	line-height: .5em;
}
.index-sec-one p:nth-of-type(3){
	font-size: 3.4em;
	line-height: 3.7em;
}
	
	.index-sec-two{
	margin-top: 0px;
}
.h-replacement{
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
	text-align: center;
	font-size: 1.854em;
	margin-top: 2.5em;
}
.index-sec-two img{
	margin-left: 0px;
	margin-top: 2em;
	margin-right: 1em;
	padding-bottom: 10em;
	width: 50%;
	height: auto;
	float: left;

}
.index-sec-two div{
	margin: 0px auto;
	text-align: left;
	width: 70%;
	margin-top: 15px;
	
}
.index-sec-two div p:nth-of-type(1){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.146em;
text-transform: uppercase;	
line-height: 1.1em;
}
.index-sec-two div p:nth-of-type(2){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.146em;
	
}
.index-sec-two div p:nth-of-type(3){
	margin-top: .85em;
	font-family: neue-haas-unica, sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 0.708em;
	margin-bottom: 1.5em;
}
.index-sec-two a{
	font-family: neue-haas-unica, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 1.146em;
	color: white;
	background-color: #133182;
	padding: 0.2em 1.5em 0.2em 1.5em;
	border-radius: 5em;
}
.index-sec-two a:hover{
	cursor: pointer;
}
	.browse{
		width: 76%;
		margin: 0px auto;
	}
	.about-zero{
		width: 70%;
	}
	.about-one{
		width: 100%;
	}
	.about-one p{
		width: 70%;
		margin: 0px auto;
	}
	.about-two{
		overflow: hidden;
		padding-left: 15%;
		padding-right: 15%;
	}
	.about-two img{
	margin-left: 0em;
	margin-right: 5em;
	width: 12em;
	height: auto;
	float: left;
		
}
	.about-two div{
		text-align: left;
		float: left;
		margin-top: 3em;
	}
	.about-two div p:nth-of-type(odd){
font-size: 1.5em;
text-align: left;
}
.about-two div p:nth-of-type(even){
font-size: 1.14em;
text-align: left;
}
	.black-center{
		width: 74%;
		margin: 0px auto;
		z-index: 2;
		text-align: center;
	}
	.mini-produ img{
	width: 20em;
	margin-top: 1em;
	margin-right: 4em;
}
	.coming-soon{
		width: 20em;
	margin-right: 4em;
	}
	.mini-produ div{
	margin-top: 3em;
	width: 58%;
}
	.contact-one{
		float: left;
		width: 40%;
		margin-right: 10%;
		
	}
	#form{
		float: left;
		width: 40%;
		margin-top: 20px;
	}
	footer{
	padding-left: 16em;
	padding-right: 16em;
		
}
	.new-page{
		width: 70%;
		height: 600px;
		column-count: 2;
		column-gap: 4em;
	margin: 0px auto;
	padding: 0px 3em 0px 3em;
	margin-top: 3em;
	margin-bottom: 3em;
}

.new-page p:nth-of-type(1){
	font-size: 1.854em;
	margin-bottom: .3em;
	text-align: center;
	column-span: all;
}
.new-page p:nth-of-type(2){
	font-size: 1.146em;
	margin-bottom: 2em;
column-span: all;
}
.new-page p:nth-of-type(3){
	margin-top: 1em;
	font-size: 1.146em;
	margin-bottom: 2em;
}
.new-page p:nth-of-type(4){
	margin-top: 2em;
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 1.146em;
	margin-bottom: 2em;
}
	h3{
		text-align: center;
	}
}
@media screen and (min-width: 1025px){
	header{
	width: 1100px;
	margin: 0px auto;
	margin-bottom: 25px;
}
nav{
		top: .5em;
	}
	.break-point{
		width: 1100px;
		margin: 0px auto;
	}
	.about-zero{
		width: 820px;
	}
	.new-page{
	width: 820px;
}
	.about-one p{
		width: 800px;
	}
	.index-sec-two{
	margin-top: 0em;
}
	.black-center{
		width: 500px;
	
	}
	.h-replacement{
	font-size: 1.854em;
	margin-top: 6em;
}
	.index-sec-two img{
	margin-left: 0px;
	margin-top: 2em;
	margin-right: 1em;
	width: 50%;
	height: auto;

}
.index-sec-two div{
	width: 100%;
	margin-top: 5em;
	
}
.index-sec-two div p:nth-of-type(1){
	font-family: neue-haas-unica, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.446em;
text-transform: uppercase;	
line-height: 1.1em;
}
.index-sec-two div p:nth-of-type(2){
font-size: 1.446em;
	
}
.index-sec-two div p:nth-of-type(3){
	margin-top: .85em;
	font-size: 1.008em;
}
.index-sec-two a{
	font-size: 1.446em;
}
	.browse{
		width: 870px;
	}
	.mini-produ img{
	margin-top: 1em;
	margin-right: 4em;
}
	.mini-produ div{
	margin-top: 5em;
	width: 67%;
}
	.contact-break{
		width: 760px;
		margin: 0px auto;
	}
	
	.buy-one{
		width: 760px;
		margin: 0px auto;
	}
	.terms-text{
		width: 760px;
		margin: 0px auto;
	}
footer{
	margin-top: 13em;
	padding: 6em;
}
	.footer-break{
		width: 750px;
		margin: 0px auto;
	}
footer img{
	width: 12.5em;
	margin-bottom: 3.5em;
}
footer ul{
	margin-top: 1.5em;
}
footer ul li{
	text-align: center;
	
}
footer ul li a{
	font-size: 1.1em;
width: 30%;
	line-height: 2em;
	display: block;
	padding-left: 35%;
	padding-right: 35%;
}


footer p{
	
	margin-top: 3em;
	font-size: 1.008em;
}
}