@import url("https://fonts.googleapis.com/css2?family=Italiana&family=Montserrat:wght@300;600&display=swap");
/* ----------------------
font-family: 'Italiana', serif;
font-family: 'Montserrat', sans-serif; 
------------------------*/

body {
  background: url(../img/portait.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Italiana", serif;
  scroll-behavior: smooth;
}
.container-fluid {
  height: 100vh;
}
#bottom-fill {
  background-color: #fed7a0;
  background-image: url(../img/sinks.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#temp_lands {
  font-family: "Italiana", serif;
  color: #fff;
  text-align: center;
  margin-top: 14%;
  background: rgb(251 121 59 / 15%);
}
#temp_lands hr {
  border-top: 1px solid rgb(255 255 255);
  margin-left: 6%;
  margin-right: 6%;
}
#made_title {
  font-size: 7em;
}
#by_h5 {
  font-size: 1.6rem;
}
#coming_soon {
  font-weight: 600;
  font-family: "Italiana", sans-serif;
  color: #ff6700;
  animation: fadeIn 6s ease-in;
}
#coming_soon a {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ff6700;
  text-decoration: none;
}
#contact-deets {
  margin: auto;
  width: max-content;
  border: 1px solid #fff;
  padding: 2em;
  background: #6666665e;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#contact-deets h4 {
  font-family: "Italiana", sans-serif;
}
#contact-deets hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #fff;
}
#contact-deets p a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#contact-deets p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#git {
  text-align: center;
}

@media screen and (max-width: 375px) {
  body {
    background-position-x: 79%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
