@charset "UTF-8";

.top-tag-line {
  background-color: #36454f;
  height: 36px;
  display: ;
}

.top-tag-line-text {
  font-size: 15px;
  font-weight: bold;
  color: white;
  line-height: 36px;
  text-align: center;
}

@media (max-width:1099px) {
  .toptagline-remove {
    display: none;
  }
}

.menu-logo-bar {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../images/menu_background.png');
  background-repeat: repeat;
  /*line-height: 38px;*/ color: white;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.menu-logo-bar img.logo-center {
  height: 86px;
}


@media (max-width:1600px) {
  .menu-logo-bar img.logo-center {
    height: 76px;
  }
}

@media (max-width:1500px) {
  .menu-logo-bar img.logo-center {
    height: 66px;
  }
}

@media (max-width:680px) {
  .service-of-remove {
    display: none;
  }
}

.main-text {
  color: white;
  line-height: 38px;
  position:relative;
}

.main-closing-text {
  font-size: 24px;
  color: white;
  line-height: 38px;
  position:relative;
}


@media (max-width:680px) {
  .main-closing-text {
    font-size: 21px;
  }
}

.main-text h1, .main-text h2, .main-text h3, .main-text h4 {
  color: #ffd128;
  line-height: 38px;
}

.dropdown-section h2 {
  font-size: 22px;
  font-weight: bold;
   background-color: #000;
  color: #ffd128;
  padding: 7px 10px 7px 10px;
  border-radius: 8px;
  border: 1px solid #555;
  cursor: pointer;
}

.dropdown-text {
  display: none;
  background-color: #000;
  color: #fff;
  line-height: 38px;
  padding: 20px 40px 0px 40px;
  border-radius: 8px;
  border: 1px solid #555;
}

.footer {
  background-color: #222;
  border-top: #666 solid 2px;
  color: white;
  padding: 20px;
  background-image: url('../images/gear_wheel_ICON_02.png');
  background-repeat: repeat;
}

.footeraddress {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}

.footercol {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
}

.footer input, .footer textarea {
  width: 100%;
  margin-bottom: 2px;
  padding: 1px 4px;
  height: auto;
  font-size: 13px;
  line-height: 1.7;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #222;
  border: solid 1px #888;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.gold-button {
  background-color: black;
  color: gold;
  border: 2px solid gold;
  padding: 4px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
   transition: all 0.3s ease;
}

.gold-button:hover {
  background-color: gold;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.gold-button-sm {
  background-color: black;
  color: gold;
  border: 2px solid gold;
  padding: 0px 7px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
   transition: all 0.3s ease;
}

.gold-button-sm:hover {
  background-color: gold;
  border: 2px solid golf;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

