@font-face {
  font-family: "MuseoSansBold";
  src: url("../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSansRegular";
  src: url("../fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSansBlack";
  src: url("../fonts/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSansMedium";
  src: url("../fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSansLight";
  src: url("../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
}

/* body {
  height: calc(100vh + 200px);
} */
#navigation .navbar-brand p {
  font-family: "MuseoSansMedium";
  font-size: 17px;
  color: #000;
  margin: 0;
}

#navigation ul li a {
  color: #000;
  text-decoration: none;
}

#navigation ul li:first-child {
  font-family: "MuseoSansBlack";
  font-size: 27px;
}

#navigation ul li:nth-child(2) {
  font-family: "MuseoSansRegular";
  font-size: 15px;
}

#navigation ul li:nth-child(2):hover {
  cursor: pointer;
}

#navigation .navbar-brand span {
  font-size: 1.25rem;
  color: #009900;
  font-weight: bold;
}

#navigation .navbar-brand img {
  max-width: 225px;
  height: auto;
}

@media screen and (max-width: 992px) {
  #navigation .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #navigation .container .navbar-brand {
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
    text-align: center;
  }

  #navigation .container .navbar-brand img {
    max-width: 175px;
    height: auto;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  #navigation .container .nav-item {
    padding-top: 10px;
  }

  #navigation .container .nav-item a {
    font-size: 22px;
  }
  #navigation .navbar-brand span {
    font-size: 1rem;
    line-height: 15px;
  }
}

header {
  font-family: "MuseoSansBlack";
  margin-top: 10%;
}
header h2 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
}
header h2 span {
  color: #ff8000;
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  header h2 {
    font-size: 20px;
  }
  header h5 {
    font-size: 18px;
  }
  header h5 br {
    display: none;
  }
  header h2 br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  header h2 {
    font-size: 18px;
  }
  header h5 {
    font-size: 14px;
  }
  header h5 br {
    display: none;
  }
  header h2 br {
    display: none;
  }
}

#advantages h4 {
  font-family: "MuseoSansBlack";
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

#advantages p {
  font-family: "MuseoSansRegular";
  font-size: 14px;
  color: #000;
}

#advantages .plus2 {
  height: 163px;
}

@media screen and (max-width: 992px) {
  #advantages p br {
    display: none;
  }
}

#test-btn {
  font-family: "MuseoSansMedium";
  position: relative;
  margin-top: 8rem;
}
#test-btn .primary-info {
  /* position: absolute;
  right: 2.2%;
  top: -50%; */
  text-align: center;
}

img.catalog-img {
  width: 200px;
  height: 150px;
}

@media screen and (max-width: 767px) {
  img.catalog-img {
    display: block;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  img.catalog-img {
    position: absolute;
    top: -50%;
    right: 0%;
    width: 300px;
    height: 215px;
    z-index: -1;
  }
}

@media screen and (min-width: 992px) {
  img.catalog-img {
    top: -40%;
    right: 5%;
  }
}

@media screen and (min-width: 1200px) {
  img.catalog-img {
    top: -40%;
    right: 15%;
  }
}
/* @media screen and (max-width: 1199px) {
  #test-btn .primary-info {
    right: 12.5%;
    top: auto;
  }
} */

@media screen and (max-width: 991px) and (min-width: 576px) {
  #test-btn .primary-info h1 {
    font-size: 50px !important;
  }
  #test-btn .primary-info h1 span {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 575px) {
  #test-btn .primary-info {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
  }
  #test-btn .primary-info h1 {
    font-size: 36px !important;
  }
  #test-btn .primary-info h1 span {
    font-size: 50px !important;
  }
  #test-btn .primary-info p {
    font-size: 1rem !important;
  }
}

#test-btn .primary-info h1 {
  font-family: "MuseoSansRegular";
  font-size: 100px;
  color: #000;
  margin-bottom: 0;
}
#test-btn .primary-info h1 span {
  font-size: 110px;
}

#test-btn .primary-info p {
  font-family: "MuseoSansRegular";
  color: #000;
  font-size: 19px;
}

#test-btn button {
  background-color: #339933;
  border-radius: 20px;
  border: 3px #ff8000 solid;
}
#test-btn h3 {
  color: #fff;
  font-size: 27px;
}
#test-btn h5 {
  color: #fff;
  font-size: 15px;
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#test-btn .pulse {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition: background-color 0.8s ease;
}
#test-btn .pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #fff;
  border: 5px #339933 solid;
}
#test-btn .pulse:hover h3,
#test-btn .pulse:hover h5 {
  color: #339933;
}

@media screen and (max-width: 576px) {
  #test-btn {
    margin-top: 2rem;
  }
  #test-btn h3 {
    font-size: 14px;
  }
  #test-btn h5 {
    font-size: 9px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  #test-btn h3 {
    font-size: 20px;
  }
  #test-btn h5 {
    font-size: 13px;
  }
}

footer {
  font-family: "MuseoSansLight";
  margin-top: 200px;
  padding-bottom: 15px;
}

footer p {
  font-size: 14px;
  color: #505050;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  footer {
    text-align: center;
  }
}
#mapModal .modal-dialog {
  font-family: "MuseoSansRegular";
  max-width: 603px;
  top: 18%;
}
#mapModal .modal-dialog .modal-header {
  background-color: #339933;
  color: #fff;
}
#mapModal .modal-dialog .modal-header h5 {
  font-size: 18px;
}
#mapModal .modal-dialog .modal-header button.close {
  color: #fff;
}

body {
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
}
