
@media screen and (max-width: 490px) {
#section-1 h3, #section-4 h3{font-size: 20px}
}

.gfort-icon-list i[class] {float: left;}
.sand-1-bg-color {background-color: #e8ab71; background-image: url("../images/palme1.png"); background-position: right; background-repeat: no-repeat; background-size: cover}
.sand-2-bg-color {background-color: #ffede0; background-image: url("../images/palme2.png"); background-position: top; background-repeat: no-repeat; background-size: contain}

h1 {font-family: 'Pattaya', sans-serif;}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #e8ab71;
    border-color: #e8ab71 #e8ab71 #e8ab71;
}

@media (min-width: 768px){
 div#team_div_z7n491f7d.col-md-6.col-lg-4 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
}


.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 77%;
  right: 0;
  height:4px;
  width:0;
  background:red;
  -webkit-transform:rotate(-20deg);
  -moz-transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -o-transform:rotate(-20deg);
  transform:rotate(-20deg);
  transform-origin:left;
  animation:grow 2s linear forwards infinite;
}
@keyframes grow{
  to {width:55px;}
}
