@import url('https://fonts.googleapis.com/css2?family=Mouse+Memoirs&family=Open+Sans:ital,wght@0,400;1,300&display=swap');
* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial;
    padding: 10px;
    background: url(images2023/misc/manx2.png) repeat fixed; 
    background-color: #0071b4;
  }

 ul{
    text-align:left;
    font-size : 10pt; 
    font-family : Tahoma; 
    font-weight : Bold;
    color: navy;
}
 
 .home-text, .villa-text, .location-text, .rates-text, .contact-text  {
    font-size : 10pt; 
    font-family : Tahoma; 
    font-weight : Bold;
    color: navy;
    text-align:left;
    padding-left: 10%;
    padding-right: 10%;
  }
  
  .column h2, .card h2 {
    font-size : 18pt; 
    font-family : Tahoma; 
    font-weight : Bold;
    color: black;
    text-align:center;
  }

    .info-box3 h3 {
    font-size : 14pt; 
    font-family : Tahoma; 
    font-weight : Bold;
    color: black;
    text-align:center;
  }

 .tour-window{
    margin-left: auto;
    margin-right: auto;
 }

/**********************************************************************************************************************************************/
/*  Header and Footer  */
/**********************************************************************************************************************************************/
  .header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 30px;
    text-align: center;
    background: url(images2023/misc/blue1.jpg) no-repeat center fixed; 
    background-size: cover;  
  }
  
  .header h1 {
    font-family: 'Mouse Memoirs', sans-serif;
    font-size: 50px;
    color: navy;
  }

   .header h2 {
    font-family: 'Mouse Memoirs', sans-serif;
    font-size: 30px;
    color: navy;
  }  

  .footer {
    padding: 20px;
    text-align: center;
    background: #0071b4;
    margin-top: 20px;
    background: url(pics/manx/manx1.gif) repeat fixed; 
  }

  .screen-desk {
      text-align: center;
  }

  .screen-mobile {
      text-align: center;
  }

/**********************************************************************************************************************************************/
/*  Columns  */
/**********************************************************************************************************************************************/ 
.column {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: white;   
    padding: 10px;  
    padding-top: 50px;
    padding-bottom: 30px;
    overflow: auto;
}  

  /* Create two unequal columns that floats next to each other */
  /* Left column */
  .leftcolumn {   
    float: left;
    width: 75%;
  }
  
  /* Right column */
  .rightcolumn {
    float: left;
    width: 25%;
    background-color: #f1f1f1;
    padding-left: 20px;
  }

.centercolumn {
    float: left;
    width: 45%;
    /*background-color: #f1f1f1;*/
    /*padding-left: 20px;*/
    min-height: 500px;
    border: solid 1px red;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

     /* Add a card effect for articles */
  .card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
	text-align: center;   
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;
/*    overflow: auto; */
  }

/**********************************************************************************************************************************************/
/*  Images  */
/**********************************************************************************************************************************************/  
  .header-img {
	text-align: center;    
    padding: 20px;
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-img2 {
	text-align: center;    
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }

    /* Image */
  .small-img {
	text-align: center;    
    padding: 20px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

    /* Image */
  .small-img2 {
	text-align: center;    
    padding: 20px;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }

    .slideimg {
    text-align: center;       	
    padding: 20px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  
/**********************************************************************************************************************************************/
/*  Hyper Links  */
/**********************************************************************************************************************************************/  
  .link2 {
   font-size: 14pt; 
   font-family: Tahoma; 
   font-weight: Bold;
}

a.link2:link {font-weight : Bold; color:blue;} 
a.link2:visited {font-weight : Bold; color:blue;} 
a.link2:hover {font-weight : Bold; color:red;}
a.link2:active {font-weight : Bold; color:blue;}

/* Used on Villa page for anchor links*/
  .link3 {
   font-size: 10pt; 
   font-family: Tahoma; 
   font-weight: Bold;
}

a.link3:link {font-weight : Bold; color:blue;} 
a.link3:visited {font-weight : Bold; color:blue;} 
a.link3:hover {font-weight : Bold; color:red;}
a.link3:active {font-weight : Bold; color:blue;}

.standard_link2 {
    font-size: 12pt;
    font-family: Arial;
}

a.standard_link2:link {font-weight : Bold; color:blue;} 
a.standard_link2:visited {font-weight : Bold; color:blue;} 
a.standard_link2:hover {font-weight : Bold; color:red;}
a.standard_link2:active {font-weight : Bold; color:blue;}

/**********************************************************************************************************************************************/
/*  Media Screen  */
/**********************************************************************************************************************************************/
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
      width: 100%;
      padding: 0;
    }
  }

  @media screen and (max-width: 800px) {
    .centercolumn, .centercolumn {   
      width: 100%;
      padding: 0;
    }
  }  
  
  @media screen and (max-width: 400px) {
    .topnav .topnav2 a {
      float: none;
      width: 100%;
    }
  }
/*
  @media screen and (max-width: 550px) {
    .header-img {display:none;}
    .screen-desk {display:none;}  
  }

  @media screen and (min-width: 550px) {
    .header-img2 {display:none;}
    .screen-mobile {display:none;}   
  }
*/

  @media screen and (max-width: 768px) {
	.header-img {display:none;}
    .screen-desk {display:none;}  
  }

  @media screen and (min-width: 768px) {
    .header-img2 {display:none;}
    .screen-mobile {display:none;}   
  }

  @media only screen and (orientation: portrait) {
	.header-img {display:none;}
    .screen-desk {display:none;}  
    .screen-mobile {display:block;}
}

@media only screen and (orientation: landscape) {
    .header-img2 {display:none;}
    .screen-mobile {display:none;} 
	.screen-desk {display:block;}  
}
