/*************Classes*************/
/*************Classes*************/
/*************Classes*************/

html * {
  font-family: 'Roboto Mono', monospace;
}

.home {
  background-color: antiquewhite;
}

.navbar {
  font-size: 4px !important;
  font-size: 1vw !important;
}

.dropdownText {
  font-size: 4px !important;
  font-size: 1vw !important;
}

.row {
  margin: 0;
  position: relative;
  /* Vertically center */
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content {
  position: absolute;
  height: 90%; /* = 100% - 2*5% padding */
  width: 90%; /* = 100% - 2*5% padding */
  padding: 5%;
}

.wowFactorSecondTry {
  display: grid;
  width: 100%;
  height: 10%;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topLetterContainer {
  position: relative;
  margin: 60px auto;
  height: 30%;
  width: 60%;
}

.letterContainer {
  float: left;
  width: 5%;
  height: 20%;
}

.paragraph {
  float: right;
  position: absolute;
  margin-left: 30%;
  width: 60%;
  font-size: 5px;
  font-size: 1vw;
  /* Vertically center */
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-bottom {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 30%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*************IDs*************/
/*************IDs*************/
/*************IDs*************/

.main {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  /* height: 80%;
  width: 80%; */
  height: 80vh;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.introduction {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 80vh;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hello {
  font-size: 15px;
  font-size: 3vw;
}

#whoami {
  font-size: 10px;
  font-size: 2vw;
}

#description {
  font-size: 5px;
  font-size: 1vw;
}

#letter {
  width: 50px;
  height: 50px;
  font-size: 10px;
  font-size: 5vh;
}

#letter {
  width: 20px;
  height: 50px;
  transition: 0.6s;
  transform: rotate(0deg);
}

#letter:hover {
  transform: rotate(180deg);
}

/*  */
/* Wow factor */
/*  */
.wowfactor {
  position: relative;
}

.shark-container {
  position: relative;
  width: 300px;
  height: 150px;
  /* line-height: 100px; */
}

/* .shark-mover {
  width: 300px;
  height: 150px;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: background-position 0.25s;
}

.shark-mover.no-more-slidey {
  transition: none;
} */

/*  */
/* Footer */
/*  */
.footer {
  bottom: 0;
  color: #707070;
  position: fixed;
  /* font-size: small; */
  height: 10%;
  width: 100%;
  display: table;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 5px;
  font-size: 1vw;
}

.footer p {
  margin: 0px;
}

a:link {
  color: #707070;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #707070;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #707070;
  background-color: transparent;
}
a:active {
  color: #707070;
  background-color: transparent;
}

/*  */
/*  */
/*  */
/* Recipe css */
/*  */
/*  */
/*  */
:root {
  font-size: 12px;
}

.containerHome {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem 15rem;
}

.containerRecipe {
  max-width: 93.5rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.containerTravel {
  max-width: 93.5rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.profile {
  padding: 2rem 0;
}

.profile::after {
  content: '';
  display: block;
  clear: both;
}

.profile-image {
  float: left;
  width: calc(33.333% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
}

.profile-image img {
  border-radius: 50%;
}

.profile-bio {
  width: calc(66.666% - 2rem);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.5rem;
  padding-top: 3rem;
}

/* Recipe Images Formatting */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
  padding-bottom: 3rem;
}

.gallery-item {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem;
  color: #fff;
  cursor: pointer;
}

.gallery-item-info {
  display: none;
}

.gallery-item-info li {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
}

.gallery-image {
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

.gallery-buttimage {
  background-color: transparent !important;
  border: transparent !important;
  padding: 5px !important;
  width: 100% !important;
  height: 100% !important;
}

.gallery-buttimage:hover {
  opacity: 0.6;
}

@media screen and (max-width: 40rem) {
  .profile {
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 0;
  }

  .profile::after {
    display: none;
  }

  .profile-image,
  .profile-bio {
    float: none;
    width: auto;
  }

  .profile-image img {
    width: 7.7rem;
  }

  .profile-bio {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    flex-basis: 100%;
  }
}

@supports (display: grid) {
  .profile {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 3rem;
    align-items: center;
  }

  .profile-image {
    grid-row: 1 / -1;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    grid-gap: 2rem;
  }

  .profile-image,
  .profile-bio,
  .gallery-item,
  .gallery {
    width: auto;
    margin: 0;
  }

  @media (max-width: 40rem) {
    .profile {
      grid-template-columns: auto 1fr;
      grid-row-gap: 1.5rem;
    }

    .profile-image {
      grid-row: 1 / 2;
    }

    .profile-bio {
      grid-column: 1 / -1;
      margin: 0;
    }
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 1000px) {
  .containerHome {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem 50rem;
  }

  .footer {
    font-size: 15px;
    font-size: 3vw;
  }

  .paragraph {
    font-size: 15px;
    font-size: 3vw;
    top: 80%;
    width: 80%;
  }

  #hello {
    font-size: 45px;
    font-size: 9vw;
  }

  #whoami {
    font-size: 30px;
    font-size: 6vw;
  }

  #description {
    font-size: 15px;
    font-size: 3vw;
  }

  .introduction {
    margin-bottom: 35rem;
  }

  .shark-container {
    width: 600px;
    height: 300px;
  }

  .vertical-bottom {
    margin-top: 400px;
    margin-left: 100px;
    margin-right: auto;
    position: relative;
    width: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar {
    font-size: 12px !important;
    font-size: 3vw !important;
  }

  .dropdownText {
    font-size: 12px !important;
    font-size: 3vw !important;
  }
}

@media screen and (min-width: 1400px) {
  .containerHome {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem 15rem;
  }
}
@media screen and (min-width: 1600px) {
  .containerHome {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem 25rem;
  }
}
@media screen and (min-width: 1900px) {
  .containerHome {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem 35rem;
  }

  .shark-container {
    width: 600px;
    height: 300px;
  }

  .introduction {
    margin-bottom: 20rem;
  }
}

@media screen and (min-width: 2500px) {
  .containerHome {
    max-width: 250rem;
    margin: 0 auto;
    padding: 0 2rem 60rem;
  }

  .paragraph {
    padding-bottom: 100px;
  }

  .shark-container {
    width: 1200px;
    height: 600px;
  }

  .introduction {
    margin-bottom: 35rem;
  }
}
