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;
}

.main {
  max-width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Default Screen */

/* 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;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#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: 93%;
  margin-top: -10px;
  margin-left: 8rem;
}

#cover_pic{
  width: 100%;
}

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

.section_1 {
  width: 85%;
  margin-top: 3rem;
  margin-left: 12rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

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

/* iframe */
.section_3 {
  width: 85%;
  height: auto;
  margin-top: 3rem;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  /* border: #0e879f solid 2px; */
}

iframe {
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.video {
  display: none;
}

.video_small {
  display: none;
}

/* Tools */

.section_8 {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  margin-left: 11rem;
}

.section_8 img {
  width: 40%;
}

/* Coding */

.section_6 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 11rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2.5rem;
  gap: 6rem
}

.section_6_left {
  width: 45%;
  margin-top: -1rem;
}

.section_6_right {
  width: 40%;
}

.section_6 img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

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

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

/* Design Process */

.section_2 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 11.5rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

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

/* COMPS */

.section_4 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 10rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2.5rem;
  gap: 5rem;
}

.section_4_left {
  width: 45%;
  margin-top: -8rem;
}

.section_4_right {
  width: 40%;
}

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

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

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

/* Weather */

.section_5 {
  width: 85%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2.5rem;
  gap: 5rem
}

.section_5_left {
  width: 45%;
  margin-top: -3rem;
}

.section_5_right {
  width: 40%;
}
.section_5 img {
  width: 90%;
}

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

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

/* Youtube */

.youtube {
  width: 85%;
  margin-top: 6rem;
  margin-left: 11rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

.youtube p {
  font-size: 1.4rem;
  text-align: center;
  color: #5b6670;
}

.videos {
  width: 85%;
  display: flex;;
  justify-content: center;
  gap: 2rem;
  margin-left: 6.5rem;
}

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


/* Database */

.section_7 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 11rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

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

.section_7 img {
  width: 100%;
}

.button_admin_site {
  margin-top: 3rem;
  margin-left: 6rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_admin {
  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);
}







/* Media Query */

/* Wide Screen 1920 x 1080 */

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

/* 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;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#btn_nav {
  width: 120px;
  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-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: 93%;
  margin-top: -10px;
  margin-left: 8rem;
}

#cover_pic{
  width: 100%;
}

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

.section_1 {
  width: 85%;
  margin-top: 3rem;
  margin-left: 14rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

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

/* iframe */
.section_3 {
  width: 85%;
  height: auto;
  margin-top: 3rem;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

iframe {
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.video {
  display: none;
}

.video_small {
  display: none;
}

/* Tools */

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

.section_8 img {
  width: 30%;
}

/* Coding */

.section_6 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 13rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2.5rem;
  gap: 6rem
}

.section_6_left {
  width: 40%;
  margin-top: -10rem;
}

.section_6_right {
  width: 45%;
}

.section_6 img {
  width: 90%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

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

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

/* Design Process */

.section_2 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 14rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

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

/* COMPS */

.section_4 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 13rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2.5rem;
  gap: 6rem;
}

.section_4_left {
  width: 40%;
  margin-top: -8rem;
}

.section_4_right {
  width: 45%;
}

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

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

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

/* Weather */

.section_5 {
  width: 85%;
  margin-top: 6rem;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2.5rem;
  gap: 6rem
}

.section_5_left {
  width: 40%;
  margin-top: -5rem;
}

.section_5_right {
  width: 45%;
}
.section_5 img {
  width: 80%;
}

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

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

/* Youtube */

.youtube {
  width: 85%;
  margin-top: 6rem;
  margin-left: 14rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

.youtube p {
  font-size: 1.4rem;
  text-align: center;
  color: #5b6670;
}

.videos {
  width: 85%;
  display: flex;;
  justify-content: center;
  gap: 2rem;
  margin-left: 6.5rem;
}

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


/* Database */

.section_7 {
  width: 85%;
  margin-top: 12rem;
  margin-left: 14rem;
  display: block;
  justify-content: center;
  line-height: 2.5rem;
}

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

.section_7 p {
  font-size: 1.4rem;
  text-align: left;
}

.section_7 img {
  width: 100%;
}

.button_admin_site {
  margin-top: 3rem;
  margin-left: 6rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_admin {
  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);
}


}




/* Tablet view - Large */

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


  /* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}

  /* cover_pic */

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

#cover_pic{
  width: 100%;
}

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

.section_1 {
  width: 85%;
  margin-top: 3rem;
  margin-left: 10rem;
  display: block;
  justify-content: center;
  line-height: 2rem;
}

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

.section_1 p {
  text-align: left;
  font-size: 1.4rem;
  color: #5b6670;
  margin-top: 2rem;
}

/* iframe */
.section_3 {
  width: 85%;
  height: auto;
  margin-top: 3rem;
  margin-left: 8.6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  /* border: #0e879f solid 2px; */
  display: none;
}

iframe {
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  display: none;
}

.video {
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  margin-left: 5rem;
  margin-top: 3rem;
}

#signage_video {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.video_small {
  display: none;
}

/* Tools */

.section_8 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  margin-left: 5rem;
}

.section_8 img {
  width: 40%;
}

/* Design Process */

.section_2 {
  width: 82%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: block;
  justify-content: center;
  line-height: 2rem;
}

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

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

/* COMPS */

.section_4 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 8rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2rem;
  gap: 1rem;
}

.section_4_left {
  width: 45%;
  margin-top: 1rem
}

.section_4_right {
  width: 40%;
}

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

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

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

/* Weather */

.section_5 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 8rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2rem;
  gap: 1rem;
}

.section_5_left {
  width: 45%;
  margin-top: 1rem;
}

.section_5_right {
  width: 40%;
}

.section_5 img {
  width: 100%;
}

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

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

/* Youtube */

.youtube {
  width: 85%;
  margin-top: 6rem;
  margin-left: 7rem;
  display: block;
  justify-content: center;
  line-height: 2rem;
}

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

.youtube p {
  font-size: 1.4rem;
  text-align: center;
  color: #5b6670;
}

.videos {
  width: 85%;
  display: flex;;
  justify-content: center;
  gap: 2rem;
  margin-left: 6.5rem;
}

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


/* Database */

.section_7 {
  width: 82%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: block;
  justify-content: center;
  line-height: 2rem;
}

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

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

.section_7 img {
  width: 100%;
}

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

#btn_admin {
  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);
}

/* Coding */

.section_6 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 7rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2rem;
  gap: 2rem;
}

.section_6_left {
  width: 45%;
  margin-top: -0.5rem;
}

.section_6_right {
  width: 40%;
}

.section_6 img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

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

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


/* Tablet view - Small */

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

  /* Nav */
  .links {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100px;
    background-image: url(./images/bg.png);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #btn_nav {
    width: 90px;
    height: 30px;
    background-color: #0e879f;
    border: none;
    border-radius: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  #btn_nav a {
    color: #f1f1f1;
    text-decoration: none;
    font-family: 'Athena';
    font-size: 13px;
    cursor: pointer;
  }
  
  #btn_nav:hover {
    scale: 1.05;
  }
  
  #nav_logo {
    width: 100%;
  }

  /* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}

/* cover_pic */

.cover_pic {
  width: 90%;
  margin-top: 0rem;
  margin-left: 6rem;
}

#cover_pic{
  width: 100%;
}

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

.section_1 {
  width: 80%;
  margin-top: 3rem;
  margin-left: 8rem;
  display: block;
  justify-content: center;
  line-height: 1.5rem;
}

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

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

/* iframe */
.section_3 {
  /* width: 85%;
  height: auto;
  margin-top: 3rem;
  margin-left: 8.6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center; */
  /* border: #0e879f solid 2px; */
  display: none;
}

iframe {
  /* border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
  display: none;
}

.video {
  width: 90%;
  display: block;
  justify-content: center;
  text-align: center;
  margin-left: 5.5rem;
  margin-top: 3rem;
}

#signage_video {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.video_small {
  display: none;
}

/* Tools */

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

.section_8 img {
  width: 40%;
}
/* Coding */

.section_6 {
  width: 90%;
  margin-top: 2rem;
  margin-left: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.5rem;
  gap: 2rem;
}

.section_6_left {
  width: 45%;
  margin-top: 2rem;
}

.section_6_right {
  width: 40%;
}

.section_6 img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

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

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

/* Design Process */

.section_2 {
  width: 82%;
  margin-top: 6rem;
  margin-left: 8rem;
  display: block;
  justify-content: center;
  line-height: 1.5rem;
}

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

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

/* COMPS */

.section_4 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.5rem;
  gap: 1rem;
}

.section_4_left {
  width: 45%;
  margin-top: 1rem
}

.section_4_right {
  width: 40%;
}

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

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

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

/* Weather */

.section_5 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 2rem;
  gap: 1rem;
}

.section_5_left {
  width: 45%;
  margin-top: 1rem;
}

.section_5_right {
  width: 40%;
}

.section_5 img {
  width: 100%;
}

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

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

/* Youtube */

.youtube {
  width: 85%;
  margin-top: 3rem;
  margin-left: 6rem;
  display: block;
  justify-content: center;
  line-height: 2rem;
}

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

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

.videos {
  width: 85%;
  display: flex;;
  justify-content: center;
  gap: 2rem;
  margin-left: 4rem;
}

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


/* Database */

.section_7 {
  width: 82%;
  margin-top: 6rem;
  margin-left: 7rem;
  display: block;
  justify-content: center;
  line-height: 1.5rem;
}

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

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

.section_7 img {
  width: 100%;
}

.button_admin_site {
  margin-top: 2rem;
  margin-left: 6rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_admin {
  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);
}

}


/* 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;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 90%;
  margin-top: 2rem;
  margin-left: 2rem;
  display: block;
  justify-content: center;
  line-height: 1rem;
}

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

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

/* iframe */
.section_3 {
  /* width: 85%;
  height: auto;
  margin-top: 3rem;
  margin-left: 8.6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center; */
  /* border: #0e879f solid 2px; */
  display: none;
}

iframe {
  /* border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
  display: none;
}

.video {
  width: 50%;
  display: block;
  justify-content: center;
  text-align: center;
  margin-left: 0rem;
  display: none;
}

.video_small {
  width: 50%;
  display: block;
  justify-content: center;
  text-align: center;
  margin-left: 2rem;
  margin-top: 2rem;
}

#video_small {
  width: 50%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* Tools */

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

.section_8 img {
  width: 40%;
}
/* Coding */

.section_6 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 2rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1rem;
}

.section_6_left {
  width: 90%;
  margin-top: 2rem;
}

.section_6_right {
  width: 90%;
}

.section_6 img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

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

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

/* Design Process */

.section_2 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 2rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1rem;
}

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

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

/* COMPS */

.section_4 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 2rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1rem;
}

.section_4_left {
  width: 90%;
  margin-top: 1rem
}

.section_4_right {
  width: 90%;
}

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

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

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

/* Weather */

.section_5 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 2rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1rem;
}

.section_5_left {
  width: 90%;
  margin-top: 1rem
}

.section_5_right {
  width: 90%;
  margin-top: 1.5rem;
}

.section_5 img {
  width: 80%;
}

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

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

/* Youtube */

.youtube {
  width: 80%;
  margin-top: 6rem;
  margin-left: 2rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1rem;
}

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

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

.videos {
  width: 80%;
  display: block;;
  justify-content: center;
  margin-top: 1rem;
  margin-left: 2rem;
}

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


/* Database */

.section_7 {
  width: 90%;
  margin-top: 6rem;
  margin-left: 2rem;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1rem;
}

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

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

.section_7 img {
  width: 100%;
}

.button_admin_site {
  margin-top: 2rem;
  margin-left: 0rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#btn_admin {
  height: 2rem;
  width: 9rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 0.9rem;
  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);
}
















}


