a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

a:hover {
  color: #FF5D5D;
  opacity: 0.8;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
}

button {
  font-family: 'Titillium Web', sans-serif;
}

footer {
  background-color: rgb(50, 50, 50);
  color: #F9F9F9;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  padding: 100px 0;
  margin: 0;
}

footer hr {
  color: #AD8B73;
}

h4 {
  color: #AD8B73;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
}

h5 {
  color: rgb(150, 150, 150);
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.2rem;
}

hr {
  width: 40%;
  margin: 20px auto 50px;
  border-top: 5px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-style: dotted;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  letter-spacing: 0.2rem;
  margin: 10px auto;
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.9rem;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  color: rgb(150, 150, 150);
  z-index: 100;
  border-bottom: solid 1px #FF5D5D;
}

p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 50px 0;
  color: rgb(80, 80, 80);
}

.active {
  color: #FF5D5D;
  font-weight: 600;
}

.active-mov {
  color: #FF5D5D;
  font-weight: 600;
}

.avatar-ftr {
  width: 100px;
  margin: 0 0 10px;
}

.away-with-you {
  display: none;
  transition: 0.5s;
}

.clear-txt {
  color: white;
}

.come-here {
  display: inherit;
  transition: 0.5s;
}

.hidden {
  visibility: hidden;
}

.hr-clear {
  width: 40%;
  margin: 20px auto 50px;
  border-top: 5px white;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-style: dotted;
}

.ico-ftr {
  font-size: 2.5rem;
  transition: 0.3s;
  cursor: pointer;
}

.ico-ftr:hover {
  color: #FF5D5D;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.swap {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 1000;
}

.swap-in {
  border-radius: 0 5px 5px 0;
  padding: 10px;
  border-left: 0;
  border: solid 1px rgb(150, 150, 150);
  background-color: white;
  margin: 10px 0;
  width: 30px;
  transition: 0.3s;
  cursor: pointer;
}

.swap-in:hover {
  color: white;
  background-color: rgb(50, 50, 50);
}

.swap h4 {
  font-weight: 500;
  font-size: 0.8rem;
  margin: 0;
}

.swap-img {
  width: 100%;
  margin: 0;
}

.wave-cut {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: fill;
  object-position: bottom;
  vertical-align: bottom;
  width: 100%;
  height: 5vh;
  opacity: 100%;
}


/* RESPONSIVENESS!!! */
@media (max-width: 1000px) {
  a:hover {
    font-weight: 800;
  }

  h5 {
    color: rgb(150, 150, 150);
    font-size: 0.8rem;
    font-weight: 200;
    letter-spacing: 0.2rem;
  }

  .nav-ftr li {
    font-weight: 300;
    font-size: 0.8rem;
    display: block;
  }

  .nav-btn-cont {
    background-color: white;
    border: solid 1px #FF5D5D;
    border-right: 0;
    border-top: 0;
    border-radius: 0 0 0 15px;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }

  .nav-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url("../imgs/mov-nav-btn-pink.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s;
    z-index: 200;
  }

  .nav-btn:hover {
    background-image: url("../imgs/mov-nav-btn-grey.png");
  }

  .nav-close {
    position: fixed;
    top: 30px;
    right: 3vw;
    width: 32px;
    height: 32px;
    background-image: url("../imgs/mov-nav-btn-close.png");
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
    z-index: 200;
  }

  .nav-sep {
    display: none;
  }

  .list-nav-mov {
    position: absolute;
    right: 0;
    background-color: rgb(50, 50, 50);
    width: 70%;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.3s ease-in;
  }

  .active-nav {
    transform: translateX(0);
  }

  .mov-nav {
    font-size: 1.3rem;
    text-align: right;
    color: white;
    display: block;
    position: relative;
    top: 10vh;
    right: 50px;
    margin: 5vh 0;
  }

  .swap-in {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0 0 15px 0;
    padding: 10px;
    border-left: 0;
    border: solid 1px rgb(150, 150, 150);
    border-top: 0;
    background-color: white;
    margin: 0;
    width: 60px;
    transition: 0.3s;
    cursor: pointer;
  }

  .swap-img {
    width: 30px;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .nav-btn-cont {
    width: 50px;
    height: 50px;
  }

  .nav-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
