/* Dr Andrew Pugsley         */
/* Creato     20171014 1200A */
/* Aggiornato 20211205 1609A */


* {
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

body {
        font-size: 14px;
        color: #4A4751;
        background-color: #ffffff;
}

.highlightText {
    background-color:#FF0;
}

a:hover, a:visited, a:link, a:active
  {
  text-decoration: none;
  }

* {
  box-sizing: border-box;
  }

.header {
  /*border: 1px solid red;*/
  border: 0;
  padding: 15px;
  color: #ff5555;
  }

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

[class*="col-"] {
  float: left;
  padding: 15px;
  /*border: 1px solid red;*/
  border: 0;
  }

[class*="col-"] {                           /* For mobile phones: */
  width: 100%;
  }

@media only screen and (min-width: 600px) { /* For tablets: */
  .col-m-1 {width: 8.33%;}
  .col-m-2 {width: 16.66%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.33%;}
  .col-m-5 {width: 41.66%;}
  .col-m-6 {width: 50%;}
  .col-m-7 {width: 58.33%;}
  .col-m-8 {width: 66.66%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.33%;}
  .col-m-11 {width: 91.66%;}
  .col-m-12 {width: 100%;}
  }

@media only screen and (min-width: 768px) { /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  }



#bannerimage {
  width: 100%;
  max-width: 100%;
  background-image: url(img/mainbanner.jpg);
  background-size: cover;
  height: auto;
  background-position: top;
  }

.autoResizeImage {
  max-width: 330px;
  height: auto;
  width: 100%;
  }

.autoResizeMainImage {
  max-width: 600px;
  height: auto;
  width: 100%;
  }  
  
#topbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fcfcfc;
    font-size: 10px;
    font-family: calibri;
}
.menubar li {
  float: left;
  border-right: 1px solid #bbb;
  }
.menubar li:last-child {
  border-right: none;
  border-left: 1px solid #bbb;
  }
.menubar li a {
  display: block;
  color: #666666;
  text-align: center;
  padding: 4px 8px;
  text-decoration: none;
  }
.menubar li a:hover:not(.active) {
  background-color: #dddddd;
  }
.active {
  background-color: #4CAF50;
  }
  
  
  

/* For the dropdown menu bar */
.topnav {
  overflow: hidden;
  background-color: #fcfcfc;
}

.topnav a {
  float: left;
  display: block;
  color: #666666;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 11px;
  border-right: 1px solid #ddd;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 11px;    
  border: none;
  outline: none;
  color: #666666;
  padding: 5px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border-right: 1px solid #ddd;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* end of dropdown styles*/

  
  
  
.guestlists {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  border: 1px solid #000;
  }
.guestlists th {
  border-collapse: collapse;
  width: auto;
  padding: 2px;
  text-align: left;
  border: 1px solid #AAA;
  color: #333;
  font-size: 12px;
  background-color: #DDD;
  }
.guestlists td {
  border-collapse: collapse;
  width: auto;
  padding: 2px;
  text-align: left;
  border: 1px solid #AAA;
  font-size: 12px;
  }
  
/* For the accordion FAQ */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* End of accordion FAQ */


/* For the testimonials */
.testimonialarea {
    display: flex;
}
.testimonial {
    width: 25%;
    padding: 5px;
    margin: 0 auto;
    font-size: 75%;
    background-color: #E9DCCC;
    box-shadow: 5px 5px 5px gray;
}
