/*COLORS

w3-blue-grey: #607d8a

*/
/*  SEARCH for || to jump between sections /* 
/* … */

/* || 0 Viewport and Layout*/


html {
  background-color: black;
  -webkit-text-size-adjust: 100vw;
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

body{
  max-width: 100vw; 
  overflow-x: hidden;
}

main{
  max-width: 100vw; 
  overflow-x: hidden;
}
.main {
  max-width: 100vw !important;
  overflow-x: hidden;
}
  
  
  /*
    section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    
    }

    /* ||| 0.1 Aspect Ratios */

.ar-1-1 {
  aspect-ratio: 1 / 1;
}
.ar-3-2 {
  aspect-ratio: 3 / 2;
}
.ar-4-3 {
  aspect-ratio: 4 / 3;
}
.ar-16-9 {
  aspect-ratio: 16 / 9;
}
.ar-2-3 {
  aspect-ratio: 2 / 3;
}
.ar-3-4 {
  aspect-ratio: 3 / 4;
}
.ar-9-16 {
  aspect-ratio: 9 / 16;
}

/* Keyword values 
        aspect-ratio: auto; /* default */

/* Ratio values 
            aspect-ratio: 1 / 1; /* width and height are equal proportion 

        aspect-ratio: 2 / 1; /* width is twice the height
        aspect-ratio: 1 / 2; /* width is half the height 
        aspect-ratio: 16 / 9  /* typical video aspect ratio 
        aspect-ratio: auto 4 / 3; /* width:height, unless it's a replaced element 

        aspect-ratio: 0.5; /* float value */

/* Global values 
        aspect-ratio: inherit;
        aspect-ratio: initial;
        aspect-ratio: unset;
        */

.flex-container {
  display: flexbox;
  display: flex;
  justify-content: center;
  width: fit-content;
  height: fit-content;
}

/* || 1 Media Queries*/

@media screen and (min-width: 901px) {
  .navbar {
    margin-top: auto;
    padding-left: 100px !important;
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .main {
    z-index: 0;
    margin-top: 50px;
    margin-left: 150px;
    margin-right: 150px;
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    overflow: auto;
    align-content: center;
  }
}

  /*Reduces margins from "main content" on larger tablet screens */
        @media only screen and (min-width: 801px) and (max-width: 1024px) {
          .main {
            margin-left: 0px !important;
            padding-left: auto !important;
            margin-right: 0px;
            padding-right: auto !important;
            align-items: center;
            align-content: center;
            align-self: center;
            align-self: center;
          }
        }
/*Reduces margins from "main content" on standard tablet screens */
@media screen and (max-width: 901px) and (min-width: 601px) {
  .main {
    margin-top: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*
    @media screen and (max-width: 901px) and (min-width: 601px) {.navbar{
        padding-left: 50px !important;
        margin-left: 50px !important;
    }}




/*Reduces margins from "main content" on small screens */
@media only screen and (max-width: 600px) {
  .main {
    margin-top: auto;
    margin-left: 0 !important;
    padding-left: 0;
    margin-right: 0 !important;
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  nav {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 600px) {
  w3-card {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    border: 0;
  }
}

@media only screen and (max-width: 901px) and (min-width: 601px) {
  section {
    padding-left: auto !important;
    margin-left: auto !important;
    padding-right: auto !important;
    margin-right: auto !important;
  }
}

/* || 2 Headers and Main Navigation */

/*If the screen size is 600px wide or less:*/
@media screen and (max-width: 600px) {
  .heading-1 {
    font-size: 7vw;
    padding-left: auto;
    padding-right: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: auto;
    margin-top: auto;
    overflow: visible;
    text-justify: left;
  }
}

/*If the screen size is 600px wide or less:*/
@media screen and (max-width: 600px) {
  .heading-2 {
    font-size: 5vw;
    font-weight: 350;
    margin-left: auto;
    padding-left: auto;
    margin-right: auto;
    padding-right: auto;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: visible;
    text-justify: left;
  }
}

@media screen and (max-width: 600px) {
  .h1-subtitle {
    padding-left: auto;
    padding-right: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px !;
    margin-bottom: 0px !important;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 6.5vw;
    overflow: auto;
    color: white;
    font-weight: semi-bold;
  }
}

/* 
      @media only screen and (max-width: 600px) {.heading-1{
        padding: 50px 20px 50px 10px; }}*/

@media screen and (max-width: 600px) {
  h2 {
    font-size: 6.5vw !important;
    padding-top: auto;
    padding-left: auto;
    padding-right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  h3 {
    font-size: 6.2vw !important;
    padding: auto;
  }
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 6vw !important;
    padding: auto;
  }
}
@media only screen and (max-width: 600px) {
  h5 {
    font-size: 5.6vw !important;
    padding: auto;
  }
}
@media only screen and (max-width: 600px) {
  h6 {
    font-size: 5vw !important;
    padding: auto;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 4vw !important;
    padding: auto;
  }
}

/*If the screen size is between 900px - 600px wide:*/

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .heading-1 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: auto;
    margin-bottom: auto;
    padding-top: 5%;
    margin-top: 5%;
    font-size: 5vw;
    overflow: visible;
    text-justify: left;
  }
}

@media only screen and (max-width: 1024px) {
  .heading-2 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    font-size: 4vw;
    font-weight: 350;
    overflow: visible;
    text-justify: left;
  }
}

@media only screen and (max-width: 1024px) {
  .h1-subtitle {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: auto;
    margin-top: auto;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 5vw;
    overflow: auto;
    font-size: 3vw;
    overflow: auto;
    color: white;
    font-weight: semi-bold;
  }
}

@media only screen and (max-width: 900px) {
  h2 {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 900px) {
  h3 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 900px) {
  h4 {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 900px) {
  h5 {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 900px) {
  h6 {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 900px) {
  body {
    font-size: 2vw;
  }
}
/*If the screen size is greater than 900px wide:*/

@media screen and (min-width: 1025px) {
  .heading-1 {
    margin-left: auto !important;
    padding-left: auto !important;
    margin-right: auto;
    margin-right: auto;
    padding-top: 5%;
    margin-top: 5%;
    padding-bottom: auto;
    margin-bottom: auto;
    font-size: 3.5vw;
    overflow: visible;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .heading-2 {
    margin-left: auto;
    padding-left: auto;
    margin-right: auto;
    padding-right: auto;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 2vw;
    font-weight: 350;
    overflow: visible;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .h1-subtitle {
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 2.5vw;
    overflow: auto;
    color: white;
    font-weight: semi-bold;
  }
}

/* Navbar dropdown */

.w3-dropdown-content {
  z-index: 99999;
  color: white;
  background-color: rgba(78, 78, 78, 0.8);
  text-decoration: none;
}
.dropdown-content {
  z-index: 99999;
  color: white;
  background-color: rgba(78, 78, 78, 0.8);
  text-decoration: none;
}
#conact-menu {
  position: relative;
  z-index: 99999;
}

/* If the screen size is 601px wide or more, set 
@media screen and (min-width: 601px) {{
   max-width: 1vp
  }
}
*/
/*If the screen size is 600px wide or less, the nav bar to */
@media screen and (max-width: 600px) {
  .navbar-items {
    margin: auto;
    align-items: center;
    position: relative;
    align-content: center;
    max-width: 300px;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
  }
}

/*Reduces margins from "main content" on small screens */
@media only screen and (max-width: 600px) {
  .shrink {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    text-wrap: wrap;
    word-break: break-all;
  }
}

/*Reduces margins from "main content" on small screens */
@media only screen and (max-width: 600px) {
  .responsive {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    align-items: center;
    align-content: center;
    align-self: center;
    word-break: keep-all;
    text-wrap: wrap;
    word-wrap: normal;
  }
}

/*Reduces margins from "main content" on small screens */
@media only screen and (max-width: 601px) and (max-width: 800px) {
  .responsive {
    width: 100% !important;
    margin-left: 0;
    padding-left: 0;
    margin-right: auto;
    padding-right: auto;
    align-items: center;
    align-content: center;
    align-self: center;
    align-self: center;
    word-break: keep-all;
    text-wrap: wrap;
    word-wrap: normal;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 20px;
}

/* || 3 Typography */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "open-sans", sans-serif;
  overflow-y: auto;
}

h2 {
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: overline;
}

h4 {
  font-weight: 475;
  text-transform: uppercase;
}

h5 {
  font-weight: 400;
  text-transform: uppercase;
}

figcaption {
  position: relative;
  align-content: center;
  margin: auto;
  font-style: italic;
  padding-bottom: 25px;
}
.subtitle {
  color: grey;
  font-weight: semi-bold;
  font-size: 18px;
  padding: auto;
  margin: auto;
}

.quote {
  font-style: italic;
  margin: 15px;
}

/* … */

/* || 4 General styles */

/* … */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 0px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.button:hover {
  text-decoration: none;
  color: white !important;
}

nav a:link {
  text-decoration: none;
}
.navbar a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

/* Window with verticle Scrollbar*/
.verticle-slide {
  overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  max-width: 660px;
  max-height: 600px;
  padding: 16px 30px 30px 30px;
  position: relative;
  align-content: center;
}

.heading-box {
  position: absolute;
  top: 0px;
  left: 0px;
}

.section-text {
  color: white;
  background: rgb(0, 0, 0);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
  position: relative;
  margin-top: 20px !important;
}

.accordion {
  margin: 10px 0 20px 0;
  padding: 0;
}

.divider-bottom {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.divider-top {
  margin-top: 15px;
  padding-top: 15px;
}

.divider {
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  padding-top: 15px;
}

.element {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
  overflow-y: scroll;
}

/* Sticky Element */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  padding-bottom: 350px;
  padding-top: 100px;
  align-content: center;
}

.center {
  max-width: fit-content;
  align-content: center;
  align-items: center;
  align-self: center;
  margin: auto;
  width: 100%;
  padding: 10px;
}

.figure {
  padding: 4px;
  margin: auto;
}

/* verticle line */
.vl {
  border-left: 2px solid #003071;
  height: 1px;
  position: relative;
  left: 50%;
  margin-left: -3px;
  top: 50px;
}

.table-title {
  position: relative;
  font-size: auto;
  font-weight: 600;
  padding: 10px 30px;
  text-align: center;
  border: none;
}

.table-header {
  font-size: auto;
  font-weight: 500;
  text-overflow: wrap;
  text-wrap: wrap;
  column-width: auto;
  border: none;
  margin: auto;
}

.mpl-table {
  display: flex;
  align-content: stretch;
  padding: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  column-width: auto;
  background-color: white;
  box-sizing: border-box;
  text-overflow: wrap;
}

.table-data {
  width: 100%;
}

.button {
  color: white;
  background-color: #406a98;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: flex;
  margin: auto;
  padding: 10px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-overflow: wrap;
  overflow: wrap;
  word-break: break-all !important;
  font-family: "Montserrat", "open-sans", sans-serif;
  height: 100%;
  width: 100%;
  align-content: center;
}
/* || 5 JS Element styles */

/* BACK TO TOP Button*/

/*If the screen size is 600px wide or less:*/
@media only screen and (max-width: 600px) {
  .back-to-top {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: opacity 0.6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 4px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 0%;
  }
}

@media only screen and (max-width: 600px) {
  .back-to-top {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .back-to-top {
    background-color: #000000;
    color: #ffffff;
    opacity: 30%;
    transition: opacity 0.6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 0%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .back-to-top {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    align-self: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 24px;
  }
}

@media only screen and (min-width: 1025px) {
  .back-to-top {
    background-color: #000000;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 45px;
    bottom: 20px;
    width: 50px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 0%;
  }
}

@media only screen and (min-width: 1025px) {
  .back-to-top {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:visited {
  color: #ffffff;
}

.back-to-top.show {
  opacity: 1;
}

.download-button {
  color: white;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: auto;
  padding: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  text-overflow: wrap !important;
  overflow: wrap !important;
  word-break: keep-all !important;
  height: 100%;
  width: 100%;
  align-content: center;
  align-items: center;
  align-self: center;
}

/* a.download-button:hover {
  background-color: ;
} */

/* Responsive iFrame */

@media only screen and (max-width: 600px) {
  .iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 1200px;
    overflow: auto;
    padding: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .responsive-iframe {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 480;
    min-height: 720px;
    border: solid, gray, 1px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center;
    align-self: center;
    align-content: center;
  }
}

@media only screen and (min-width: 601px) {
  .iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 1200px;
    min-height: 800px;
    min-width: 480px;
    overflow: scroll;
    padding: auto;
    margin: auto;
    display: flexbox;
  }
}

@media only screen and (min-width: 601px) {
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: min-content;
    min-height: min-content;
    border: solid, gray, 1px;
    padding: 10px;
    align-items: center;
    align-self: center;
    align-content: center;
  }
}

.side-by-side {
  overflow-x: scroll; /* Hide horizontal scrollbar */
  overflow-y: scroll; /* Add vertical scrollbar */
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

/* || 6 Media Asset Styles (images) */

/*Responsive Images */
.resp-img {
  max-width: 100%;
  height: auto;
}

.hero-img {
  display: stretch;
  align-self: center;
  align-items: center;
  align-content: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
  z-index: 0;
  max-width: 100vw;
  max-height: 100vh;
  background-color: #000;
}

.hero-container {
  display: flex;
  align-self: center;
  align-items: center;
  align-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.imgbox {
  display: grid;
  height: 100%;
  width: 100vw;
}
.center-fit {
  margin: auto;
  max-height: 100vh;
  align-items: center;
  align-self: center;
  align-content: center;
}

.img-container {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box; /* Optional: includes padding and border in the element's total width and height */
  display: flex;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Zoom Modal Type 2 */
.modal.body {
  text-align: center;
}

.modal-img {
  width: 400%;
  overflow: none;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border: solid black 10px;
}

.modal-img:hover {
  cursor: pointer;
  transition: 1s;
  transform: scale(1.03);
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 0px; Location of the box */
  margin: 10 auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.95); /* Black w/ opacity */
}
.modalcontainer {
  border-right: solid 30px black;
  background-color: black;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.5s;
  animation-name: zoom;
  animation-duration: 0.5s;
}

.modalImageContainer {
  position: fixed;
  top: 6.8vh;
  z-index: 1;
  overflow: scroll;
  width: 100%;
  height: 80vh;
  margin-top: 20px !important;
  margin-bottom: 10px !important ;
  padding-top: 10px !important;
  margin-left: 0px;
  padding-left: 1%;
  margin-right: 0;
  padding: 0 !important;
  background-color: black;
  border: solid black 20px;
}

/* Modal Content (image) */
.modal-content {
  aspect-ratio: auto !important;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: fit-content;
  height: 100%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.5s;
  animation-name: zoom;
  animation-duration: 0.5s;
  overflow: auto;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: relative;
  display: flex;
  z-index: 9999;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  align-self: center !important;
  margin: auto;
  padding: auto;
}
.close-button {
  position: fixed;
  float: right !important;
  display: flex;
  top: 5px;
  right: 5px;
  z-index: 9999;
  width: 60px;
  align-items: center;
  align-content: center;
  opacity: 75%;
}

.close:hover,
.close-button:hover {
  cursor: pointer;
  opacity: 100%;
}

/* Button Container */
.button-box {
  position: fixed;
  bottom: 0;

  display: flex;
  z-index: 1;
  justify-content: center;
  padding-top: 300px;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* The +/- Buttons */
.plus-button {
  position: fixed;
  bottom: 10px;
  right: 50%;
  aspect-ratio: 1 / 1 !important;
  z-index: 100;
  height: 50px;
  width: 50px;
  padding: 10px;
  align-content: center;
  align-items: center;
  margin-top: 35px !important;
  margin-bottom: 10px;

  margin-right: 10px !important;
  opacity: 60%;
}
.plus {
  position: relative;
  z-index: 1001;
  align-self: center;
  margin: auto;
  padding: auto;
}

.minus-button {
  position: fixed;
  bottom: 10px;
  left: 50% !important;
  aspect-ratio: 1 / 1 !important;
  z-index: 100;
  height: 50px;
  width: 50px;
  padding: 10px;
  align-content: center;
  align-items: center;
  margin-top: 35px !important;
  margin-bottom: 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  opacity: 60%;
}
.minus {
  position: relative;
  z-index: 1001;
  align-self: center;
  margin: auto;
  padding: auto;
}

.minus-button:hover,
.minus:hover,
.plus-button:hover,
.plus:hover {
  cursor: pointer;
  opacity: 100%;
}

/* || 7 Page Specific styles */

/* ||| Index/Home styles */

#pro-pic {
  max-width: 30vw;
}



/* || About styles */

/* ||| Projects styles */

/* ||| Accessibiliy_Eval styles */

/* ||| Homepage_Redesign styles */

#CWRU-logo {
  float: right;
  position: relative;
  width: 100%;
  max-width: 300px;
}

#figma-screencap {
  overflow-x: scroll;
  overflow-y: scroll; /* Add vertical scrollbar */
  height: 100%;
  width: 100%;
  max-width: 1200px;
  padding: 20px 10px 20px 10px;
}

#slideshow-2 {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

/* ||| Info_Architecture styles */

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

/*.modalcontainer {
                overflow: auto;
                width: 80vw;
                height: 80vh;
                margin: 1% auto;
            }*/

/* The Modal (background) */

.mpl-cap {
  font-size: 1em;
  font-weight: 600;
  text-align: center !important;
  padding: 5px;
  margin-top: 0px !important;
  padding-top: 0px !important ;
}

.persona-thumb {
  max-width: 262px;
  width: 100%;
  padding: 10px;
  position: relative;
}

/* Persona Button Container*/
.mpl-button-box {
  position: fixed;
  bottom: 100px !important;
  left: 1000px !important;
  display: flex;
  z-index: 1001;
  justify-content: center;
  padding-top: auto;
  margin-bottom: auto;
}

/* The +/- Buttons */
.mpl-plus-button {
  position: relative;
  bottom: 140px;
  aspect-ratio: 1 / 1 !important;
  z-index: 100;
  height: 50px;
  width: 50px;
  padding: 10px;
  align-content: center;
  align-items: center;
  margin-top: 35px !important;
  margin-bottom: 10px;
  margin-left: 10px !important;

  opacity: 60%;
}

.plus {
  position: relative;
  z-index: 1001;
  align-self: center;
  margin: auto;
  padding: auto;
}

.mpl-minus-button {
  position: relative;
  bottom: 100px;
  aspect-ratio: 1 / 1 !important;
  z-index: 100;
  height: 50px;
  width: 50px;
  padding: 10px;
  align-content: center;
  align-items: center;
  margin-top: 35px !important;
  margin-bottom: 10px;
  margin-left: 10px !important;
  float: left;
  opacity: 60%;
}
.minus {
  position: relative;
  z-index: 1001;
  align-self: center;
  margin: auto;
  padding: auto;
}

.mpl-slides {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ||| Mobile_App_Concept styles */

#CWRU-logo {
  float: right;
  position: relative;
  width: 100%;
  max-width: 300px;
}

#figma-screencap {
  overflow-x: scroll;
  overflow-y: scroll; /* Add vertical scrollbar */
  height: 100%;
  width: 100%;
  max-width: 1200px;
  padding: 20px 10px 20px 10px;
}

#slideshow-2 {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  max-height: 500px;
}
#ksl-figma {
  zoom: 100;
}

#yellow-lockers {
  padding: 1px 0px 10px 0 !important;
  position: relative;
  float: none;
  text-wrap: none;
  margin-left: auto !important;
  margin-left: auto !important;
  margin-top: auto !important;
  max-width: 100% !important;
  z-index: 0 !important;
}

.pro-pic {
  width: 100%;
  display: stretch;
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .pro-pic {
    width: 101% !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    display: stretch;
    display: flex;
    margin-right: 0;
    padding-right: 0;
  }
}
