a {
  color: #cc00cc;
}

.btn-info {
  background-color: #800080;
  border-color: #cc00cc;
}

.btn-info:hover {
  background-color: #0e626f;
}

.column {
  position: relative;
  width: 100%;
}

.quote, .author {
  background-color: white;
  color: #000;
  padding: 4px 8px;
  border-radius: 5px;
  font-style: italic;
}

.author {
  font-size: 80%;
}

.card-margin {
  margin: auto 15px;
  max-width: 100%;
}

.logo {
  width: 70px;
  height: 70px;
  text-align: center;
}
.logocenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.menu {
  font-size: larger;
  margin: 0 auto;
  text-transform: uppercase;
}

.menu-item {
  padding: 5px 15px;
  border: 1px solid transparent;
  letter-spacing: 0.02em;
}

.menu-item:after, .menu-item:before {
  display: block;
  content: '';
  border-bottom: 1px solid #00cd1d;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.menu-item:hover:after, .menu-item:hover:before {
  transform: scaleX(1);
}

.nav-link {
  padding: 1.2rem;
}

.active-item > a {
  color: #00cd1d;
}

.section-title {
  margin-bottom: 40px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #cc00cc;
  text-align: center;
}

.main-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #cc00cc;
  width: 75%;
  margin: 20px auto;
}

.about-staff {
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #cc00cc;
  border-radius: 5px;
}

.img-staff {
  width: 100%;
  border-radius: 4px;
}

.staff-title {
  font-weight: 400;
  font-size: 1.3rem;
  border-bottom: 1px dashed #ffe118;
  padding-bottom: 7px;
}

.row-margin {
  margin-right: 10%;
  margin-left: 10%;
}

.img, .img-left, .img-right {
  max-width: 400px;
  width: 100%;
  margin: 3px 10px;
  border: 5px solid #cc00cc;
  padding: 3px;
}

.img-left {
  float: left;
}

.img-right {
  float: right;
}

.services-link {
  color: inherit;
}

.services-link:hover {
  text-decoration: none;
  color: inherit;
}

.services {
  background-color: #6f4a8e;
}

.services:hover {
  background-color: #6f4a8e;
}

.social-icons {
  float: right;
  word-spacing: 10px;
}

table {
  margin: 30px auto;
  min-width: 30%;
}

td, th {
  padding: 15px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

thead {
  border-bottom: 1px solid black;
  border-top: 1px solid white;
  background-color: white;
}

tbody tr {
  border-bottom: 1px dotted #cc00cc;
}

footer {
  padding: 20px 0px 10px 0px;
  font-size: smaller;
  background-color: #f8f9fa;
  margin-top: 20px;
  border-top: 1px solid #dae0e5;
}

#slidebox {
  width: 230px;
  height: 170px;
  background-color: #fff;
  color: #cc00cc;
  border: 1px solid #1853ff;
  border-radius: 10px 80px;
  padding: 15px;
  z-index: 10;
  -webkit-box-shadow: -3px -3px 30px 4px #A6A6A6;
  box-shadow: -3px -3px 30px 4px #A6A6A6;
}

.call-icon {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.call-icon:hover {
  animation: shake 0.5s;
  animation-iteration-count: 2s;
}

.animate {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
}

.slideIn {
  animation-name: slideIn;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.questions {
  text-align: center;
  font-size: larger;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-family: 'Kanit', sans-serif;
}

.question-icon {
  color: #1853ff;
}

.call-text {
  font-family: 'Kanit', sans-serif;
}

#close {
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .carousel-indicators {
    display: none;
  }
  .carousel-caption {
    margin-bottom: 0px;
  }
  .carousel-caption p {
    margin-bottom: 0.2rem;
  }
  .quote, .author {
    font-size: 0.7rem;
    padding: 3px 7px;
  }
  .author {
    font-size: 0.5rem;
    padding: 2px 6px;
  }
  .carousel-caption {
    padding-bottom: 0px;
    left: 7%;
    right: 7%;
    bottom: 2px;
  }
  .row-margin {
    margin-right: 3%;
    margin-left: 3%;
  }
  .img, .img-left, .img-right {
    margin: 0;
  }
  h1 {
    font-size: 2rem;
  }
  .owl-theme .owl-dots .owl-dot {
    display: none;
  }
  .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    margin-right: 10px;
  }
  .owl-carousel .owl-nav button.owl-next {
    font-size: 50px;
    margin-left: 10px;
  }
}
