@font-face {
  font-family: "Acumin Variable Concept";
  src: url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot");
  src: url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept")
      format("svg");
}
@font-face {
  font-family: "Amaranth-Italic";
  src: url(./font/Amaranth-Italic.ttf);
}
body {
  font-family: sans-serif;
}
.navbar-brand .logo {
  height: 80px;
  width: auto;
}
.navbar-brand .logo:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}
.page-header {
  position: relative;
}
.page-header .background {
  position: absolute;
  background: url(./assets/page-head.jpeg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-header .title {
  font-size: 110px;
  font-style: italic;
  font-weight: 600;
  text-shadow: -3px 1px #ffffff9e;
  color: #381f13;
  font-family: "Acumin Variable Concept";
  margin-top: 20px;
}
.page-header .sub-title {
  font-size: 50px;
  font-family: "Amaranth-Italic";
  margin-top: -35px;
}
.card {
  border: 0;
  padding: 50px;
  text-align: center;
}
.card .car-img-top {
  width: auto;
  height: 180px;
  margin: auto;
}
.card-text {
  font-style: italic;
  margin-top: 20px;
}
.card .btn {
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: max-content;
  padding: 8px 14px;
  border: solid 1px black;
  margin: auto;
}
.card .btn:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}
.card .btn.btn-primary {
  background: #2484b0;
}
.card .btn.btn-second {
  background: #b4863a;
  color: white;
  border-color: #3c0915;
}
.card .btn.btn-third {
  background: #f63733;
  color: white;
  border-color: #efa037;
}
.card .btn.btn-forth {
  background: #41c8ca;
  color: white;
  border-color: #67cc9a;
}
footer {
  padding: 20px 0;
  background: #f5eee9;
  text-align: center;
}
a.copy-right.text-center {
  color: #2c2e35;
  text-decoration: none;
}
.copy-right {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .page-header .title {
    font-size: 50px;
  }
  .page-header .sub-title {
    font-size: 30px;
    margin-top: -24px;
  }
}
