html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

/* for menus on all pages*/

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  padding: 5px 20px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.content {
  padding: 16px;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 30px;
  padding-top: 20px;

  position: relative;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #000;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;

  position: absolute;
  bottom: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 56%;
}

body {
  font-family: 'Inter', sans-serif;
}

head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#menu {
  position: relative;
  right: 0;
  top: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu li {
  float: right;
  padding: 20px;    
}

#menu li:hover {
  background-color: lavender;
}

.logo img{
  display: flex;
  padding: 2%, 6%;
  float: left;
  margin-left: 30px 30px 30px 30px;
  width: 135px;
  height: 90px;
}

/* for typewriter effect on index.html */
#name {
  text-align: left;
  float: middle;
}

#headline {
  text-align: center;
  font-size: 85px;
  width: 60%;
  margin: auto;
  margin-top: 250px;
  margin-bottom: 50px;
}

#shortdescription {
  text-align: center;
}

.container {
  width: 60%;
  margin: auto;
}

#pwbox .css-typing p{
  position: inherit;
  padding: 10px 0 0 10px;
  margin: 0;
}
.css-typing p {
  border-right: .15em solid lavender;
  text-align: center;
  position: relative;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.css-typing p:nth-child(1) {
  width: 5.0em;
  opacity: 0;
  -webkit-animation: type2 1.5s steps(40, end);
  animation: type2 1.7s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
  width: 58.3em;
  opacity: 0;
  -webkit-animation: type2 2s steps(900, end);
  animation: type2 7s steps(900, end);
  -webkit-animation-delay: 2s;
  animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
  width: 45.9em;
  opacity: 0;
  -webkit-animation: type2 2s steps(900, end);
  animation: type2 5.5s steps(900, end);
  -webkit-animation-delay: 12s;
  animation-delay: 8.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid lavender;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid lavender;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid lavender;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid lavender;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

#google_icon {
  text-align: center;
}

#downarrow {
  font-size: 100px;
  color: #939393;
  margin: 25px 25px 300px 25px;
  ;
  align-self: center;
}

.work-experience {
  height: 300px;
  color: black;
  font-size: 23px;
}

#Amity_logo{
float: right;
margin-left: 100px;
}

.Amity img{
  display: flex;
  padding: 2%, 6%;
  float: center;
  width: 280px;
  height: 280px;
  border-radius: 10px;
}

.selected{
color: black;
font-style: bold;
}

/* for socials on index.html */
.socials {
size: 8px;
}


/* for buttons on index.html, aboutme.html, and amity.html */
.viewwork { 
width: 130px;
height: 30px;
background-color: white;
border: none;
border-radius: 12px;
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}

.viewwork:hover {
background-color: lavender;
color: black;
}

.viewwork:active {
background-color: gray;
box-shadow: 0 6px lightgray;
transform: translateY(5px);
}

/* for amity.html */
#Indee-App-Logo{
float: left;
margin-right: 100px;
}

.Indee-App img{
display: flex;
padding: 2%, 6%;
float: center;
width: 280;
height: 280px;
border-radius: 10px;
}

#Tesla-Project-Logo{
float: right;
}

.Tesla-Project img{
display: flex;
padding: 2%, 6%;
float: center;
width: 280;
height: 280px;
border-radius: 50px;
}

.container2 {
width: 60%;
margin: auto;
}

#Indee-App-Logo{
float: left;
margin-right: 100px;
}

.Indee-App img{
display: flex;
padding: 2%, 6%;
float: center;
width: 280;
height: 280px;
border-radius: 10px;
}

#Tesla-Project-Logo{
float: right;
}

.Tesla-Project img{
display: flex;
padding: 2%, 6%;
float: center;
width: 349px;
height: 280px;
border-radius: 10px;
}

.container2 {
width: 60%;
margin: auto;
}

/* for amity.html */
#Indee-App-Logo{
float: left;
margin-right: 100px;
}

.Indee-App img{
display: flex;
padding: 2%, 6%;
float: center;
width: 280;
height: 280px;
border-radius: 10px;
}

#Tesla-Project-Logo{
float: right;
}

.Tesla-Project img{
display: flex;
padding: 2%, 6%;
float: center;
width: 349px;
height: 280px;
border-radius: 10px;
}

.container2 {
width: 60%;
margin: auto;
}

#Indee-App-Logo{
float: left;
margin-right: 100px;
}

.Indee-App img{
display: flex;
padding: 2%, 6%;
float: center;
width: 280;
height: 280px;
border-radius: 10px;
}

#Tesla-Project-Logo{
float: right;
}

.Tesla-Project img{
display: flex;
padding: 2%, 6%;
float: center;
width: 349px;
height: 280px;
border-radius: 10px;
}

.container2 {
width: 60%;
margin: auto;
}

/* for indee.html */

.introduction {
text-align: center;
font-family: 'Inter', sans-serif;
font-size: 24px;
width: 60%;
margin: auto;
margin-top: 50px;
margin-bottom: 50px;
}

#Indee-Project-App {
float: middle;
margin-right: 40px;
}

.Indee-Project img{
display: flex;
padding: 2%, 6%;
float: center;
width: 280;
height: 280px;
border-radius: 10px;
}

/* for aboutme.html */

.container3 {
width: 80%;
margin: 30px;
margin-top: 80px;
}

.ethanprofessionalpicture img{
display: flex;
padding: 2%, 6%;
float: center;
width: 410px;
height: 280px;
border-radius: 25px;
}

.ethanprofessionalpicture{
float: right;
margin-left: 20px;
}

.aboutmesections{
position: relative;
text-align: left;
font-family: 'Inter', sans-serif;
width: 60%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}

/* for index.html or passwordscreeen.html */

.mainpageanimation {
margin-top: 300px;
}

.container4 {
width: 80%;
margin: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.ethanpasswordicon img{
padding: 2%, 6%;
float: center;
border-radius: 50%;
width: 125px;
height: 125px;
text-align: center;
top: 30%;
}

.passwordbar {
text-align: center;
margin: auto;
}

.pw {
text-align: center;
right: -135px;
bottom: 185px;
}

#pwbox {
width: 160px;
height: 35px;
border-radius: 17.5px;
border-style: solid;
background-color: white;
border-color: darkgrey;
border-width: 1.5px;
margin-bottom: 25px;
margin-left: auto;
margin-right: auto;
}

/* for sign in button on index.html or index.html */

.enter { 
width: 110px;
height: 30px;
background-color: white;
border: none;
border-radius: 12px;
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
-webkit-border-radius: 60px;
}

@keyframes glowing {
  0% {
    background-color: #c8ccc7;
    box-shadow: 0 0 5px #c8ccc7;
  }
  50% {
    background-color: #909290;
    box-shadow: 0 0 20px #909290;
  }
  100% {
    background-color: #acb1ab;
    box-shadow: 0 0 5px #acb1ab;
  }
}

.enter {
  animation: glowing 1300ms infinite;
  animation-delay: 2.1s;
}
.enter:hover:hover {
background-color: lavender;
color: black;
}

.enter:active {
background-color: gray;
box-shadow: 0 6px lightgray;
transform: translateY(5px);
}

/* for flip container animation from codeLAB website on index.html */
.flip-container {
display: inline-block;
text-align: center;
}
.flip-container:hover .card {
transform: rotateY(180deg);
}
.card, .front, .back {
width: 125px;
height: 125px;
}
.card {
transition: 0.75s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
}
.front {
z-index: 1;
transform: rotateY(180deg);
}
.back {
z-index: 2; /* back side, placed above front */
transform: rotateY(0deg);
}

/* for indee.html */
#Indee-App-Logo-Indee-page{
float: left;
margin-right: 100px;
}

.container5 {
width: 80%;
margin: 30px;
margin-top: 80px;
}

.indeesections {
position: relative;
text-align: left;
font-family: 'Inter', sans-serif;
width: 60%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 150px;
}
.Indee-Logo-Indeepage img{
display: flex;
padding: 2%, 6%;
float: center;
width: 410px;
height: 280px;
border-radius: 25px;
}

.Indee-Logo-Indeepage {
float: right;
margin-left: 20px;
margin-right: 50px;
}

/* for teslaproject.html */
  
#Tesla-Logo-Teslaage{
float: left;
margin-right: 100px;
}

.container6 {
width: 80%;
margin: 30px;
margin-top: 80px;
}
  
.teslasections {
position: relative;
text-align: left;
font-family: 'Inter', sans-serif;
width: 60%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
margin-right: 150px;
}

.Tesla-Logo-Teslapage img{
display: flex;
padding: 2%, 6%;
float: center;
width: 410px;
height: 280px;
border-radius: 25px;
}
  
.Tesla-Logo-Teslapage {
float: right;
margin-left: 20px;
margin-right: 50px;
}

/* for schedulemap.html */
#Indee-App-Logo-Indee-page{
  float: left;
  margin-right: 100px;
  }
  
  .container5 {
  width: 80%;
  margin: 30px;
  margin-top: 80px;
  }
  
  .schedulemapsections {
  position: relative;
  text-align: left;
  font-family: 'Inter', sans-serif;
  width: 60%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 150px;
  }
  .SM-Logo-SMpage img{
  display: flex;
  padding: 2%, 6%;
  float: center;
  width: 280;
  height: 280px;
  border-radius: 25px;
  }
  
  .SM-Logo-SMpage {
  float: right;
  margin-left: 20px;
  margin-right: 50px;
  }
  
  #SM_logo{
    float: right;
    margin-left: 100px;
    }
    
    .ScheduleMap img{
      display: flex;
      padding: 2%, 6%;
      float: center;
      width: 280px;
      height: 280px;
      border-radius: 10px;
    }

    .schedulemapsections {
      position: relative;
      text-align: left;
      font-family: 'Inter', sans-serif;
      width: 60%;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-right: 150px;
      }
      .SM-Logo-SMpage img{
      display: flex;
      padding: 2%, 6%;
      float: center;
      width: 410px;
      height: 280px;
      border-radius: 25px;
      }
      
      .SM-Logo-SMpage {
      float: right;
      margin-left: 20px;
      margin-right: 50px;
      }

  .schedulemapsections {
  position: relative;
  text-align: left;
  font-family: 'Inter', sans-serif;
  width: 60%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 150px;
  }
  .SM-Logo-SMpage img{
  display: flex;
  padding: 2%, 6%;
  float: center;
  width: 410px;
  height: 280px;
  border-radius: 25px;
  }
  
  .SM-Logo-SMpage {
  float: right;
  margin-left: 20px;
  margin-right: 50px;
  }
  
  #SM_logo{
    float: right;
    margin-left: 100px;
    }
    
    .ScheduleMap img{
      display: flex;
      padding: 2%, 6%;
      float: center;
      width: 280px;
      height: 280px;
      border-radius: 10px;
    }

    .schedulemapsections {
      position: relative;
      text-align: left;
      font-family: 'Inter', sans-serif;
      width: 60%;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-right: 150px;
      }
      .SM-Logo-SMpage img{
      display: flex;
      padding: 2%, 6%;
      float: center;
      width: 410px;
      height: 280px;
      border-radius: 25px;
      }
      
      .SM-Logo-SMpage {
      float: right;
      margin-left: 20px;
      margin-right: 50px;
      }
/* for schedulemap.html */
      .foodoffsections {
        position: relative;
        text-align: left;
        font-family: 'Inter', sans-serif;
        width: 60%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 150px;
        }
        .FO-Logo-FOpage img{
        display: flex;
        padding: 2%, 6%;
        float: center;
        width: 410px;
        height: 280px;
        border-radius: 25px;
        }
        
        .SM-Logo-SMpage {
        float: right;
        margin-left: 20px;
        margin-right: 50px;
        }
        
        #SM_logo{
          float: right;
          margin-left: 100px;
          }
          
          .ScheduleMap img{
            display: flex;
            padding: 2%, 6%;
            float: center;
            width: 280px;
            height: 280px;
            border-radius: 10px;
          }
      
          .schedulemapsections {
            position: relative;
            text-align: left;
            font-family: 'Inter', sans-serif;
            width: 60%;
            margin: auto;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-right: 150px;
            }
            .SM-Logo-SMpage img{
            display: flex;
            padding: 2%, 6%;
            float: center;
            width: 410px;
            height: 280px;
            border-radius: 25px;
            }
            
            .SM-Logo-SMpage {
            float: right;
            margin-left: 20px;
            margin-right: 50px;
            }
      
  #CodeLab_logo{
    float: right;
    margin-left: 100px;
  }
        
  .CodeLab img{
    width: 280px;
    height: 280px;
    border-radius: 10px;
    }


  /* for home.html add on 4/16 */
  .containerhome {
    width: 60%;
    margin: auto;
  }
    
  .homeicon img{
     padding: 2%, 6%;
     float: center;
     border-radius: 0%;
     text-align: center;
     top: 30%;
     display: flex;
     margin-left: 150px;
     }

/* Rounded sliders */
/* .slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
} */