
body {
  background:url(../img/earthp.png) no-repeat fixed center top / cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;

}





.form-control, .btn {
  font-family: 'Montserrat', sans-serif;

  font-weight: 1000;
}

#repeat-x {
  height: 60px;
  background-image:url(../img/orn2.png);
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  padding-top: 20px;
}

.zag{
  margin-top: 10px; 
  -webkit-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center;

}

.brand h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 1000;
  font-size: 50px;
}

.zag p {
  font-family: 'Montserrat', sans-serif;

  font-size: 30px;
  font-weight: 1000;
}

.a4 {
  margin-top: 100px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a4 p{
  font-size: 12px;
  font-weight: 1000;
}

.card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 1000;
  border-radius: 21px;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.11);
          box-shadow: 0 14px 28px rgba(0,0,0,0.11);
  margin-top: 25px;
  color: #000; 
  padding: 5px;
}

.card-title {
  font-size: 22px;
  font-weight: 900;
}

.card-text {
  font-weight: 600;
  font-size: 18px;
  padding-right: 20px;

}

#repeat {
  background-image:url(../img/pattern1.png);
  background-repeat: repeat;
  opacity: .7;
}

.card-letter {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clearfix:after {
  content:'';
  display: table;
  width: 100%;
}

.p1 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.p2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}


.wsx {
  height: 140px;
}

.float_svg {
  margin: 0;
  padding: 0;
}

.form-control {
  height: 100%;
  font-size: 12px;
}

.btn {
  font-size: 12px;
}

nav, nav a {
font-size: 12px;
}

.btnord {
  background-color: #18d629;
  opacity: .7;
  color: #000;
  border-radius: 5px;
  display: block;
  width: 240px;
  padding: 20px 0;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 20px;
}

.btnord:hover {
  background: #18d629;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.31);
          box-shadow: 0 14px 28px rgba(0,0,0,0.31);
}

.order {
  margin-bottom: 80px;
}

.menupad {
  padding: 0;
}

.navfix {
  width: 80px;
}

.navfix img {
  width: 40px;
}

@media (max-width: 991px) {

  nav, nav a {
    font-size: 50px !important;
  }

.navbar-toggler-icon {
  height: 100px;
  width: 100px;
}

.form-control {
  font-size: 40px;
}

.btn {
  font-size: 40px;
}

.brand h1 {
  font-size: 50px;
}

.zag p {
  font-size: 40px;
}

.navfix {
  width: 200px;
}

.navfix img {
  width: 80px;
}

}

@media (max-width: 1203px) {
.card-text {
  font-size: 23px;
  }
  .card-title {
  font-size: 27px;
  }
}


@media (min-width: 1203px) {

nav, nav a {
font-size: 16px !important;
}

.btn {
  font-size: 16px;
}

.form-control {
  font-size: 16px;
}

}
