/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#logo {
  max-width: 400px !important;
  max-height: auto !important;
  margin-left: auto;
  margin-right: auto;
}

.team-image > a,
.team-image img {
  display: inline;
  max-width: 350px;
  max-height: auto;
}

.slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.menu-link {
  text-transform: none;
}

a:hover {
  color: #1e9cfc !important;
}

h3 {
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 30px;
  margin-bottom: 5px;
}

h4 {
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 50px;
}

p {
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

a {
  color: #fff;
}

.wedding-head {
  text-align: center;
  font-size: 60px !important;
  font-family: "Arimo", sans-serif;
}

.wedding-head .first-name {
  text-align: center;
  font-family: "Arimo", sans-serif;
}

.wedding-head .first-name span {
  text-align: center;
  text-transform: none;
  font-style: normal;
  font-family: "Arimo", sans-serif;
}

.btn-ht a {
  font-size: 20px;
  font-weight: 600;
  background-color: #1e9cfc;
  color: #fff;
  max-width: 400px;
  padding: 10px 40px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 30px;
}

.btn-ht {
  margin-top: 30px;
}

.btn-ht a:hover {
  background-color: #fff;
  color: #000 !important;
}

img.mx-auto.footer-logo {
  height: 30px;
}

.hotsoft-footer {
  margin-top: 5rem;
  padding-bottom: 50px;
  font-family: "Arimo", sans-serif;
}

.ht-link-footer {
  color: #1e9cfc !important;
}

::selection {
  background: #1e9cfc;
}

.mt-7 {
  margin-top: 7rem !important;
}

.wedding-head .first-name span {
  font-size: 30px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .wedding-head {
    font-size: 40px !important;
  }

  .wedding-head .first-name span {
    font-size: 30px;
  }

  .d-flex.flex-column.align-items-center.mt-7.pt-5 {
    margin-top: 4rem !important;
  }
}

@media (max-width: 767.9px) {
  .wedding-head {
    font-size: 40px !important;
  }

  .wedding-head .first-name span {
    font-size: 30px;
  }

  .d-flex.flex-column.align-items-center.mt-7.pt-5 {
    margin-top: 3rem !important;
  }

  .team-image > a,
  .team-image img {
    max-width: 250px;
  }
}

.rounded-circle {
  border-radius: 0 !important;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .min-vh-60 {
    min-height: 100vh !important;
  }
}
