/*Master Styles*/
html,body {
  font-family: "Roboto", sans-serif; /*Use Roboto by default but if you can't access it, use sans-serif font*/
  padding:0;
  margin:0;
  max-width: 100%;
  overflow-x: hidden;
}

@@font-face {
  font-family: "Spartan", sans-serif;
}

{
  margin: 0;
  padding: 0;
}

.lock-scroll {
  overflow: hidden;
}

.maintenance{
  margin: 0;
  height: 100%;
  background-image: url('images/poolofclay-cover-image.jpg');
}

.container {
  display: grid;
  grid-template-columns: 1fr; /*Fractional Unit (fr)*/
  margin:0px;
  padding:0px;
}

.header{
  height: 110vh;
  background-image: url('images/poolofclay-cover-image.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  display: block;
}

.video-background{
  background-color: black;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.logo{
  margin: 25px;
  height: 40px;
}

.welcome-message{
  position: relative;
  text-align: center;
  font-family: "Spartan";
  color: #fff;
  top: 300px;
}

.welcome-message h1{
  font-size: 150px;
  font-size: 6.5vw;
  font-weight: 100;
  letter-spacing: 5px;
  margin-bottom: 30px;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .header {
    transform: translateY(5%);
    height: 30vh;
  }
  .welcome-message {
    top: 100px;
  }
}

@media only screen and (min-width: 601px) {
  .header {
    height: 37vh;
  }
  .welcome-message {
    top: 130px;
  }
}

@media only screen and (min-width: 701px) {
  .header {
    height: 44vh;
  }
  .welcome-message {
    top: 150px;
  }
}

@media only screen and (min-width: 801px) {
  .header {
    height: 48vh;
  }
  .welcome-message {
    top: 180px;
  }
}

@media only screen and (min-width: 901px) {
  .header {
    height: 55vh;
  }
  .welcome-message {
    top: 200px;
  }
}

@media only screen and (min-width: 1001px) {
  .header {
    height: 61vh;
  }
  .welcome-message {
    top: 220px;
  }
}

@media only screen and (min-width: 1101px) {
  .header {
    height: 68vh;
  }
  .welcome-message {
    top: 250px;
  }
}

@media only screen and (min-width: 1201px) {
  .header {
    height: 74vh;
  }
  .welcome-message {
    top: 280px;
  }
}

@media only screen and (min-width: 1301px) {
  .header {
    height: 80vh;
  }
  .welcome-message {
    top: 300px;
  }
}

@media only screen and (min-width: 1401px) {
  .header {
    height: 86vh;
  }
  .welcome-message {
    top: 320px;
  }
}

/*Navigation Bar*/

/*
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: auto;
  text-align: center;
  font-family: 'Spartan', sans-serif;
  color: #fff;
  top: 10px;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2vw;
}

.nav-link-wrapper a{
  padding: 10px;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
}

.nav-link-wrapper a:hover{
  color: #F326FF;
}
*/

/*NAVIGATION HAMBURGER*/

#menu{
	width: 35px;
	height: 30px;
	margin: 30px 0 20px 20px;
	cursor: pointer;
}
.menu-bar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.change-color {
  background-color: rgba(0, 0, 0, 0);
}
.bar{
	height: 5px;
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	border-radius: 5px;
	transition: 0.3s ease;
}
#bar1{
	transform: translateY(-4px);
}
#bar3{
	transform: translateY(4px);
}
.nav img {
  padding-top: 15px;
}
.nav li a{
	color: #fff;
	text-decoration: none;
}
.nav li a:hover{
	font-weight: bold;
}
.nav li{
	list-style: none;
	padding: 16px 0;
}
.nav{
	padding: 0;
	margin: 0 20px;
	transition: 0.3s ease;
	display: none;
  font-size: 25px;
  font-family: "Spartan";
}
.menu-bg, #menu-bar{
	top: 0;
	left: 0;
	position: fixed;
}
.menu-bg{
	z-index: 1;
	width: 0;
	margin: 60px 0 20px 20px;
  background-color: rgba(10, 10, 10, 0.5);
	border-radius: 0%; /* 50% for circle */
	transition: 0.3s ease;
}
#menu-bar{
	z-index: 2;
}
.change-bg{
	width: 550px;
	height: 600px;
	transform: translate(-60%,-30%);
}
.change .bar{
	background-color: white;
}
.change #bar1{
	transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3{
	transform: translateY(-6px) rotate(45deg);
}
.change #bar2{
	opacity: 0;
}
.change{
	display: block;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.poolofclay-icon img{
  width: 3%;
  position: absolute;
  right: 17px;
  top: 19px;
}
/*Game01 Section*/

.shatter-section{
  padding-bottom: 20px;
  background: linear-gradient(-45deg, #FD530D, #FA9100, #FDC90D);
/*
  padding-bottom: 20px;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  animation: change 15s ease-in-out infinite;
*/
}

/*
@keyframes change {
  0%{
    background-position: 0 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0 50%;
  }
}
*/

.shatter-video{
  width: 25%;
  height: 100%;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.shatter-section h2{
  position: static;
  text-align: center;
  top: 100%;
  left: 50%;
  width: 80%;
  color: #FFFFFF;
  font-size: 50px;
  font-size: 5.5vw;
  font-weight: 100;
  display: block;
  margin: 0 auto;
  letter-spacing: 5px;
  padding-top: 100px;
  font-family: "Spartan";
  background-color: rgba(250, 71, 89, 0.0);
  border-bottom: 15px solid #292929;
}

.shatter-section h3{
  padding-top: 10px;
  color: white;
  text-align: center;
  font-family: "Spartan";
}

.shatter-section h5{
  padding-top: 10px;
  color: white;
  text-align: center;
  font-family: "Spartan";
}

.shatter-break-line {
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  width: 85%;
}


.shatter-icon img{
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 35%;
  max-height: 35%;
}

.shatter-links {
    padding-top: 5px;
    margin: 0 auto;
    width: 50%;
    display: flex;
}

.shatter-google-section img{
  padding-top: 10px;
  width: 80%;
}

.shatter-apple-section img{
  padding-top: 10px;
  width: 80%;
}

.shatter-section p{
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: white;
}

@media only screen and (max-width: 600px) {
  .shatter-section h2 {
    font-size: 9.5vw;
  }
  .shatter-icon img {
    max-width: 65%;
  }
  .shatter-section h3 {
    font-size: 13px;
  }
  .shatter-section p {
    font-size: 4vw;
  }
  .shatter-links  {
    margin: auto;
    width: 45%;
    display: grid;
  }
  .shatter-google-section img {
    width: 100%;
  }
  .shatter-apple-section img {
    padding-top: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 601px) {
  .shatter-section h2 {
    font-size: 6.5vw;
    width: 55%;
  }
  .shatter-icon img {
    max-width: 40%;
  }
  .shatter-section h3 {
    font-size: 15px;
  }
  .shatter-section p {
    font-size: 3vw;
  }
  .shatter-break-line {
    width: 65%;
  }
  .shatter-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .shatter-google-section img {
    width: 90%;
  }
  .shatter-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1000px) {
  .shatter-section h2 {
    font-size: 5.5vw;
    width: 45%;
  }
  .shatter-icon img {
    max-width: 30%;
  }
  .shatter-section h3 {
    font-size: 18px;
  }
  .shatter-section p {
    font-size: 2.2vw;
  }
  .shatter-break-line {
    width: 50%;
  }
  .shatter-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .shatter-google-section img {
    width: 90%;
  }
  .shatter-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1300px) {
  .shatter-section h2 {
    font-size: 4.0vw;
    width: 35%;
  }
  .shatter-icon img {
    max-width: 26%;
  }
  .shatter-section h3 {
    font-size: 18px;
  }
  .shatter-section p {
    font-size: 1.7vw;
  }
  .shatter-break-line {
    width: 45%;
  }
  .shatter-links  {
    margin: auto;
    width: 40%;
    padding-left: 50px;
    display: flex;
  }
  .shatter-google-section img {
    width: 85%;
  }
  .shatter-apple-section img {
    width: 85%;
  }
}

.break-section-00{
  padding: 10px;
  background-color: white;
}

.break-section-01{
  padding: 10px;
  background-color: white;
}

/*Game02 Section*/

.ringjump-section{
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  padding-bottom: 20px;
}

.ringjump-video{
  width: 25%;
  height: 100%;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.ringjump-section h2{
  position: static;
  text-align: center;
  top: 100%;
  left: 50%;
  width: 80%;
  color: #FFFFFF;
  font-size: 50px;
  font-size: 5.5vw;
  font-weight: 100;
  display: block;
  margin: 0 auto;
  letter-spacing: 5px;
  padding-top: 100px;
  font-family: "Spartan";
  background-color: rgba(250, 71, 89, 0.0);
  border-bottom: 15px solid #292929;
}

.ringjump-section h3{
  color: white;
  text-align: center;
  font-family: "Spartan";
}

.ringjump-break-line {
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  width: 85%;
}

.ringjump-icon img{
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 35%;
  max-height: 35%;
}

.ringjump-links {
    padding-top: 25px;
    margin: 0 auto;
    width: 40%;
    display: flex;
}

.ringjump-google-section img{
  padding-top: 10px;
  width: 90%;
}

.ringjump-apple-section img{
  padding-top: 10px;
  width: 90%;
}

.ringjump-section p{
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 3.0vw;
  color: white;
}

@media only screen and (max-width: 600px) {
  .ringjump-section h2 {
    font-size: 9.5vw;
  }
  .ringjump-icon img {
    max-width: 65%;
  }
  .ringjump-section h3 {
    font-size: 13px;
  }
  .ringjump-section p {
    font-size: 4vw;
  }
  .ringjump-links  {
    margin: auto;
    width: 45%;
    display: grid;
  }
  .ringjump-google-section img {
    width: 100%;
  }
  .ringjump-apple-section img {
    padding-top: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 601px) {
  .ringjump-section h2 {
    font-size: 6.5vw;
    width: 55%;
  }
  .ringjump-icon img {
    max-width: 40%;
  }
  .ringjump-section h3 {
    font-size: 15px;
  }
  .ringjump-section p {
    font-size: 3vw;
  }
  .ringjump-break-line {
    width: 65%;
  }
  .ringjump-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .ringjump-google-section img {
    width: 90%;
  }
  .ringjump-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1000px) {
  .ringjump-section h2 {
    font-size: 5.5vw;
    width: 45%;
  }
  .ringjump-icon img {
    max-width: 30%;
  }
  .ringjump-section h3 {
    font-size: 18px;
  }
  .ringjump-section p {
    font-size: 2.2vw;
  }
  .ringjump-break-line {
    width: 50%;
  }
  .ringjump-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .ringjump-google-section img {
    width: 90%;
  }
  .ringjump-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1300px) {
  .ringjump-section h2 {
    font-size: 4.0vw;
    width: 35%;
  }
  .ringjump-icon img {
    max-width: 26%;
  }
  .ringjump-section h3 {
    font-size: 18px;
  }
  .ringjump-section p {
    font-size: 1.7vw;
  }
  .ringjump-break-line {
    width: 45%;
  }
  .ringjump-links  {
    margin: auto;
    width: 40%;
    padding-left: 50px;
    display: flex;
  }
  .ringjump-google-section img {
    width: 85%;
  }
  .ringjump-apple-section img {
    width: 85%;
  }
}

/*Break Section 02*/

.break-section-02{
  padding: 10px;
  background-color: white;
}

/*GAME SECTION 3*/

.snapball-section{
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  padding-bottom: 20px;
}

.snapball-video{
  width: 25%;
  height: 100%;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.snapball-section h2{
  position: static;
  text-align: center;
  top: 100%;
  left: 50%;
  width: 80%;
  color: #FFFFFF;
  font-size: 50px;
  font-size: 5.5vw;
  font-weight: 100;
  display: block;
  margin: 0 auto;
  letter-spacing: 5px;
  padding-top: 100px;
  font-family: "Spartan";
  background-color: rgba(250, 71, 89, 0.0);
  border-bottom: 15px solid #292929;
}

.snapball-section h3{
  color: white;
  text-align: center;
  font-family: "Spartan";
}

.snapball-break-line {
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  width: 85%;
}

.snapball-icon img{
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 35%;
  max-height: 35%;
}

.snapball-links {
    padding-top: 25px;
    margin: 0 auto;
    width: 40%;
    display: flex;
}

.snapball-google-section img{
  padding-top: 10px;
  width: 90%;
}

.snapball-apple-section img{
  padding-top: 10px;
  width: 90%;
}

.snapball-section p{
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 3.0vw;
  color: white;
}

@media only screen and (max-width: 600px) {
  .snapball-section h2 {
    font-size: 9.5vw;
  }
  .snapball-icon img {
    max-width: 65%;
  }
  .snapball-section h3 {
    font-size: 13px;
  }
  .snapball-section p {
    font-size: 4vw;
  }
  .snapball-links  {
    margin: auto;
    width: 45%;
    display: grid;
  }
  .snapball-google-section img {
    width: 100%;
  }
  .snapball-apple-section img {
    padding-top: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 601px) {
  .snapball-section h2 {
    font-size: 6.5vw;
    width: 55%;
  }
  .snapball-icon img {
    max-width: 40%;
  }
  .snapball-section h3 {
    font-size: 15px;
  }
  .snapball-section p {
    font-size: 3vw;
  }
  .snapball-break-line {
    width: 65%;
  }
  .snapball-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .snapball-google-section img {
    width: 90%;
  }
  .snapball-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1000px) {
  .snapball-section h2 {
    font-size: 5.5vw;
    width: 45%;
  }
  .snapball-icon img {
    max-width: 30%;
  }
  .snapball-section h3 {
    font-size: 18px;
  }
  .snapball-section p {
    font-size: 2.2vw;
  }
  .snapball-break-line {
    width: 50%;
  }
  .snapball-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .snapball-google-section img {
    width: 90%;
  }
  .snapball-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1300px) {
  .snapball-section h2 {
    font-size: 4.0vw;
    width: 35%;
  }
  .snapball-icon img {
    max-width: 26%;
  }
  .snapball-section h3 {
    font-size: 18px;
  }
  .snapball-section p {
    font-size: 1.7vw;
  }
  .snapball-break-line {
    width: 45%;
  }
  .snapball-links  {
    margin: auto;
    width: 40%;
    padding-left: 50px;
    display: flex;
  }
  .snapball-google-section img {
    width: 85%;
  }
  .snapball-apple-section img {
    width: 85%;
  }
}

.snapball-section{
  background: linear-gradient(-45deg, #19E1FD, #17E3C4, #26FB9F, #17E351);
  padding-bottom: 20px;
}

.snapball-video{
  width: 25%;
  height: 100%;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.snapball-section h2{
  position: static;
  text-align: center;
  top: 100%;
  left: 50%;
  width: 80%;
  color: #FFFFFF;
  font-size: 50px;
  font-size: 5.5vw;
  font-weight: 100;
  display: block;
  margin: 0 auto;
  letter-spacing: 5px;
  padding-top: 100px;
  font-family: "Spartan";
  background-color: rgba(250, 71, 89, 0.0);
  border-bottom: 15px solid #292929;
}

.snapball-section h3{
  color: white;
  text-align: center;
  font-family: "Spartan";
}

.snapball-break-line {
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  width: 85%;
}

.snapball-icon img{
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 35%;
  max-height: 35%;
}

.snapball-links {
    padding-top: 25px;
    margin: 0 auto;
    width: 40%;
    display: flex;
}

.snapball-google-section img{
  padding-top: 10px;
  width: 90%;
}

.snapball-apple-section img{
  padding-top: 10px;
  width: 90%;
}

.snapball-section p{
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 3.0vw;
  color: white;
}

@media only screen and (max-width: 600px) {
  .snapball-section h2 {
    font-size: 9.5vw;
  }
  .snapball-icon img {
    max-width: 65%;
  }
  .snapball-section h3 {
    font-size: 13px;
  }
  .snapball-section p {
    font-size: 4vw;
  }
  .snapball-links  {
    margin: auto;
    width: 45%;
    display: grid;
  }
  .snapball-google-section img {
    width: 100%;
  }
  .snapball-apple-section img {
    padding-top: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 601px) {
  .snapball-section h2 {
    font-size: 6.5vw;
    width: 55%;
  }
  .snapball-icon img {
    max-width: 40%;
  }
  .snapball-section h3 {
    font-size: 15px;
  }
  .snapball-section p {
    font-size: 3vw;
  }
  .snapball-break-line {
    width: 65%;
  }
  .snapball-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .snapball-google-section img {
    width: 90%;
  }
  .snapball-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1000px) {
  .snapball-section h2 {
    font-size: 5.5vw;
    width: 45%;
  }
  .snapball-icon img {
    max-width: 30%;
  }
  .snapball-section h3 {
    font-size: 18px;
  }
  .snapball-section p {
    font-size: 2.2vw;
  }
  .snapball-break-line {
    width: 50%;
  }
  .snapball-links  {
    margin: auto;
    width: 45%;
    display: flex;
  }
  .snapball-google-section img {
    width: 90%;
  }
  .snapball-apple-section img {
    width: 90%;
  }
}

@media only screen and (min-width: 1300px) {
  .snapball-section h2 {
    font-size: 4.0vw;
    width: 35%;
  }
  .snapball-icon img {
    max-width: 26%;
  }
  .snapball-section h3 {
    font-size: 18px;
  }
  .snapball-section p {
    font-size: 1.7vw;
  }
  .snapball-break-line {
    width: 45%;
  }
  .snapball-links  {
    margin: auto;
    width: 40%;
    padding-left: 50px;
    display: flex;
  }
  .snapball-google-section img {
    width: 85%;
  }
  .snapball-apple-section img {
    width: 85%;
  }
}

/*ABOUT SECTION*/

.about-section h1{
  /* background-color: #2E2E2E; */
  padding-bottom: 20px;
  position: static;
  text-align: center;
  top: 100%;
  left: 50%;
  width: 80%;
  color: #000000;
  font-size: 50px;
  font-size: 5.5vw;
  font-weight: 100;
  display: block;
  margin: 0 auto;
  letter-spacing: 5px;
  padding-top: 50px;
  font-family: "Spartan";
}

.about-section p{
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 2.0vw;
  color: #1E1E1E;
  font-family: 'Lato', sans-serif;
}

.about-section img{
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.about-section h3{
  font-family: 'Poppins', sans-serif;
  color: #1E1E1E;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 2.0vw;
}

.about-section h5{
  text-align: center;
  font-family: 'Spartan', sans-serif;
  font-size: 10px;
}

.about-line {
  margin: 0 auto;
  border: 1px solid #000000;
  width: 85%;
}

@media only screen and (max-width: 600px) {
  .about-section h1{
    font-size: 8vw;
  }
  .about-section p{
    padding: 20px;
    font-size: 3vw;
  }
  .about-section img{
    width: 40%;
  }
  .about-section h3{
    font-size: 4vw;
  }
  .about-section h5 {
    font-size: 10px;
  }
}

@media only screen and (min-width: 601px) {
  .about-section h1{
    font-size: 6.5vw;
  }
  .about-section p{
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 2.0vw;
  }
  .about-section img{
    width: 30%;
  }
  .about-section h3{
    font-size: 2.75vw;
  }
  .about-section h5 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  .about-section h1{
    font-size: 5vw;
  }
  .about-section p{
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.5vw;
  }
  .about-section img{
    width: 20%;
  }
  .about-section h3{
    font-size: 1.75vw;
  }
  .about-section h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  .about-section h1{
    font-size: 3.7vw;
  }
  .about-section p{
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.25vw;
  }
  .about-section img{
    width: 15%;
  }
  .about-section h3{
    font-size: 1.75vw;
  }
  .about-section h5 {
    font-size: 15px;
  }
}

/*NEWSLETTER*/

.newsletter-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  background-color: #292929;
}

.newsletter-wrapper h1 {
  margin-bottom: 40px;
  color: #F6F3FA;
  font-size: 3vh;
  font-family: "Spartan";
  padding-top: 20px;
}

.newsletter {
  max-width: 550px;
  width: 100%;
  position: relative;
  background-color: #292929;
  padding-bottom: 30px;
}

.newsletter .input {
  width: 70%;
  padding: 30px 100px 30px 60px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}

.newsletter .fas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
}

.newsletter .btn {
  position: absolute;
  top: 35%;
  right: 30px;
  transform: translateY(-50%);
  background: #4dabf7;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 12px;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .newsletter-wrapper h1 {
    font-size: 2vh;
  }
}

@media only screen and (min-width: 601px) {
  .newsletter-wrapper h1 {
    font-size: 2.5vh;
  }
}

@media only screen and (min-width: 1000px) {
  .newsletter-wrapper h1 {
    font-size: 3vh;
  }
}

/*Footer Section*/

.footer{
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  background-color: rgba(210, 210, 210, 0.5);
}

.footer h3{
  font-family: "Spartan";
}

.footer small{
  font-family: "Roboto";
}

.footer img {
  width:5%;
}

.copyright{
  padding-top: 70px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .footer img {
    width:15%;
  }
  .poolofclay-icon img{
    width: 9%;
    position: absolute;
    right: 17px;
    top: 25px;
  }
}

@media only screen and (min-width: 601px) {
  .footer img {
    width:10%;
  }
  .poolofclay-icon img{
    width: 8%;
    position: absolute;
    right: 17px;
    top: 13px;
  }
}

@media only screen and (min-width: 800px) {
  .footer img {
    width:7%;
  }
  .poolofclay-icon img{
    width: 5%;
    position: absolute;
    right: 17px;
    top: 17px;
  }
}

@media only screen and (min-width: 1000px) {
  .footer img {
    width:5%;
  }
  .poolofclay-icon img{
    width: 4%;
    position: absolute;
    right: 17px;
    top: 10px;
  }
}

.policy-link h6{
  font-family: 'Poppins';
  color: #292929;
}
}
