* {
  margin: 0 !important;
  box-sizing: border-box !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

*, html {

    scroll-behavior: smooth !important;
}


.brand-color {
  color: #ff7605;
  padding-left: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #151515;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff7605;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b04f00;
}

.navbar {
  background-color: rgb(37, 37, 37) !important;
  padding-bottom: 10px !important;
}

.nav-item {
  padding-left: 10px;
  padding-right: 10px;

}

.nav-link {
  font-size: 20px !important;
}


.about-header {
  padding-top: 60px;
  background-color: white;
  font-size: 30px;
   width: 70%;
   margin-left: auto !important;
   margin-right: auto !important;
   text-align: center;
   padding-bottom: 30px;
}

.about-header h1 {
  padding-top: 35px;
}

.about-content {
   width: 50%;
   background-color: white;
   margin-left: auto !important;
   margin-right: auto !important;
   font-size: 20px;
}

.about-content p {
  padding-bottom: 30px;
}

.about-container {
  padding-bottom: 50px;
}

.contact-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-header {
  padding-top: 20px;
  padding-left: 130px;
  padding-bottom: 20px;
}


.contact-header h1 {
  font-size: 30px;
  padding-bottom: 10px;
}

.contact-content {
  padding-top: 5px;
  padding-left: 140px;
  font-size: 20px;
}

.maps {
  padding-top: 60px;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 8%;
}

@media (min-width: 768) {
  .maps {
    margin-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .maps {
    margin-right: 120px !important;
  }
}

.maps iframe {
  border-radius: 10%;
  width: 90%;
  height: 450px;
}

.nav-link:hover {
  text-decoration: underline !important;
}

.socials-container {
  padding-bottom: 90px;
  padding-top: 50px;
}

.socials-content {
  text-align: center;
}

.socials-content img {
  transition: .2s !important;
}
.socials-content img:hover {
  transform: scale(1.2) !important; 
}

.socials-header {
  text-align: center;
  padding-bottom: 20px;
}

.footer-container {
  min-height: 160px;
  background-color: black;
  color: rgb(92, 92, 92)
}

.footer-content {
  padding-top: 10px;
  padding-left: 10px;
}

.footer-header {
  padding-left: 10px;
  padding-bottom: 7px;
}

.footer-divider {
  background-color: rgb(92, 92, 92);
  height: 1px;
  width: 100%;
}

.footer-body {
  padding-top: 15px;
  padding-left: 10px;
}

.spacer {
  width: 30px;
}


.container {
  position: relative;
}

.slide {
  padding-top: 90px;
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  text-align: center;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 30px;
  text-decoration: none !important;
  background-color: transparent;
  border: none;
}

.numbertext {
  background-color: #000000d5;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 12px;
  top: 0;
}