.prompt {
  font-family: "Prompt", sans-serif;
  font-style: normal;
}
.anton {
  font-family: "Anton", sans-serif;
  font-style: normal;
}
.bree-serif {
  font-family: "Bree Serif", serif;
  font-style: normal;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

body {
  width: 100%;
}

nav.navbar {
  padding-left: 2rem;
}

.collapse .col {
  min-width: 700px;
}

.right-container {
  display: flex;
}

.navbar-custom {
  background-color: #D4B260;
}

.custom-toggler.navbar-toggler {
  color: white;
}

.nav-link {
  transition: transform 0.5s, box-shadow 0.5s, filter 0.5s ease;
}

.nav-link:hover {
  transform: scale(1.1);
  filter: brightness(10%);
}

.social-container {
  justify-content: end;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fit-right-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.fit-right-img img {
  filter: brightness(100%);
  transition: transform 0.5s, box-shadow 0.5s, filter 0.5s ease;
}

.fit-right-img:hover img {
  filter: brightness(70%);
}

.fit-right-img img:hover {
  transform: scale(1.1);
  filter: brightness(100%);
  z-index: 1;
}

@media (max-width: 1100px) {
  .navbar-nav {
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 990px) {
  .social-container {
    display: flex;
    justify-content: center !important;
  }
  .right-container {
    display: flex;
    flex-direction: column;
  }  
  .social-container {
    margin-bottom: 0.5rem;
  }
  .navbar-light .navbar-toggler {
    margin-top: 0 !important;
  }
  nav.navbar {
    padding: 0.5rem 1.5rem !important;
  }
  .space {
    display: none;
  }
  .hr-div {
    padding: 0 25% !important;
  }
  .collapse .col {
    min-width: auto !important;
  }
}


@media (max-width: 522px) { 
  .navbar-brand {
    padding-right: 0 !important;
  }
  .navbar a img {
    width: 100% !important;
    max-width: 125px !important;
  }
  .navbar-light .navbar-toggler {
    transform: scale(0.7);
  }
  .fit-right-img {
    gap: 0.25rem !important;
  }
  .fit-right-img img {
    transform: scale(0.8);
  }
  .nav-link {
    font-size: 1.2rem !important;
  }
  .hr-div {
    padding: 0 10% !important;
  }
  #back-to-top i {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 506px) { 
  .img-nav{
    width: 120px;
  }
  nav.navbar {
    padding: 0.5rem 1rem !important;
  }
}

@media (max-width: 456px) { 
  .navbar-brand {
    margin-right: 0 !important;
  }
}

@media (max-width: 384px) { 
  .img-nav{
    width: 95px !important;
  }
}