
#logo1 {
  width: 200px;
  height: 150px;
  float: inline-end;
} 

.ContactForm {
margin-top: 20%;
margin-left: 10%;

}


.butonb {
   background-color: rgb(185, 155, 155);
  border: none; /* Removes the default border */
  color: rgb(81, 57, 57); /* Set text color to ensure visibility */
  padding: 10px 20px;
  cursor: pointer;
    font-size: 1.2rem;
  font-family: monospace;
  
  
}

.butonb:hover :any-link  {
  color: rgb(81, 57, 57);
  display:inline-block;
}

.columnc {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: auto;
  margin-top: 50px;
}

.Pageparagc {
  font-family: monospace;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  color: rgb(74, 74, 128);

}

.Paragc {
  font-family: monospace;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  

}



.Formtitle {
  color: rgb(91, 10, 223);
  
}


.PageTitle {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 3rem;
  text-align: center;
color: rgb(91, 10, 223);
}



.jamespassport {
    width: 50%;
    height: auto;
    border-radius: 5%;
    margin-left: 30%;
}

.ContactTitle {
  color: rgb(91, 89, 154);
  font-size: 1.5rem;
  font-family:monospace;
  text-align: center;
  margin-bottom: 5%;
  
}


.Directors {
   color: rgb(86, 52, 136);
  font-size: 1.5rem;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
  text-align: center;
  margin-bottom: 5%;
}



.ContactTitl, .BookingImages3d {
  display: none;
}


/* MOBILE VERSION SECTION */

@media only screen and (max-width: 768px), (max-width: 480px) {

  .wrapper-main {
  width: 100%;
    
}


#logo1 {
  width: 100px;
  height: 80px;
  float: inline-end;
} 


.ContactForm {
margin-top: 40%;
margin-left: auto;
}


.BookingImages3 {
  display: none;
}


.PageTitle {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 2rem;
  text-align: center;
color: rgb(91, 10, 223);
}

.ContactBanner {
    width: 100%;
    height: 35vh;
}


.Formtitle {
  color: blue;
}


.ContactTitle {
  color: rgb(39, 16, 75);
  font-size: 1.2rem;
  font-family:monospace;
  text-align: center;
  margin-bottom: 5%;
  width: 100%;
}


.Directors {
  color: rgb(91, 10, 223);
  font-size: 1.2rem;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
  text-align: center;
  margin-bottom: 5%;
}



.ContactTitl {
  color: rgb(57, 3, 107);
  font-size: 1.5rem;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  width: 100%;
  text-align: left;
  margin-left: 3%;
  padding-top: 10px;
  display: block;
}

.Rikopassport {
    width: 50%;
    height: auto;
}

.ContactHead{
   color: rgb(46, 16, 95);
  font-size: 1.5rem;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
  margin-left: 30px;
  margin-bottom: 20px;
}



}