* {
    font-family: Geneva,Tahoma,Verdana,sans-serif; 
    font-size: 105%;
    line-height:1.6;
    color: #1f3864;
}

body{
    background-color: #fff;
}

a{
    color: #1f3864;
}

.logo{
    max-width: 180px;
    height:auto;
    max-height: 150px;
}

h1{
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    font-size: 2.5em;
    margin-bottom: 0;
}

h1 .title2{
    display:block;
    margin-top:-20px;
    font-family: 'Dancing Script', cursive;
    font-weight: lighter;
}

.titleTel, .titleTel a{
    text-decoration: none;
    font-size: smaller;
}

h2{
    color: #9B4EB6; 
    font-size: 28px; 
    text-align: center;
}

h3{
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    margin-top:0;
}

.row h3{
    font-size: 28px;
}

h3 .subHead{
    font-style: italic;
    display: block;
    font-family: 'Dancing Script', cursive;
    font-size: smaller;
}

h3 strong{
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    color: #555555;
}

h4{
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    margin:0;
}

p{
    font-size: 0.8em;
    line-height: 1em;
}


.blueText{
    color: #007ACF;
}

body{
    overflow-x: hidden;
}

header{
    width: 100vw;
    text-align: center;
    margin:0;
}

header img{
    height: 240px;
    width: auto;
}

header ul{
    width: 100vw;
    max-width: 800px;
    margin: 0 auto;
    padding:0;
}

header ul li{
    width: 24%;
    list-style-type: none;
    display: inline;
    float:left;
    font-size: 100%;
    padding: 14px 0;
    text-align: center;
}

.row{
    width:100%;
}

.column25{
    float: left;
    width: 25%;
    padding: 0px;
    text-align: center;
}

.home img{
    min-height: 240px;
    width: auto;
    max-width: 160px;
    object-fit: cover;
} 

.home a{
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    font-size: 1em;
    text-decoration: none;
}

.column25 img{
    width:95%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
}

.column75{
    float: left;
    width: 75%;
    padding: 0px;
    text-align: left;  
}

.end{
    text-align: right;
}

.end a{
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    font-size: 1em;
    text-decoration: none;
}

.end img{
    max-height: 300px;
}

.column50{
    float: left;
    width: 50%;
    padding: 0px;
}

.row:after{
    content: "";
    display: table;
    clear: both;
}

.showSmall{
    display: none;
}

@media only screen and (max-width: 1000px) {

    .logo{
        max-width: 175px;
    }

    h1{
        font-size:2em;
    }

  header .column50, header .column25 {
    width: 100%;
  }

  .column25, .column75, .column50, .column50 p{
    width: 100%;
    font-size: 160%;
    line-height:1.8;
  }

  .home img{
    min-height: 260px;
    width: auto;
    max-width: 50vw;
    object-fit: cover;
} 


  .hideSmall{
      display:none;
  }

  .showSmall{
    display: inline;
    width: 100%;
  }

  .column25 .about_picture{
      width:50vw;
      object-position: 0 0;

  }

}

@media only screen and (max-width: 800px) {
    header ul li{
        float:none;
    }

    header ul li a{
        margin-bottom: 20px;
    }

    .column25, .column75, .column50, .column50 p{
    width: 100%;
    font-size: 100%;
    line-height:1.8;
  }
}

header ul li a{
    display: block;
    text-align: center;
}




.column20{
    float: left;
    width: 20%;
    padding: 0px; 
    text-align: center;
}

article{
    width: 85vw;
    max-width: 1000px;
    margin: 20px auto;
}

article h1{
    text-align: center;
}

article img{
    margin: 0 auto;
    width: 100%;
}

article ul {
    list-style: none;
    padding: 20px;
    margin:0;
}



article ul li {
    padding-left: 6px;
    list-style-type: "\1F64C";
    line-height:30px;
    margin-left: 4px;
    font-size: 0.8em;
    line-height: 2em;
}

blockquote{
    width:60%;
    margin:50px auto;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #9B4EB6;
    
    position: relative;
    background:#EDEDED;
}

blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#9B4EB6;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

blockquote::after{
    content: '';
}

#alert {
    background-color: darkgoldenrod;
    padding: 4px;
}

#alert ul li{
    padding-left: 26px;
    background-image: url('../img/no-entry.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    line-height:26px;
}

footer{
    width: 100vw;
    max-width:1000px;
    margin: 10px auto;
    padding: 10px;
    background: #007ACF;
    color: #fff;
    line-height:20px;
    text-align: center;
}

footer a{
    color: #fff;
}

#footer-social{
   
    height: auto;
}

#footer-social img{
    height:50px;
    width: auto;
    border:0;
}

#subFooter{
    text-align: center;
    margin-bottom: 20px;
}

.giftVoucher{
    max-width: 180px;
}


.book{
    display: inline-block;
    background-color: #007ACF;
    padding:6px 10px;
    color: #EDEDED;
}

.book:hover{
    background-color: #9B4EB6;
    color:#EDEDED;
}
