.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.soc-head{
    display: flex;
    flex-direction: row;
    justify-content: end;
    height: 30px;
    background-color: white;
    margin-top: 10px;
    position: relative;
    z-index: 2000;
}


.soc-icons{
    display: inline-block; 
    margin-left: 1%;
    margin-right: 2%;
    
}



.soc-email{
    display: inline-block;
    margin-left: 1%;
}

.soc-tell{
    display: inline-block;
    margin-left: 1%;
}

.splide__slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}




@media (min-width: 200px) and (max-width: 500px) {

    .soc-tell{
        display: none;
    }

    #home-welcome h2 {
      color: rgb(25, 141, 5);
      font-size: 250%;
    }

    .soc-email{
      font-size: 11px;
  }

  
 


}

@media (min-width: 501px) and (max-width: 767px)  {

    .soc-tell{
        display: none;
    }

    #home-welcome h2 {
      color: rgb(25, 141, 5);
      font-size: 250%;
    }
    
   

}

@media (min-width: 768px){
  #home-welcome h2 {
    color: rgb(25, 141, 5);
    font-size: 400%;
  }


  
}

#home-welcome{
    text-align: center;
} 

#join-btn{
    display: flex;
    width: 100%;
    justify-content: center;
}


#join-hover:hover{
    background-color: transparent;
}

#ceo{
  width: 25%;
}



.permanent-marker-regular {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .back-img-serv{
    opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  
  margin-left: 4%;
  margin-right: 4%;
  
  }

  #serv-box{
    background-image: url(/assets/pics/accomodation\ -\ Copy.jpg);
    background-size: cover;

  }

  #serv-cat{
    background-image: url(/assets/pics/catering2\ -\ Copy.jpg);
    background-size: cover;
    
  }

  #serv-board{
    background: rgba(255, 255, 255, 0.5) url(/assets/pics/board-room\ -\ Copy\ \(2\).jpg);
    background-size: cover;
    
  }

  #serv-out{
    background:  rgba(255, 255, 255, 0.5);
    background-image: url(/assets/pics/pitch\ -\ Copy.jpg);
    background-size: cover;
  }

  .icon-box p{
    font-weight: 650;
  }

  #add-serv-pic{
    width: 30%;
   object-fit: cover;
   margin: 2%;
   border-radius: 5%;
  }

  #myVideo {
    position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

  /* Accommodation */

  #nav-ul a:hover{

    color: #00FF00;

  }

  /* FOLLOW US UP */

#follow-up {
  display: flex;
  flex-direction: row;
}

/* NEWS */

.splide__slide .card{
  margin-left: 15%;
  width: 18rem;
}

.splide__slide{
  display: inline-block;
}

.splide__list{
  width: 20rem;
}


#news-btn{
  background-color: #00FF00;
  border: none;
  color: black;
}

.card h5{
  font-weight: 900;
}
 

  

 

 
  
  