body,
html {
  /* width: 100%;
  height: 100%; */
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Athena';
  src: url('Athena-Regular.woff2') format('woff2'),
      url('Athena-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Athena';
  background-color: #f9fcff;
}

/* Default display 1512px */

/* Nav */
.links {
  position: fixed;
  top: 0;
  left: 0;
  width: 135px;
  background-image: url(./images/bg.png);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#btn_nav {
  width: 115px;
  height: 40px;
  background-color: #0e879f;
  border: none;
  border-radius: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#btn_nav a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Athena';
  cursor: pointer;
}

#btn_nav:hover {
  scale: 1.05;
}

#nav_logo {
  width: 100%;
}

  /* Hidden Hamburger menu*/

  #menuToggle {
    display: none;
  }

/* cover_pic */

.cover_pic {
  width: 91%;
  margin-top: -10px;
  margin-left: 130px;
}

#cover_pic{
  width: 100%;
}

.sections{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 80%;
  margin-top: 30px;
  margin-left: 8rem;
  display: block;
  color: #5b6670;
  font-size: 20px;
  line-height: 2.5rem;
}

.section_1 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_1 p {
  font-size: 1.3rem;
  text-align: left;
}

.installation_overview {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-left: 11rem;
  /* border: #5b6670 solid 1px; */
}

.installation_overview_left {
  width: 50%;
  display: flex;
  justify-content: center;
}

.installation_overview_left img {
  width: 80%;
}

.installation_overview_right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.installation_overview_right img {
  width: 60%
}

.section_2 {
  width: 85%;
  display: block;
  justify-content: center;
  text-align: center;
  margin-top: 5rem;
  margin-left: 11rem;
  /* border: #0e879f solid 1px; */
}

.section_2 video {
  width: 100%;
  height: 100%;
  margin-top: 1.2rem;
  border-radius: 1%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-radius: 5px;
}

.section_2 h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_3 {
  width: 85%;
  margin-top: 80px;
  margin-left: 11rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5b6670;
  font-size: 20px;
  gap: 2rem;
  line-height: 2rem;
}

.section_3_left {
  width: 50%;
  text-align: left;
}

.section_3_right {
  width: 40%;
}

.section_3_left h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.section_3_left p {
  font-size: 1.3rem;
}

.section_3_right img {
  width: 100%;
  
}

.section_4 {
  width: 85%;
  margin-top: 50px;
  margin-left: 10rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2rem;
}

.section_4 img {
  width: 55%;
}

.section_5 {
  width: 85%;
  margin-top: 120px;
  margin-left: 12rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
  line-height: 2rem;
}

.section_5_left {
  width: 48%;
  margin-left: -1.5rem;
  /* border: #0e879f 1px solid; */
}

.section_5_left h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_5_left p {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px;
}

.section_5_right {
  width: 45%;
  margin-left: 1.5rem;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_5_right img {
  width: 110%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_6 {
  width: 85%;
  margin-top: 80px;
  margin-left: 12rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
}

.section_6_left {
  width: 45%;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_6_left img {
  width: 110%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_6_right {
  width: 48%;
  margin-left: 2rem;
  line-height: 2rem;
  /* border: #5b6670 1px solid; */
}

.section_6_right h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_6_right p {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px;
}

.section_7 {
  width: 85%;
  margin-top: 120px;
  margin-left: 12rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
}

.section_7_left {
  width: 48%;
  margin-left: -1.5rem;
  line-height: 2rem;
  /* border: #0e879f 1px solid; */
}

.section_7_left h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_7_left p {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px;
}

.section_7_right {
  width: 45%;
  margin-left: 1.5rem;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_7_right img {
  width: 110%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_8 {
  width: 85%;
  margin-top: 80px;
  margin-left: 12rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
}

.section_8_left {
  width: 45%;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_8_left img {
  width: 110%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_8_right {
  width: 48%;
  margin-left: 2rem;
  line-height: 2rem;
  /* border: #5b6670 1px solid; */
}

.section_8_right h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_8_right p {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px;
}

.section_9 {
  width: 85%;
  margin-top: 100px;
  margin-left: 8rem;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.section_9 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_9 img {
  width: 50%;
}

.section_10 {
  width: 75%;
  margin-top: 1rem;
  margin-left: 15rem;
  display: flex;
  justify-content: center;
  color: #5b6670;
  font-size: 1.3rem;
  line-height: 2rem;
  /* border: #0e879f 1px solid; */
}

.section_11 {
  width: 85%;
  margin-top: 3rem;
  margin-left: 8rem;
  display: flex;
  justify-content: center;
}

.section_11 img {
  width: 100%;
  margin-left: 100px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button_brandbook {
  margin-top: 2rem;
  margin-left: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_brandbook {
  height: 2.5rem;
  width: 10rem;
  margin-top: 10px;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_12 {
  width: 85%;
  margin-top: 5rem;
  margin-left: 10rem;
  display: block;
  justify-content: center;
  /* border: #0e879f 1px solid; */
}

.section_12 h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.icon_1 {
  margin-top: 3rem;
  gap: 2rem;
}

.icon_1, .icon_2 {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

#icon, #tag_3 {
  width: 45%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#tag_2, #tag_1  {
  width: 45%;
  margin-top: 1rem;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_13 {
  width: 85%;
  margin-top: 80px;
  margin-left: 10rem;
  margin-bottom: 5rem;
  display: block;
  justify-content: center;
  /* border: red solid 1px; */
}

.section_13 h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.tshirt {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2rem;
  /* border: #0e879f solid 1px; */
}

.section_13 img { /* tshirt */
  width: 46%;
  height: 46%;
  margin-top: 1.5rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.section_13 video {
  width: 46%;
  height: 46%;
  margin-top: 1.5rem;
  border-radius: 1%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#view {
  height: 40px;
  width: 160px;
  margin-top: 20px;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
}




/* Media Query */

/* Wide Screen (FULL HD 1920 x 1080) */

@media screen and (min-width: 1800px) and (max-width: 2000px){

  /* Hidden Hamburger menu*/

  #menuToggle {
    display: none;
  }

/* cover_pic */

.cover_pic {
  width: 93.5%;
  margin-top: -10px;
  margin-left: 8rem;
}

#cover_pic{
  width: 100%;
}

.sections{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 82%;
  margin-top: 30px;
  margin-left: 8rem;
  display: block;
  color: #5b6670;
}

.section_1 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_1 p {
  text-align: left;
  font-size: 1.6rem;
}

.installation_overview {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-left: 13rem;
  /* border: #5b6670 solid 1px; */
}

.installation_overview_left {
  width: 50%;
  display: flex;
  justify-content: center;
}

.installation_overview_left img {
  width: 80%;
}

.installation_overview_right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.installation_overview_right img {
  width: 60%;
}

.section_2 {
  width: 85%;
  display: block;
  justify-content: center;
  text-align: center;
  margin-top: 8rem;
  margin-left: 12rem;
  /* border: #0e879f solid 1px; */
}

.section_2 h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_2 video {
  width: 85%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.section_3 {
  width: 85%;
  margin-top: 80px;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5b6670;
}

.section_3_left {
  width: 50%;
  text-align: left;
}

.section_3_right {
  width: 40%;
}

.section_3_left h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.section_3_left p {
  font-size: 1.5rem;
}

.section_3_right img {
  width: 90%;
}

.section_4 {
  width: 85%;
  margin-top: 6rem;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_4 img {
  width: 50%;
}

.section_5 {
  width: 85%;
  margin-top: 120px;
  margin-left: 13rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
}

.section_5_left {
  width: 48%;
  /* border: #0e879f 1px solid; */
}

.section_5_left h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_5_left p {
  font-size: 1.5rem;
  text-align: left;
  padding: 15px;
}

.section_5_right {
  width: 45%;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_5_right img {
  width: 100%;
}

.section_6 {
  width: 85%;
  margin-top: 80px;
  margin-left: 13rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
}

.section_6_left {
  width: 45%;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_6_left img {
  width: 100%;
}

.section_6_right {
  width: 48%;
  /* border: #5b6670 1px solid; */
}

.section_6_right h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_6_right p {
  font-size: 1.5rem;
  text-align: left;
  padding: 15px;
}

.section_7 {
  width: 85%;
  margin-top: 80px;
  margin-left: 13rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
}

.section_7_left {
  width: 48%;
  /* border: #0e879f 1px solid; */
}

.section_7_left h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_7_left p {
  font-size: 1.5rem;
  text-align: left;
  padding: 15px;
}

.section_7_right {
  width: 45%;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_7_right img {
  width: 100%;
}

.section_8 {
  width: 85%;
  margin-top: 80px;
  margin-left: 13rem;
  display: flex;
  gap: 10px;
  color: #5b6670;
}

.section_8_left {
  width: 45%;
  /* border: #0e879f 1px solid; */
  display: flex;
  justify-content: center;
}

.section_8_left img {
  width: 100%;
}

.section_8_right {
  width: 48%;
  /* border: #5b6670 1px solid; */
}

.section_8_right h1 {
  font-size: 2rem;
  color: #0e879f;
  text-align: center;
}

.section_8_right p {
  font-size: 1.5rem;
  text-align: left;
  padding: 15px;
}

.section_9 {
  width: 85%;
  margin-top: 100px;
  margin-left: 9rem;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.section_9 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_9 img {
  width: 50%;
}

.section_10 {
  width: 70%;
  margin-top: 1rem;
  margin-left: 19rem;
  display: flex;
  justify-content: center;
  color: #5b6670;
  font-size: 1.5rem;
  /* border: #0e879f 1px solid; */
}

.section_11 {
  width: 85%;
  margin-top: 3rem;
  margin-left: 9rem;
  display: flex;
  justify-content: center;
}

.section_11 img {
  width: 100%;
  margin-left: 100px;
}

.button_brandbook {
  margin-top: 2rem;
  margin-left: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_brandbook {
  height: 2.5rem;
  width: 10rem;
  margin-top: 10px;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_12 {
  width: 85%;
  margin-top: 5rem;
  margin-left: 11rem;
  display: block;
  justify-content: center;
  /* border: #0e879f 1px solid; */
}

.section_12 h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.icon_1 {
  margin-top: 3rem;
}

.icon_1, .icon_2 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#icon, #tag_3 {
  width: 45%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#tag_2, #tag_1  {
  width: 45%;
  margin-top: 1rem;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.section_13 {
  width: 85%;
  margin-top: 80px;
  margin-left: 11rem;
  display: block;
  justify-content: center;
  /* border: red solid 1px; */
}

.section_13 h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.tshirt {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  /* border: #0e879f solid 1px; */
}


.button {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#view {
  height: 40px;
  width: 160px;
  margin-top: 20px;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
}

}


@media screen and (min-width: 1024px) and (max-width: 1366px){

  /* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}
/* cover_pic */

.cover_pic {
  width: 100%;
  margin-top: 0rem;
  margin-left: 8rem;
}

#cover_pic{
  width: 89%;
}

.sections{
  width: 100%;
  margin: auto;
  display: block;
}

.section_1 {
  width: 82%;
  margin-top: 2rem;
  margin-left: 10rem;
  display: block;
  line-height: 1.5rem;
  /* border: #0e879f solid 1px; */
}

.section_1 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_1 p {
  text-align: left;
  color: #5b6670;
  font-size: 1.2rem;
}

.installation_overview {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-left: 7rem;
}

.installation_overview_left {
  width: 50%;
}

.installation_overview_left img {
  width: 80%;
}

.installation_overview_right {
  width: 50%;
}

.installation_overview_right img {
  width: 80%;
}

.section_2 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: block;
  line-height: 1.5rem;
}

.section_2 h1 {
  font-size: 2rem;
  color: #0e879f;
}

iframe {
  width: 700px;
  height: 481.5px ;
  border-radius: 2px;
  border: none;
}

.button #view {
  display: none;
}

.section_3 {
  width: 82%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: block;
  line-height: 1.5rem;
}

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

.section_3_left h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.section_3_left p {
  font-size: 1.2rem;
}

.section_3_right {
  width: 100%;
  margin-top: 3rem;
}

.section_3_right img {
  width: 80%;
}

.section_4 {
  width: 82%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: block;
  line-height: 1.5rem;
}

.section_4 img {
  width: 80%;
}

.section_5 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  gap: 0.5rem;
}

.section_5_left {
  width: 50%;
  margin-top: 3rem;
  /* border: #0e879f 1px solid; */
}

.section_5_left h1 {
  font-size: 1.5rem;
  text-align: center;
  color: #0e879f;
}

.section_5_left p {
  font-size: 1.1rem;
  text-align: left;
}

.section_5_right {
  width: 50%;
  display: block;
  justify-content: center;
    /* border: #0e879f 1px solid; */
}

.section_5_right img {
  width: 100%;
}

.section_6 {
  width: 80%;
  margin-top: 1rem;
  margin-left: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.section_6_left {
  width: 50%;
  display: flex;
  justify-content: center;
}

.section_6_left img {
  width: 100%;
}

.section_6_right {
  width: 50%;
  line-height: 1.2rem;
  /* border: #5b6670 1px solid; */
}

.section_6_right h1 {
  font-size: 1.5rem;
  text-align: center;
  color: #0e879f;
}

.section_6_right p {
  font-size: 1.1rem;
  text-align: left;
}

.section_7 {
  width: 80%;
  margin-top: 1rem;
  margin-left: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.section_7_left {
  width: 50%;
  margin-top: 3rem;
  line-height: 1.2rem;
  /* border: #0e879f 1px solid; */
}

.section_7_left h1 {
  font-size: 1.5rem;
  text-align: center;
  color: #0e879f;
}

.section_7_left p {
  font-size: 1.1rem;
  text-align: left;
}

.section_7_right {

  width: 50%;
  display: block;
  justify-content: center;
    /* border: #0e879f 1px solid; */
}

.section_7_right img {
  width: 100%;
}

.section_8 {
  width: 80%;
  margin-top: 1.5rem;
  margin-left: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.section_8_left {
  width: 50%;
  display: flex;
  justify-content: center;
}

.section_8_left img {
  width: 100%;
}

.section_8_right {
  width: 50%;
  line-height: 1.2rem;
  /* border: #5b6670 1px solid; */
}

.section_8_right h1 {
  font-size: 1.3rem;
  text-align: left;
  color: #0e879f;
}

.section_8_right p {
  font-size: 1.1rem;
  text-align: left;
}

.section_9 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 9rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5b6670;
}

.section_9 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_9 img {
  width: 60%;
  margin-top: 2rem;
}

.section_10 {
  width: 80%;
  margin-top: 2rem;
  margin-left: 11rem;
  display: block;
  justify-content: center;
  /* border: #0e879f 1px solid; */
}

.section_10 p {
  color: #5b6670;
  font-size: 1.2rem;
}

.section_11 {
  width: 80%;
  margin-top: 5rem;
  margin-left: 4.5rem;
  display: block;
  justify-content: center;
}

.section_11 img {
  width: 100%;
}

.button_brandbook {
  margin-top: 2rem;
  margin-left: 12rem;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_brandbook {
  height: 2.5rem;
  width: 10rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_12 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 11rem;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
}

.section_12 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_12 img {
  width: 100%;
}

.icon_1 {
  margin-top: 3rem;
}

.icon_1, .icon_2 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#icon, #tag_3 {
  width: 45%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#tag_2, #tag_1  {
  width: 45%;
  margin-top: 1rem;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_13 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 10rem;
  margin-bottom: 5rem;
  display: block;
  justify-content: center;
  /* border: red solid 1px; */
}

.section_13 h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.tshirt {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2rem;
  /* border: #0e879f solid 1px; */
}

.section_13 img { /* tshirt */
  width: 46%;
  height: 46%;
  margin-top: 1.5rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.section_13 video {
  width: 46%;
  height: 46%;
  margin-top: 1.5rem;
  border-radius: 1%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#view {
  height: 40px;
  width: 160px;
  margin-top: 20px;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
}


}



/* Tablet view - Small */

@media screen and (min-width: 768px) and (max-width: 1023px){

  /* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}

/* cover_pic */

.cover_pic {
  width: 95%;
  margin-top: 0rem;
  margin-left: 8rem;
}

#cover_pic{
  width: 90%;
}

.sections{
  width: 100%;
  margin: auto;
  display: block;
}

.section_1 {
  width: 80%;
  margin-top: 2rem;
  margin-left: 9rem;
  display: block;
  line-height: 1.5rem;
  /* border: #0e879f solid 1px; */
}

.section_1 h1 {
  font-size: 1.8rem;
  color: #0e879f;
}

.section_1 p {
  text-align: left;
  color: #5b6670;
  font-size: 1rem;
}

.installation_overview {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-left: 7.5rem;
}

.installation_overview_left {
  width: 50%;
}

.installation_overview_left img {
  width: 80%;
}

.installation_overview_right {
  width: 50%;
}

.installation_overview_right img {
  width: 80%;
}

.section_2 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 9rem;
  display: block;
  line-height: 1.5rem;
}

.section_2 h1 {
  font-size: 1.8rem;
  color: #0e879f;
}

/* iframe {
  width: 700px;
  height: 481.5px ;
  border-radius: 2px;
  border: none;
} */

.video {
  width: 70%;
  height: 70%;;
}


.button #view {
  display: none;
}

.section_3 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 9rem;
  display: block;
  line-height: 1.5rem;
}

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

.section_3_left h1 {
  font-size: 1.8rem;
  text-align: center;
  color: #0e879f;
}

.section_3_left p {
  font-size: 1rem;
}

.section_3_right {
  width: 100%;
  margin-top: 3rem;
}

.section_3_right img {
  width: 80%;
}

.section_4 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: block;
  line-height: 1.5rem;
}

.section_4 img {
  width: 80%;
}

.section_5 {
  width: 80%;
  margin-top: 5rem;
  margin-left: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.section_5_left {
  width: 50%;
  line-height: 1.2rem;
  /* border: #0e879f 1px solid; */
}

.section_5_left h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_5_left p {
  font-size: 1rem;
  text-align: left;
  margin-top: -1rem;
}

.section_5_right {
  width: 40%;
  display: block;
  justify-content: center;
    /* border: #0e879f 1px solid; */
}

.section_5_right img {
  width: 100%;
}

.section_6 {
  width: 80%;
  margin-top: 2rem;
  margin-left: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.section_6_left {
  width: 50%;
  display: flex;
  justify-content: center;
}

.section_6_left img {
  width: 100%;
}

.section_6_right {
  width: 60%;
  line-height: 1.2rem;
  /* border: #5b6670 1px solid; */
}

.section_6_right h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_6_right p {
  font-size: 1rem;
  text-align: left;
}

.section_7 {
  width: 80%;
  margin-top: -2rem;
  margin-left: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.section_7_left {
  width: 60%;
  margin-top: 5rem;
  line-height: 1.2rem;
  /* border: #0e879f 1px solid; */
}

.section_7_left h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_7_left p {
  font-size: 1rem;
  text-align: left;
}

.section_7_right {
  width: 40%;
  display: block;
  justify-content: center;
  margin-left: -1rem;
    /* border: #0e879f 1px solid; */
}

.section_7_right img {
  width: 100%;
}

.section_8 {
  width: 80%;
  margin-top: 1rem;
  margin-left: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.section_8_left {
  width: 45%;
  display: flex;
  justify-content: center;
  margin-top: -2rem;
}

.section_8_left img {
  width: 100%;
}

.section_8_right {
  width: 55%;
  line-height: 1.2rem;
  /* border: #5b6670 1px solid; */
}

.section_8_right h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_8_right p {
  width: 100%;
  font-size: 1rem;
  text-align: left;
}

.section_9 {
  width: 80%;
  margin-top: 5rem;
  margin-left: 10rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5b6670;
}

.section_9 h1 {
  font-size: 1.8rem;
  color: #0e879f;
}

.section_9 img {
  width: 60%;
  margin-top: 2rem;
}

.section_10 {
  width: 78%;
  margin-top: 2rem;
  margin-left: 10.5rem;
  display: block;
  justify-content: center;
  /* border: #0e879f 1px solid; */
}

.section_10 p {
  color: #5b6670;
  font-size: 1rem;
}

.section_11 {
  width: 80%;
  margin-top: 5rem;
  margin-left: 3.5rem;
  display: block;
  justify-content: center;
}

.section_11 img {
  width: 95%;
}

.button_brandbook {
  margin-top: 2rem;
  margin-left: 8rem;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_brandbook {
  height: 2.5rem;
  width: 10rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_12 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 8.5rem;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
}

.section_12 h1 {
  font-size: 1.8rem;
  color: #0e879f;
}

.section_12 img {
  width: 100%;
}

.icon_1 {
  margin-top: 2rem;
}

.icon_1, .icon_2 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#icon, #tag_3 {
  width: 45%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#tag_2, #tag_1  {
  width: 45%;
  margin-top: 1rem;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_13 {
  width: 80%;
  margin-top: 6rem;
  margin-left: 8.5rem;
  margin-bottom: 5rem;
  display: block;
  justify-content: center;
  /* border: red solid 1px; */
}

.section_13 h1 {
  font-size: 1.8rem;
  text-align: center;
  color: #0e879f;
}

.tshirt {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2rem;
  /* border: #0e879f solid 1px; */
}

.section_13 img { /* tshirt */
  width: 46%;
  height: 46%;
  margin-top: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.section_13 video {
  width: 46%;
  height: 46%;
  margin-top: 1.5rem;
  border-radius: 1%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#view {
  height: 40px;
  width: 160px;
  margin-top: 20px;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
}

}

/* Mobile view */

@media screen and (min-width: 375px) and (max-width: 767px){

  /* Hamburger Menu */
  
  #menuToggle {
    visibility: visible;
    display: block;
    position: relative;
    top: 20px;
    left: 10px;
    -webkit-user-select: none;
    user-select: none;
  }
  
  #menuToggle a {
    text-decoration: none;
    color: #0e879f;
    transition: color 0.3s ease;
  }
  
  #menuToggle a:hover{
    color: #5b6670;
  }
  
  #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;
  }
  
  #menuToggle span{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #0e879f;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
  }
  
  #menuToggle span:first-child{
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
  }
  
  /* Hamburger to a cross when clicked*/
  #menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #0e879f;
  }
  
  
  #menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
  }
  
  #menu {
    position: absolute;
    width: 135px;
    height: 250px;
    margin: -100px 0 0 -5px;
    padding-top: 68px;
    list-style-type: none;
    transform-origin: 0% 0%;
    transform: translate(-300%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    display: flex; /*make the menu display flex */
    gap: 10px;
  }
  
  #menu li{
    font-size: 0.8rem;
  }

  #menu button {
    width: 100px;
    height: 30px;
    background-color: #0e879f;
    color: #f9fcff;
    border: none;
    border-radius: 25px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'Athena';
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
    /* cursor: pointer; */
  }
  
  #menuToggle input:checked ~ ul {
    transform: none;
  }
  
  .links {
    display: none;
  }

  /* cover_pic */

.cover_pic {
  width: 100%;
  margin-top: 2rem;
  margin-left: 0rem;
}

#cover_pic{
  width: 100;
}

.sections{
  width: 100%;
  margin: auto;
  display: block;
}

.section_1 {
  width: 95%;
  margin-top: 2rem;
  margin-left: 1rem;
  display: block;
  line-height: 1.2rem;
  /* border: #0e879f solid 1px; */
}

.section_1 h1 {
  font-size: 1.2rem;
  color: #0e879f;
}

.section_1 p {
  text-align: left;
  color: #5b6670;
  font-size: 0.8rem;
}

.installation_overview {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-left: 0rem;
}

.installation_overview_left {
  width: 50%;
}

.installation_overview_left img {
  width: 80%;
}

.installation_overview_right {
  width: 50%;
}

.installation_overview_right img {
  width: 80%;
}

.section_2 {
  width: 100%;
  margin-top: 3rem;
  margin-left: 0rem;
  display: block;
}

.section_2 h1 {
  font-size: 1.5rem;
  color: #0e879f;
}

iframe {
  width: 700px;
  height: 481.5px ;
  border-radius: 2px;
  border: none;
}

.button #view {
  display: none;
}

.section_3 {
  width: 95%;
  margin-top: 3rem;
  margin-left: 0.5rem;
  display: block;
}

.section_3_left {
  width: 100%;
  text-align: left;
  line-height: 1.2rem;
}

.section_3_left h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_3_left p {
  font-size: 0.8rem;
}

.section_3_right {
  width: 100%;
  margin-top: 1rem;
}

.section_3_right img {
  width: 80%;
}

.section_4 {
  width: 100%;
  margin-top: 3rem;
  margin-left: 0.5rem;
  display: block;
  line-height: 1.5rem;
}

.section_4 img {
  width: 80%;
}

.section_5 {
  width: 95%;
  margin-top: 5rem;
  margin-left: 1.8rem;
  display: block;
  justify-content: center;
  align-items: center;
}

.section_5_left {
  width: 100%;
  line-height: 1.2rem;
  /* border: #0e879f 1px solid; */
}

.section_5_left h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_5_left p {
  font-size: 0.8rem;
  text-align: left;
  margin-top: -1rem;
}

.section_5_right {
  width: 95%;
  display: block;
  justify-content: center;
  margin-left: 0rem;
    /* border: #0e879f 1px solid; */
}

.section_5_right img {
  width: 95%;
}

.section_6 {
  width: 100%;
  margin-top: 1rem;
  margin-left: 1.8rem;
  display: block;
  justify-content: center;
  align-items: center;
}

.section_6_left {
  width: 85%;
  display: block;
  justify-content: center;
  margin-left: 0rem;
}

.section_6_left img {
  width: 100%;
}

.section_6_right {
  width: 100%;
  line-height: 1.2rem;
  margin-top: 1.5rem;
  margin-left: -1.5rem;
  /* border: #5b6670 1px solid; */
}

.section_6_right h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_6_right p {
  font-size: 0.8rem;
  text-align: left;
  margin-top: -1rem;
}

.section_7 {
  width: 100%;
  margin-top: 5rem;
  margin-left: 1.5rem;
  display: block;
  justify-content: center;
  align-items: center;
}

.section_7_left {
  width: 100%;
  margin-top: 1rem;
  line-height: 1.2rem;
  /* border: #0e879f 1px solid; */
}

.section_7_left h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_7_left p {
  font-size: 0.8rem;
  text-align: left;
  margin-top: -1rem;
}

.section_7_right {
  width: 85%;
  display: block;
  justify-content: center;
  margin-left: 0rem;
    /* border: #0e879f 1px solid; */
}

.section_7_right img {
  width: 100%;
}

.section_8 {
  width: 100%;
  margin-top: 3rem;
  margin-left: 1.5rem;
  display: block;
  justify-content: center;
  align-items: center;
}

.section_8_left {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-top: -2rem;
}

.section_8_left img {
  width: 100%;
}

.section_8_right {
  width: 100%;
  line-height: 1.2rem;
  margin-top: 1.5rem;
  margin-left: -1.5rem;
  /* border: #5b6670 1px solid; */
}

.section_8_right h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.section_8_right p {
  width: 100%;
  font-size: 0.8rem;
  text-align: left;
  margin-top: -1rem;
}

.section_9 {
  width: 80%;
  margin-top: 3rem;
  margin-left: 2.5rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_9 h1 {
  font-size: 1.2rem;
  color: #0e879f;
}

.section_9 img {
  width: 100%;
  margin-top: 1rem;
}

.section_10 {
  width: 95%;
  margin-top: 2rem;
  margin-left: 1.2rem;
  display: block;
  justify-content: center;
  line-height: 1.2rem;
  /* border: #0e879f 1px solid; */
}

.section_10 p {
  color: #5b6670;
  font-size: 0.8rem;
}

.section_11 {
  width: 100%;
  margin-top: 3rem;
  margin-left: 0rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  /* border: #0e879f 1px solid; */
}

.section_11 img {
  width: 100%;
  margin-left: 0rem;
}

.button_brandbook {
  margin-top: 1rem;
  margin-left: 1rem;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_brandbook {
  height: 2rem;
  width: 10rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_12 {
  width: 80%;
  margin-top: 3rem;
  margin-left: 2.5rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_12 h1 {
  font-size: 1.2rem;
  color: #0e879f;
}

.section_12 img {
  width: 100%;
}

.icon_1 {
  margin-top: 1rem;
}

.icon_1, .icon_2 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#icon, #tag_3 {
  width: 45%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#tag_2, #tag_1  {
  width: 45%;
  margin-top: 1rem;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.section_13 {
  width: 80%;
  margin-top: 3rem;
  margin-left: 2.5rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  /* border: red solid 1px; */
}

.section_13 h1 {
  font-size: 1.2rem;
  text-align: center;
  color: #0e879f;
}

.tshirt {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2rem;
  /* border: #0e879f solid 1px; */
}

.section_13 img { /* tshirt */
  width: 46%;
  height: 46%;
  margin-top: 0rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.section_13 video {
  width: 46%;
  height: 46%;
  margin-top: 0rem;
  border-radius: 1%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.button {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#view {
  height: 40px;
  width: 160px;
  margin-top: 20px;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
}
}