@import url('https://use.typekit.net/zfr5fmp.css');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-width: 620px;
}
body {
  font-family: 'proxima-nova', sans-serif;
  background-color: #FFFAFC;
}
header{
  background-color: #DC2540;
}

.nav-bar {
  display: flex;
  padding: 1rem 3.125rem 1rem 6.25rem;
  justify-content: space-between;
  transition: .5s;
}

@media (max-width: 1300px) {
  .nav-bar {
    padding: 1rem 1rem 1rem 3.125rem;
    transition: .5s;
  }
}

@media (max-width: 1150px) {
    .nav-bar {
    padding: 1rem 3.125rem 1rem 3.125rem;
    transition: .5s;
  }
}

.bar-element, .bar-element:link, .bar-element:visited {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  color: #FFFAFC;
  transition: .25s all ease-in-out;
  border-right: .3rem solid transparent;
  border-left: .3rem solid transparent;
  padding: 0 3.125rem 0 3.125rem;
}

.bar-element:hover, .bar-element:active {
  border-right: .3rem solid #FFFAFC;
  border-left: .3rem solid #FFFAFC;
}

.header-logo {
  max-width: 116px;
  min-width: 116px;
}

.header-logo, .header-logo:link, .header-logo:visited {
  fill: #fffafc;
  transition: .25s all ease-in-out;
}

.header-logo:hover, .header-logo:active {
  fill: #F1BBB0;
}

@media (max-width: 1150px) {
  .desktop-nav {
    display: none;
  }
}

/* - - - - - - - - - hamburger - - - - - - - - - */

.hamburger-icon {
  display: none;
}

.hamburger-svg {
  transition: all 500ms;
  fill: #fffafc;
}

.hamburger-svg:hover {
  fill: #F1BBB0;
}

@media (max-width: 1150px) {
  .hamburger-icon {
    display: block;
  }
}

/* - - - - - - - - - mobile nav - - - - - - - - - */

.mobile-nav-container {
  background-color: #D87227;
  
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  color: #FFFAFC;
}

.mobile-nav-link {
  text-decoration: none;
  font-weight: 700;
  font-size: 4rem;
  transition: .25s all ease-in-out;
  border-right: .8rem solid transparent;
  border-left: .8rem solid transparent;
  padding: 0 3.125rem 0 3.125rem;
}

.mobile-nav-link:hover {
  border-right: .8rem solid #FFFAFC;
  border-left: .8rem solid #FFFAFC;
}

/* - - - - - - - - - CLOSE BUTTON - - - - - - - - - */

.close-button {
  transition: all 500ms;
  
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 1rem 3.125rem 0 0;
}

.close-svg {
  fill: #fffafc;
  transition: all 500ms;
}

.close-button:hover .close-svg {
  fill: #F1BBB0;
}

/* - - - - - - - - - main - - - - - - - - - */

main {
  padding: 1rem 6.25rem 1rem 6.25rem;
  transition: all .5s;
}

.flex-col{
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  /*padding: 0 0 4rem 0;*/
}

h1 {
  font-weight: 700;
  font-size: clamp(3rem, 1.5rem + 3.75vw, 6rem);
  color: #DC2540;
}

.map {
  width: 60%;
}

p {
  font-weight: 400;
  font-size: 2rem;
  color: #DC2540;
  width: 40%;
  line-height: 120%;
}

@media (max-width: 1300px) {
  main {
  padding: 1rem 3.125rem 1rem 3.125rem;
  transition: .5s;
  }
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
  padding: 4rem 0 4rem 0;
}

.logo {
  flex: 1 1 calc(25% - 40px);
  width: calc(25% - 40px);
  object-fit: contain;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .flex-col{
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .map {
    width: 100%;
  }

  p {
    font-size: 1.5rem;
    width: 100%;
  }
  
  .logo {
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
  }
}

/* - - - - - - - - - footer - - - - - - - - - */

footer {
  background-color: #DC2540;
}

.footer-bar {
  display: flex;
  padding: 2.875rem 2.875rem 2.875rem 2.875rem;
  justify-content: space-between;
	align-items: center;
}

.footer-left {
  padding-right: 2.4rem;
}

.footer-middle {
  padding: 0 2.4rem 0 2.4rem;
}

.footer-right {
  padding-left: 2.4rem;
}

.footer-bar-element, .footer-bar-element:link, .footer-bar-element:visited {
  text-decoration: none;
  font-weight: 700;
  font-size: 2.25rem;
  color: #FFFAFC;
  transition: .2s all ease-in-out;
  position: relative;
  bottom: 0;
}

@media (max-width: 900px) {
  .footer-bar-element, .footer-bar-element:link, .footer-bar-element:visited {
    font-size: 1.25rem;
  }
  .footer-left {
    padding-right: 1.2rem;
  }

  .footer-middle {
    padding: 0 1.2rem 0 1.2rem;
  }

  .footer-right {
    padding-left: 1.2rem;
  }
}

.footer-left:hover, .footer-left:active {
  position: relative;
  bottom: 10px;
}

.footer-middle:hover, .footer-middle:active {
  position: relative;
  bottom: 10px;
}

.footer-right:hover, .footer-right:active {
  position: relative;
  bottom: 10px;
}

.footer-logo, .footer-logo:link, .footer-logo:visited {
  fill: #fffafc;
  transition: .2s all ease-in-out;
  max-width: 203px;
  min-width: 203px;
}

@media (max-width: 900px) {
  .footer-logo, .footer-logo:link, .footer-logo:visited {
  max-width: 137px;
  min-width: 137px;
  }
}

.footer-logo:hover, .footer-logo:active {
  fill: #F1BBB0;
}







