@font-face {
  font-family: "ARCADECLASSIC";
  src: url("fonts/Arcadepix\ Plus.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "DigiArcade";
  src: url("fonts/ARCADE.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}


html, body {
    min-height: 100vh;
    margin: 0;
}

body {
    background: linear-gradient(to bottom, rgb(2, 116, 161), rgb(0, 32, 36));
}

.flake {
    position: fixed;
    top: -150px;
    width: 80px;
    animation: fall linear infinite;
}


.query-status{
    position: fixed;
    right: 20%;
    top: 15%;
    opacity: 0;
}


.f1 { left: 20%; animation-duration: 2s; }
.f2 { left: 10%; animation-duration: 3s; }
.f3 { left: 80%; animation-duration: 2s; }
.f4 {left: 35%; animation-duration: 1s; }
.f5 {left: 5%; animation-duration: 1s; }
.f6 {left: 90%; animation-duration: 3s; }

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }

}

@keyframes fall {
    0% {
        top: -150px;
        transform: translateX(-50%) rotate(0deg);
    }
    50% {
        transform: translateX(-40%) rotate(5deg);
    }
    100% {
        top: 100vh;
        transform: translateX(-50%) rotate(-5deg);
    }
}

.header {
    height: 60px;
    border-bottom-style:solid;
    border-bottom-color:rgb(153, 226, 255);
    border-bottom-width:thin;
    display: flex;
    overflow: visible;
}

.game-header {
    height: 80px;
    border-bottom-style: solid;
    border-bottom-color: orange;
    border-bottom-width: thick;
    display: flex;
    overflow: hidden;
}

h3 {
    display:flex;
}


.img-button {
    background: none;
    border: none;
    padding: 0;
    cursor:default;
}


.expand-box {
  width: 350px;
  border-color: rgb(0, 46, 65);
  border-style: solid;
  border-width: medium;
  background-color: rgb(140, 255, 255);
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;

}

.expand-box summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  color: rgb(0, 42, 58);
  font-family:"DigiArcade";
  font-size: x-large;
}

.expand-box p {
  margin-top: 10px;
  color:rgb(0, 42, 58);
  font-family:"DigiArcade";
  font-size:x-large;
}

.customer-email {
    margin-top: 1%;
    width: 100%;
    align-self: center;
    resize: none;
    overflow: hidden;
    font-family:"ARCADECLASSIC";
    font-size:large;
}

.email-label {
    margin-top: 5px;
    font-family:"ARCADECLASSIC";
    font-size:large;
}

.inquiry-label {
    margin-top: 5%;
    font-family:"ARCADECLASSIC";
    font-size:large;
}

.inquiry-div {
    border-top-style: solid;
    border-top-color:rgb(2, 116, 161);
    border-top-width: medium;
    padding-top: 6%;
    margin-top: 10%;
}

.send-button {
    background: linear-gradient(to bottom, rgb(0, 42, 58), rgb(2, 116, 161));
    color: white;
    border-radius:40%;
}


.hire-landing {
    color: white;
    font-family: "DigiArcade";
    margin: auto;
    padding: auto;
}

.hire-landing-div {
    margin: auto;
    padding: auto;
    align-self: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.customer-inquiry {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    align-self:center;
    resize: none;
    top: 10%;
    font-family:"ARCADECLASSIC";
    font-size:large;

}

.inquiry-expand-box {
  border-color: rgb(3, 23 , 32);
  border-style: solid;
  border-width: medium;
  background-color: rgb(251, 255, 0);
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}


.header-options {
    height: 120%;
    font-family: "DigiArcade";
    font-size: large;
    display: flex;
    margin-left: 25%;
    position:relative;
    text-align:center;
    overflow:visible;
    top: -20%;
}

.header-logo {
    margin-left: 5%;
    height: 100%;
}


@media (min-width: 769px) {
    .header-option {
    text-decoration:none;
    color: rgb(255, 255, 255);
    margin-left: 10%;
    }
    .menu-img {
        display:none;
    }
    .menu-button{
        display: none;
    }

    .cmd {
    width: 10%;
    left: 15%;
    position: absolute;
    bottom: 5%;
}

.about-body {
    width: 45%;
    position:fixed;
    align-content: center;
    left: 25%;
}

.about-body p {
    color: white;
    font-size: x-large;
    font-family:"ARCADECLASSIC";
    position:relative;
    margin-left: 10%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.about-body h1 {
    color: white;
    font-size: 300%;
    font-family:"DigiArcade";
}

.milkshake {
    width: 15%;
    right: 10%;
    top: 40%;
    position: absolute;
}


.videogame {
    width: 15%;
    left: 5%;
    top: 20%;
    position: absolute;
}
}

@media (max-width: 768px) {
    .header-option {
        display:none;
    }
    .menu-img{
    height: 30%;
    margin-top: 40%;
    }
    .menu-button{
        margin-left: 400%;
        background: none;
        border: none;
        padding: 0;
    }

    .cmd {
    width: 20%;
    position: absolute;
    left: 70%;
}

.about-body {
    width: 90%;
    align-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    padding: auto;
}

.about-body p {
    color: white;
    font-size: x-large;
    font-family:"ARCADECLASSIC";
    margin-left:auto;
    margin-right: auto;
    margin-top: 10%;
    padding: auto;
}

.about-body h1 {
    color: white;
    font-size: 300%;
    margin: auto;
    padding: auto;
    font-family:"DigiArcade";
}

.milkshake {
    width: 20%;
    position: absolute;
    left: 40%;
}


.videogame {
    width: 20%;
    position: absolute;
    left: 10%;
}
}

.mobile-header-div {
    align-content: center;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: rgb(0, 32, 36);
    padding-bottom:16.5%;
    padding-top: 16.5%;
}

.closeMenuButton {
    background: none;
    border: none;
    padding: 0;
    height: 10%;
    align-self: center;
    margin-top: 40%;
}

.menu-close {
    height: 75%;
}

.mobile-header-option {
    color: rgb(0, 0, 0);
    text-decoration: none;
    
}

.header-option:hover {
    color: rgb(0, 32, 36);
    text-decoration:none;
}


.portfolio-body {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: auto auto auto auto auto;
}

.portfolio-body .portfolio-display {
    border-color: black;
    border-width: thin;
    margin: 2%;
    background-color: rgb(7, 0, 36);
    border-style: solid;
    border-radius: 8px;
}

.portfolio-display img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;

}

.portfolio-display p {
    text-align: center;
    color: white;
    font-family: "DigiArcade";
    font-size: 20px;
}


.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  z-index:9999;
  align-items: center;
}

.menu-popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: right;
    z-index: 9999;
}

.menu-popup {
    background: rgb(100, 211, 255);
    border-left-style: outset;
    border-color: white;
    padding: 20px;
    width: 200px;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    text-align: center;

    animation: slideInFromRight 0.3s ease forwards;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.popup {
    background: rgb(100, 211, 255);
    border-style:outset;
    border-color:white;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    max-height: 90%;
    overflow-y:scroll;
    scrollbar-width:none;
    text-align: center;
}

#query-failure {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#query-failure.show {
  opacity: 1;
  visibility: visible;
}   

#query-success {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#query-success.show {
  opacity: 1;
  visibility: visible;
}   

.popup h2 {
    font-family: "ARCADECLASSIC";
    font-size: xx-large;
    color: rgb(0, 50, 63);
}

.popup p {
    font-family: "digiArcade";
    font-size: x-large;
    color:black;
}

.closeButton {
    background: linear-gradient(to bottom, rgb(2, 116, 161), rgb(3, 75, 85));
    color: white;
    font-family: "ARCADECLASSIC";
    font-size: large;
}

.portfolioButton {
    background: black;
    color: white;
    font-family: "ARCADECLASSIC";
    font-size: large;
}
