/*

   BE, 2022

*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');


body {
  background-color: #000000;
  font-family: Helvetica, sans-serif;
}

p, li, button, tr {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
} 

.p24 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
} 

.p30 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
} 

.quote {
  font-style: italic;
} 

.pp {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
} 

.centerText {
  text-align: center;
} 


.black_bg {
  background-color: #000000;
} 

.red_bg {
  background-color: #991d30;
} 

.yellow_bg {
  background-color: #f5d742;
} 

.purple_bg {
  background-color: #d63c8e;
} 

.green_bg {
  background-color: #268025;
} 

.blue_bg {
  background-color: #40cfd6;
} 

.white_bg {
  background-color: #ffffff;
} 

.lightblue_bg {
  background-color: #d9f1fa;
} 


.lightyellow_bg {
  background-color: #fafad9;
} 


.lightgreen_bg {
  background-color: #e5fae1;
} 

.lightcream_bg {
  background-color: #eced9f;
} 

.black_bg {
  background-color: #000000;
} 

.red_bg {
  background-color: #991d30;
} 

.yellow_txt{
  color: #f5d742;
} 

.purple_txt{
  color: #d63c8e;
} 

.white_txt{
  color: #ffffff;
} 

.lightblue_txt{
  color: #d9f1fa;
} 


.lightyellow_txt{
  color: #fafad9;
} 


.lightgreen_txt{
  color: #e5fae1;
} 


.drop-shadow {
  box-shadow: 5px 10px 15px #888888;
} 

.centerItem {
  display: block;
  margin: auto;
} 

.bannerNoPadding {
  max-width: 1200px;
  margin: auto;
}

.mainPage, .banner {
  max-width: 1200px;
  margin: auto;
  padding: 30px;
}

.roundCornersTop {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.roundCornersBottom {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.squareCornersTop squareCornersBottom {

}


a {
  color: #d63c8e;
  text-decoration: none;
}

.caption {
  padding: 10px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
}

.center-caption {
  text-align: center;  
  padding: 10px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
}

#ratesTable {
  width: 100%;
  border-collapse: collapse;
}

#ratesTable td, #ratesTable th {
  text-align: center;  
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; 
  border: 1px solid #ddd;
  padding: 8px;
}

#ratesTable tr:nth-child(even) {
  background-color: #f2f2f2;
}

#ratesTable tr:hover {
  background-color: #ddd;
}

#ratesTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #666;
  color: white;
}


/* 
   Modal Content (image) 
   Visit: https://www.w3schools.com/howto/
*/

.modal-content {
  padding: 30px;
  margin: auto;
  display: block;
  width: 80%;
  height: 95%;

  background-color: #fafad9; /* Fallback color */
  overflow: auto; /* Enable scroll if needed */

}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(153, 29, 48); /* Fallback color */
  background-color: rgba(153, 29, 48, 0.9); /* same w/ opacity */
}

/* Add Animation */
.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}


/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f5d742;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* Slideshow stuff... */

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(120,120,120);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,150,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Scroll to Top */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


/* Responsive cols stuff */

* {
  box-sizing: border-box;
}

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

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

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

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


@keyframes example {
  0%   {left:2000px; top:0px;}
  100% {left:0px; top:0px;}
}

.bannerText {
  width: 100%;
  height: 100%;
  position: relative;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-direction: alternate;  
}

#panorama {
  width: 600px;
  height: 400px;
}

/*

Image grid

*/

.flexrow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.flexcolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.flexcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .flexcolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .flexcolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


/* Collapsible */

.collapsible {
  color: black;
  cursor: pointer;
  width: 100%;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
}

.collapsible-active, .collapsible:hover {
/*  color: white; */
}

.collapsible:hover {
  color: white; 
}

.collapsible-active:hover {
  color: white; 
}

.collapsible:after {
  content: '\002B';
  color: red;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible-active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

