* {
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(232, 232, 232);
  display: flex;
  justify-content: center;
  background: url("files/musicback.png");
}

h3 {
  font-family: Lato, sans-serif;
}

ul {
  padding-left: 2em;
  padding-top: 1em;
}


li {
  padding-top: 0.8em;
  font-style: italic;
}

input {
  margin-left: 8px;
}

.top {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: url("files/clouds.jpg") no-repeat;
  background-size: cover;
  z-index: 100;
}


.top-header {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  padding-left: 40px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
}

.top-header a {
  text-decoration: none;
  color: black;
  position: relative;
}

.bottom-header {
  width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  align-items: top;
  padding-left: 40px;
  border-bottom: solid 2px;
  padding-bottom: 10px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);

}

.bottom-header a {
  display: inline-block;
  text-decoration: none;
  margin-right: 25px;
  color: black;
  font-size: 16px;
  margin-top: 5px;
}


.bottom-header a:hover {
  color: rgb(1, 1, 119);
  text-decoration: underline;
}

.bottom-header a:active {
  color: rgb(0, 117, 141)
}


.main-section {
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1), -3px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 800px;
  margin-top: 140px;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 64px;
  width: 100%;
  border-radius: 5px;
  background-color: rgb(232, 232, 232);
  display: block;
}

.intro-header {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.nav-menu {
  margin-right: 24px;
}


.photo {
  width: 200px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  border: solid 2px gray;
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
}

.intro {
  font-size: 14px;
  text-indent: 32px;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 300;
}

.intro-section {
  margin-bottom: 24px;
  border-bottom: solid;
}

.bio {
  display: block;
  overflow: hidden;
}

.video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.portfoliovid {
  width: 60%;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.general-text {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 300;
}

.social-media-menu {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 32px;
  padding-top: 12px;
  border-top: solid;
}

.fa-brands {
  margin-right: 12px;
  font-size: 24px;
  color: rgb(13, 66, 141);
}

.content {
  margin-top: 48px;
  margin-bottom: 24px;
}

.gen-h {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 24px;
  font-style: italic;
}

.gen-text {
  font-size: 14px;
  text-indent: 32px;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 300;
}

.data-entry {
  margin-bottom: 40px;
}

.gen-h a,
.gen-text a {
  text-decoration: none;
  color: grey;
}

.gen-h a:hover {
  text-decoration: underline;
}

#port-photo {
  float: right;
  margin-right: 0;
  margin-left: 24px;
  border-radius: 50%;
  border: solid 1px;
}

#portfolio-h {
  text-align: center;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 14px;
}

#non-italic-text {
  font-style: normal;
}

#no-border {
  border: none;
}


.resume-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

#sub-header {
  font-size: 16px;
  width: 50%;
  justify-content: left;
  border-bottom: solid 1px;
  line-height: 16px;
  margin-bottom: 32px;
}

#software-intro {
  margin-bottom: 1.5em;
  text-align: center;
}


.center {
  text-align: center;
}

#banner-intro {
  margin-bottom: 12px;
}


.btn {
  padding: 0.5em;
  border-radius: 7px;
  border: 1px solid black;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 1em 0.2em;
}

.btn:hover {
  cursor: pointer;
}

.btn-grey {
  background-image: linear-gradient(rgba(240, 240, 240, 0.3), rgba(70, 70, 70, 0.3));
}

.btn-grey:hover {
  background-image: linear-gradient(rgba(250, 250, 250, 0.3), rgba(120, 120, 120, 0.3));
}


.btn-blue {
  background-image: linear-gradient(rgba(0, 120, 220, 0.3), rgba(0, 0, 250, 0.3));
}

.btn-blue:hover {
  background-image: linear-gradient(rgba(0, 180, 200, 0.3), rgba(0, 70, 230, 0.3));
}

.btn-green {
  background-image: linear-gradient(rgba(0, 80, 20, 0.3), rgba(0, 200, 30, 0.3));
}

.btn-green:hover {
  background-image: linear-gradient(rgba(0, 250, 180, 0.3), rgba(0, 180, 200, 0.3));
}

.btn-red {
  background-image: linear-gradient(rgba(180, 0, 80, 0.3), rgba(230, 0, 70, 0.3));
}

.btn-red:hover {
  background-image: linear-gradient(rgba(200, 30, 120, 0.3), rgba(250, 100, 156, 0.3));
}

#color-user {
  display: flex;
  flex-direction: column;
  height: 120px;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 24px;
  margin-top: 12px;
}

#begin,
#submit {
  width: 64px;
  background-color: rgba(130, 150, 250, 0.5);
}

#submit:active {
  color: white;
  background-color: rgba(0, 0, 100, 1);
}

#begin:active {
  color: white;
  background-color: rgba(0, 0, 100, 1);
}



#guess {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 150px;
}

.guess-input {
  display: flex;
}

#p1score,
#p2score {
  margin-left: 8px;
  margin-right: 4px;
}

#vs {
  margin: 0 10px;
}

.color-orb {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 50, 240);
  border: 2px solid black;
  border-radius: 50%;
  flex-shrink: 1;
  transition: background-color 800ms;
}



#color-game {
  display: flex;
  margin: 0 20px;
  justify-content: space-around;
  align-items: center;
  height: 150px;
}

#winner-text {
  display: none;
  color: green;
}

#notif {
  color: green;
  font-size: 16px;
  margin-top: 8px;
}

.reset-btn {
  display: flex;
  justify-content: center;
}

#reset {
  background-color: rgba(240, 100, 100, 0.5);
  display: none;
}

#reset:active {
  background-color: rgba(100, 0, 0, 1);
  color: white;
}

.stale-btn {
  background-color: lightgrey !important;
}

.lizzy {
  height: 180px;
  border: 1px solid black;
  border-radius: 20%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

#cat-info {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.side-text {
  margin: 12px;
  text-align: center;
}

.center-wrapper {
  display: flex;
  justify-content: center;
}

.cat-item {
  background-color: white;
}

.fact-list {
  margin-top: 0;
  padding-top: 0;
}




@media screen and (max-width: 800px) {
  .photo {
    width: 150px;
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .portfoliovid {
    width: 80%;
  }

  .intro-header {
    text-align: center;
    padding-bottom: 0;
  }

  #color-game {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 375px;
  }

  #guess {
    align-items: center;
    height: 220px;
    margin-bottom: 12px;
    ;
  }

  label {
    display: flex;
    justify-content: center;
    margin: 10px 10px;
  }

  #begin {
    margin-top: 12px;
  }

  #color-user {
    height: 220px;
  }

  .guess-input {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #guess1,
  #guess2 {
    display: flex;
    justify-content: center;
  }

  #color-orb {
    display: block;
    justify-content: center;
  }

  #color-guesser {
    display: flex;
  }

  #cat-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}