html {
  background-color: white;
  border-radius: 1.042vw;
  margin: 20.006px;
  max-width: 100%;
}

body {
  border-radius: 1.042vw;
  margin: 0.521vw;
  background-color: #EADDCA;
}

ul {
  width: 4.948vw;
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0.729vw 0.833vw;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}

p {
  text-align: justify;
  text-justify: inter-word;
  font-size: 1.146vw;
}

.slideshow {
  width: 90%;
  border-top-left-radius:0.781vw;
  border-top-right-radius: 0.781vw;
  margin: auto;
height: 40vw;
background-size: cover;
background-repeat: no-repeat;
}

@keyframes slideshow {
0% { background-image: url("photos/slideshow/1.jpg"); }
33% { background-image: url("photos/slideshow/2.jpg"); }
66% { background-image: url("photos/slideshow/3.jpg"); }
100% { background-image: url("photos/slideshow/4.jpg"); }
}

.slideshow {
animation: slideshow 15s ease-in-out infinite;
}


.header {
  border-radius: 1.042vw;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 0.781vw 0.521vwx;
}

.header a {
  margin-right: 2.604vw;
  margin-left: 2.604vw;
  float: left;
  color: black;
  text-align: center;
  padding: 0.521vw;
  text-decoration: none;
  font-size: 1vw; 
  line-height: 1.302vw;
  border-radius: 0.781vw;
}

.header a.logo {
  padding: 0vw;
  font-size: 0.521vw;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

* {box-sizing: border-box;}


h1 {
  padding: 3.646vw;
  font-size: 3.646vw;
}

h2 {
  font-size: 1.146vw;
}

.flex-container {
  text-align: justify;
  text-justify: inter-word;
  width: 90%;
  background-color: #DAA06D;
  padding: 2.604vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.198vw;
}

.flex-item-left {
  text-align: justify;
  text-justify: inter-word;
  padding: 0.521vw;
  flex: 50%;
}

.flex-item-right {
  text-align: justify;
  text-justify: inter-word;
  padding: 0.521vw;
  flex: 50%;
}



.flex-container-2 {
  text-align: justify;
  text-justify: inter-word;
  background-color: #DAA06D;
  padding: 2.604vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.198vw;
}

.flex-item-left-2 {
  text-align: justify;
  text-justify: inter-word;
  padding: 0.521vw;
  flex: 50%;
}

.flex-item-right-2 {
  text-align: justify;
  text-justify: inter-word;
  padding: 0.521vw;
  flex: 50%;
}




/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width:800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
}


.responsive {
  width: 100%;
  height: auto;
}

.card {
  box-shadow: 0 0.208vw 0.417vw 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.card:hover {
  box-shadow: 0 0.417vw 0.833vw 0 rgba(0,0,0,0.2);
}

.container {
  padding: 0.104vw 0.833vw;



@media only screen and (min-width: 31.25vw) {
  .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:40vw) {
  .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%;}
}


