@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
	margin:0;
	font-family: Arial, Verdana, sans-serif;
	 background-color: #000000;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
}

#hero {
  background-color: black;
  background-size: 500px auto;
  background-image: url(hero-mask.jpg);
  background-repeat: no-repeat;
  background-position: right 5% top 0;
  width: 100%;
  height: 650px;
  color: white;
  padding: 40px 40px 40px;
}

.hero-text {
  float: left;
  width: 50%;
  padding-right: 30px;
  margin-top: 120px;
}

.hero-image {
  float: right;
  width: 40%;
  margin-top: 0; 
  margin-right: 40px;
}


.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

#hero::after {
  content: "";
  display: table;
  clear: both;
}

.hero-text h1,
.hero-text p,
.hero-text .button {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.gold-text {
  color: #C1923A;
}


p, li, span {
 font-size: 16px;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Georgia, serif;
	color: #C1923A;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
	line-height: 1.15em;
	}

h2 {
	font-size: 32px;
	line-height: 1.25em;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: gold;
	text-decoration: none;
}

.button {
  background-color: #C1923A;
  color: #000000;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}


.button:hover {
	background-color: #A67C00;
	text-decoration: none;
}

#header {
  background-color: black;
  padding: 5px 60px 0;
  position: relative;
}


#header-content {
  display: flex;
  align-items: flex-end;
  align-items: center;
  justify-content: space-between;
  max-width: calc(100%-120px);
  margin-bottom: 0px;  
}


#header-content::after {
  content: "";
  display: table;
  clear: both;
}

#headernav {
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
}

#logo { 
	float: left;
	width: 20%; 
	margin-left: 30px; 
	margin-top: 70px; 
}

#logo img {
  height: 60px;
  display: block;
  transform: scale(2.3);
}

#nav {
  display: flex;
  align-items: center;
  margin-top: 70px;
  padding: 0;
  list-style: none;
}

#nav li {
	display: inline;
	margin: 0 5.5px;
	white-space: nowrap
}

#nav li a { 
	font-size: 17px;
	font-weight: normal; 
	color: white;
	text-decoration: none; 
}

#nav li a:hover {
  color: #C1923A;
}

#account-icon {
  position: absolute;
  right: 60px;
  top: 70px;
  width: 40px;
  height: 40px;
  transform: none;
}

#account-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#hamburger-icon {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  margin-right: 10px;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-border-line {
	border-top: 1px solid white; 
	margin: 0px 60px 0 360px;
}

.border-line {
  border-top: 1px solid white;
  margin-left: 60px;
  margin-right: 60px;
	height: 1px;
}

#products h2 { 
	border-top: 1px solid white; 
	border-bottom: 1px solid white; 
	padding: 20px 0; 
	margin-left: 60px; 
	margin-right: 60px; 
	text-align: center; 
} 

#products ul {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin: 40px 0;
  padding: 0;
  width: 100%;
}

#products ul li {
  flex: 1;
  list-style: none;
  background: none;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-wrapper {
  width: calc(100% - 60px);
  margin-left: 60px;
  margin-right: 60px;
}

.product-wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}


.product-frame {
  border: 1px solid #C1923A;
  background-color: black;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.product-frame img {
  width: 85%;
  height: 85%;
 object-fit: contain;
  background-color: black;
  display: block;
}


.product-description {
  background-color: #111;
  padding: 20px;
  color: white;
  border-top: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-description p {
	flex-grow: 1; 
}

.artifact-description h3 {
  color: #C1923A;
  font-size: 20px;
  margin-bottom: 10px;
}

.artifact-description p {
  font-size: 16px;
  margin-bottom: 15px;
}


#products ul::after {
	content: ""; 
	display: table; 
	clear: both;
}

.product-button {
  background-color: #C1923A;
  color: #000000;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 20px;
  width: 65%;
  border: none;
  cursor: pointer;
}

.product-button:hover {
	background-color: #A67C00;
	text-decoration: none;
}

#testimonial {
  background-color: black;
  padding: 60px 60px 40px;
}

#testimonial h2 {
  border: none;
  padding: 0;
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.testimonial-container {
  overflow: hidden;
}

.testimonial-image {
  float: left;
  width: 40%;
  padding-right: 40px;
}

.testimonial-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.testimonial-text {
  float: left;
  width: 60%;
  padding-top: 40px;
  padding-right: 30px;
  margin-top: 60px;
}

.testimonial-text h2,
.testimonial-text h3,
.testimonial-text p,
.testimonial-text .button {
  margin: 20px 20px 20px 20px;
  display: block;
  text-align: left;
}

.incident-label {
  color: white;
  font-size: 24px;
}

.testimonial-text .highlight {
  color: #C1923A;
  font-size: 24px;
}

.testimonial-divider-line {
  border-top: 1px solid white;
  margin-left: 60px;
  margin-right: 60px;
  height: 1px;
}

.footer-content {
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 300px;
  box-sizing: border-box;
}

.footer-form {
  flex: 1;
  width: 20%;
  margin: 0; 
  padding: 0;
}

.footer-form h4 { 
	font-size: 28px; 
	color: #C1923A; 
	text-transform: uppercase; 
	margin-top: 40px;
	margin-bottom: 20px; 
}


.footer-form h4,
.footer-form input[type="email"],
.footer-form .button {
  margin-left: 0;
  margin-right: 0;
}

.footer-form input[type="email"] {
	width: 69%;
	padding: 10px;
	font-size: 18px; 
	border: 1px solid #C1923A; 
	border-radius: 25px; 
	text-align: center; 
	color: white; 
	margin-bottom: 20px; 
} 
.footer-form .button { 
	display: block; 
	margin-top: 0; 
	margin-bottom: 20px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
} 

.footer-form .button:hover {
	background-color: #A67C00;
	text-decoration: none;
}

.footer-logo {
  flex: 0;
  text-align: center;
}

.footer-logo img { 
	width: 120px; 
	height: auto; 
}

.footer-nav {
  flex: 1;
  display: flex;
 justify-content: flex-end;
  gap: 60px; 
}

.footer-section {
  padding: 0;
}

.footer-section:last-child {
	margin-right: 0;
}

.footer-section h3 {
	font-size: 16px; 
	color: #C1923A; 
	margin-bottom: 1px; 
} 
.footer-section p {
	margin: 0px 0;
} 
.footer-section a {
	color: white;
	font-size: 12px;
} 
.footer-section a:hover {
	color: #C1923A;
}
.footer-bottom { 
	width: calc(100% - 120px);
	margin: 60px auto;
	overflow: hidden;
	padding-top: 10px; 
	font-size: 14px; 
} 
.footer-bottom .left {
	float: left;
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif; 
}

.left a:hover {
  color: #C1923A;
  text-decoration: underline;
}


.footer-bottom .right { 
	float: right; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
} 
#footer::after { 
	content: "";
	display: block; 
	clear: both; }

.social-icons {
  float: left;  
  width: 100%;
  text-align: center;
  margin: 20px 0;
  clear: both;
}

.social-icons img {
  width: 180px;
  height: auto;
  margin: 0 10px;
}

@media screen and (min-width: 1600px) {
	
	 #nav {
    position: relative; 
    left: -20px;       
  }
	
  #nav li a {
    font-size: 19px;
  }
	
	.hero-border-line { 
		margin-left: 430px;
	}
	
	#products h2 {
        font-size: 40px; 
    }
	
	
	.testimonial-text {
  margin-top: 120px;
}
	.footer-form h4 { 
	font-size: 30px;
	}
	
	.footer-form input[type="email"] {
	width: 60%;
	padding: 10px;
	font-size: 18px; 
	border: 1px solid #C1923A; 
	border-radius: 25px; 
	text-align: center; 
	color: white; 
	margin-bottom: 20px; 
} 
	
}

@media screen and (min-width: 1400px) {
	
	 #nav {
    position: relative; 
    left: -20px;       
  }
	
  #nav li a {
    font-size: 19px;
  }
	
	.hero-border-line { 
		margin-left: 430px;
	}
	
	#products h2 {
        font-size: 35px; 
    }
	
	.testimonial-text {
  margin-top: 120px;
}
	.footer-form h4 { 
	font-size: 29px;
	}
	
	.footer-form input[type="email"] {
	width: 60%;
	padding: 10px;
	font-size: 18px; 
	border: 1px solid #C1923A; 
	border-radius: 25px; 
	text-align: center; 
	color: white; 
	margin-bottom: 20px; 
} 
}
	
	
@media screen and (max-width: 1200px) {
	
	#nav li a { 
	font-size: 19px;
	}
	
  #header-content,
  #products ul,
  .testimonial-container,
  .footer-content,
  .footer-bottom {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  #logo,
  #nav,
  #account-icon {
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }

  #logo img {
    display: inline-block;
    height: auto;
    margin: 10px 0;
    max-width: 20%;
    transform: scale(1);
  }

  #account-icon {
    position: absolute;
    right: 100px;
    top: 120px;
    width: 40px;
    height: 40px;
    transform: none;
  }

  #account-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .hero-border-line {
    float: none;
    width: 90%;
    border-top: 1px solid white;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    text-align: left;
    height: 1px;
  }

  #hero {
    padding-left: 0;
    padding-right: 0;
    background-position: center top;
    background-size: 300px auto;
    padding-top: 300px;
    display: flex;
    flex-direction: column;
  }

  #nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
    position: absolute;
    top: 110px;
    left: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
  }

  #hamburger-icon img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .hero-text h3,
  .hero-text p,
  .hero-text .button {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .hero-image {
    float: none;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    text-align: left;
    order: 1;
    margin-bottom: 0;
  }

  .hero-image img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .hero-text {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    text-align: left;
  }

  .hero-text h1 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 40px;
    margin-bottom: 30px;
  }

  .hero-text p {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
  }

  .hero-text .hero-button {
    width: 30%;
    padding: 12px;
    font-size: 15px;
    border-radius: 20px;
    margin-top: 10px;
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
  }

  #products h2 {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 90%;
    margin: 150px auto 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
  }

  .product-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #products ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #products ul li {
    width: 100%;
    margin: 20px 0;
    display: block;
  }

  .product-frame {
    width: 100%;
    margin-top: 20px;
  }

  .product-frame img {
    width: 50%;
    height: auto;
    max-width: 100%;
  }

  .product-description h3 {
    margin-top: 15px;
    font-size: 25px;
  }

  .product-description {
    padding: 15px;
    margin-bottom: 20px;
  }

  .product-button {
    width: 20%;
    padding: 12px;
    font-size: 15px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #testimonial {
    padding: 40px 20px;
  }

  .testimonial-image,
  .testimonial-text {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .testimonial-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #testimonial h2 {
    border: none;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    font-size: 25px;
    color: #C1923A;
  }

  .incident-label,
  .testimonial-text h3 .highlight {
    font-size: 20px;
  }

  .testimonial-text h3,
  .testimonial-text p,
  .testimonial-text .button {
    display: block;
    margin: 15px 0;
    padding: 0;
    width: 100%;
  }

  .testimonial-text .button {
    width: 20%;
    padding: 12px;
    font-size: 15px;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    height: auto;
  }

  .footer-form {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-form h4 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-form input[type="email"] {
    width: 40%;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-form .button {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 15%;
    font-size: 16px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-logo img {
    width: 100px;
  }

  .footer-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-section {
    width: 100%;
	text-align: left;
  }

  .footer-section h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer-section a {
    font-size: 12px;
  }

  .social-icons {
    text-align: center;
    margin: 5px 0;
  }

  .footer-bottom {
    margin-top: 10px;
    padding: 20px;
    text-align: center;
  }

  .footer-bottom .left,
  .footer-bottom .right {
    font-size: 10px;
    margin: 15px 0;
  }

  .border-line {
    margin-left: 20px;
    margin-right: 20px;
  }
}


@media screen and (max-width: 1000px) {
  #header-content,
  #products ul,
  .testimonial-container,
  .footer-content,
  .footer-bottom {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

	#nav li a { 
	font-size: 19px;
	}
	
  #logo,
  #nav,
  #account-icon {
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }

  #logo img {
    display: inline-block;
    height: auto;
    margin: 10px 0;
    max-width: 20%;
	transform: scale(1); 
  }

  #account-icon {
    position: absolute;
    right: 80px;
    top: 100px;
    width: 40px;
    height: 40px;
    transform: none;
  }

  #account-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
	
	#hamburger-icon {
    display: block;
    position: absolute;
    top: 90px;
    left: 20px; 
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
}
	.testimonial-text {
  margin-top: 120px;
}
	  .footer-form h4 {
    font-size: 27px;
  }

  .footer-form input[type="email"] {
    width: 50%;
  }
	
	  .footer-form .button {
    width: 20%;
  }

	
}

@media screen and (max-width: 800px) { 
	#header-content,
	#products ul,
	.testimonial-container, 
	.footer-content, 
	.footer-bottom {
		display: block;
		width: 100%; 
		padding: 20px;
		box-sizing: border-box; 
	} 

#logo,
#nav,
#account-icon {
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

#logo img {
    display: inline-block; 
	height: auto;
	margin: 10px 0 10px 0;
	max-width: 20%;
	transform: scale(1); 
}
	#account-icon {
    position: absolute;
    right: 80px;
    top: 80px;
    width: 40px;
    height: 40px;
    transform: none;
}

#account-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
	.hero-border-line {
	float: none;
    width: 90%;
    border-top: 1px solid white;
    margin-left: 20px; 
	margin-right: 20px;
	padding: 0;
	text-align: left; 
    height: 1px;
}
	
	#hero {
	padding-left: 0;
    padding-right: 0;
    background-position: center top;
    background-size: 300px auto; 
    padding-top: 300px;    
	display: flex;
    flex-direction: column;
  }
	
#nav {
    display: none;
}

#hamburger-icon {
    display: block;
    position: absolute;
    top: 80px;
    left: 20px; 
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
}

#hamburger-icon img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.hero-text h3,
.hero-text p,
.hero-text .button {
 display: block;  
    margin: 0;         
    padding: 0;
    width: 100%;
}
	
	.hero-image {
	float: none;
	width: 90%;
    margin-left: 20px;
    margin-right: 20px; 
	padding: 0;
	text-align: left;
	order: 1;
	margin-bottom: 0px;
	}
	
	.hero-image img {
    width: 75%;   
    height: auto;
    display: block;
    margin: 0 auto; 
}
	
	.hero-text {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    text-align: left;
}
	
	.hero-text h1 {
	text-align: left; 
	width: 100%;
	margin-top: 0;
	margin-left: 0;
    margin-right: 0;
	padding: 0%;
	font-size: 40px;
	margin-bottom: 30px;
	}
	
	.hero-text p {
	text-align: left; 
	width: 100%;
	margin-left: 0;
    margin-right: 0;
	padding: 0%; 
	margin-bottom: 30px;
	}
	
.hero-text .hero-button {
  width: 35%;
  padding: 12px;
  font-size: 15px;
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
}

#products h2 {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        width: 90%;
        margin: 150px auto 40px;
        padding: 15px 0;
        text-align: center;
        font-size: 25px; 
        line-height: 1.6;
    }
	
	  .product-wrapper {
    width: 90%;     
    margin-left: auto;  
    margin-right: auto;   
  }
	
	  #products ul {
    display: block;  
    margin: 0;         
    padding: 0;
    width: 100%;
  }

	  #products ul li {
    width: 100%;
    margin: 20px 0;    
    display: block;       
  }
	
	 .product-frame {
    width: 100%;
    margin-top: 20px;
  }
	
	.product-frame img {
    width: 75%;
    height: auto;
    max-width: 100%;
	}
	
	.product-description h3 {
		margin-top: 15px;
		font-size: 25px
	}
	
	  .product-description {
    padding: 15px;
    margin-bottom: 20px;
  }
	
	  .product-button {
    width: 35%;  
    padding: 12px;
    font-size: 15px;
    border-radius: 20px;
    margin-top: 10px;
	margin-bottom: 20px;

  }
	
 #testimonial {
  padding: 40px 20px; 
}

.testimonial-image,
.testimonial-text {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.testimonial-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#testimonial h2 {
  border: none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  font-size: 25px;
  color: #C1923A;
}
	
	.incident-label {
        font-size: 15px;
    }

	  .testimonial-text h3 .highlight {
        font-size: 15px;
    }
	
	
.testimonial-text h3,
.testimonial-text p,
.testimonial-text .button {
 display: block;  
    margin: 15px 0px;         
    padding: 0;
    width: 100%;
}
	
	.testimonial-text .button {
 width: 35%;  
    padding: 12px;
    font-size: 15px;
    border-radius: 20px;
    margin-top: 20px;
	text-align: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    height: auto;
  }

  .footer-form {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-form h4 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-form input[type="email"] {
    width: 45%;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-form .button {
	  margin-top: 15px;
	  margin-bottom: 20px;
    width: 30%;
    font-size: 16px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-logo img {
    width: 100px;
  }

  .footer-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-section {
    width: 100%;
  }

  .footer-section h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer-section a {
    font-size: 12px;
  }

  .social-icons {
    text-align: center;
    margin: 5px 0;
  }
	
	.footer-bottom {
	margin-top: 10px;
  padding: 20px;
  text-align: center;
}
	
.footer-bottom .left,
.footer-bottom .right {
  font-size: 10px;
  margin: 15px 0;
}
	.border-line {
  margin-left: 20px;
  margin-right: 20px;
}
}
	@media screen and (max-width: 600px) { 
		
		#hamburger-icon {
    display: block;
    position: absolute;
    top: 40px;
    left: 20px; 
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
}

		
			#account-icon {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 40px;
    height: 40px;
    transform: none;
}
		
		#logo img { 
			height: 45px; 
			max-width: 120px;
			transform: scale(2); 
	}
		
		#products h2 {
        font-size: 22px; 
    }
		
	.footer-form h4 {
    font-size: 24px;
  }

  .footer-form input[type="email"] {
    width: 50%;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-form .button {
	  margin-top: 15px;
	  margin-bottom: 20px;
    width: 40%;
    font-size: 16px;
  }
}
	
	@media screen and (max-width: 480px) {
	
		.hero-text .hero-button {
  width: 60%;
		}
		
		.hero-text h1 {
	font-size: 30px;
		}
		
		#products h2 {
        font-size: 20px; 
    }
		.product-description h3 {
		font-size: 20px
	}
		
		 .product-button {
    width: 60%;  
		}
		
		#testimonial h2 {
			font-size: 20px; 
		} 
		
		.testimonial-text .button {
        width: 60%;  
		}
		
		.footer-form h4 {
    font-size: 22px;
		}
		
	.footer-form input[type="email"] {
    width: 93%;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-form .button {
	  margin-top: 15px;
	  margin-bottom: 20px;
    width: 60%;
    font-size: 16px;
  }
}