@charset "UTF-8";

.navbar {
  height: 67px !important;
  display: none;
  background-color: white;
  border-bottom: 4px solid #f2f2f2;
}

.navbar-brand .logo {
  height: 47px;
  top: 8px;
  position: absolute;
}

.navbar-brand .write {
  height: 42px;
  top: 13px;
  position: absolute;
  margin-left: 33px;
}

.nav-link {
  color: #32DAC4 !important;
}

.nav-link.active {
  color: #147265 !important;
}

.btn-primary {
  background-color: #1FAA98;
  border: none;
}

.btn-primary:hover {
  background-color: #147265;
}

.btn-primary:focus {
  border-color: #147265;
  background-color: #147265;
  box-shadow: none;
}

.header-riseberg {
  max-width: 100%;
}

.masthead {
  min-height: 100vh;
}

.master-section {
  display: grid;
  grid-template-columns: 38% 57%;
  align-items: center;
  column-gap: 5%;
}

.master-section .image .carousel {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .master-section .image .carousel {
    margin-top: 60px;
  }

  .master-section {
    display: grid;
    grid-template-columns: 100%;
  }
}

.carousel img {
  width: 100%;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 200px;
  padding-right: 200px;
}

@media only screen and (max-width: 1100px) {
  footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (max-width: 800px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 650px) {
  footer {
    display: block;
  }
}

footer .info {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

footer .links {
  color: white;
}

@media only screen and (max-width: 650px) {
  footer .links {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

footer .links div {
  margin-bottom: 10px;
}

footer .links a {
  text-decoration: none;
  margin-left: 4px;
  margin-right: 4px;
}

footer .links svg {
  color: white;
  width: 30px;
  height: 30px;
}