* {
  box-sizing: border-box;
}


.page-structure {
display: flex;
background-color: #000;
min-height: 100%;
max-width: 100%;
flex-direction: column;
justify-content: center;
opacity: 75%;

}


h1, h2 {
font: Verdana, sans-serif;
color: #F40;
font-style: normal;
padding-left: 25px;
padding-right: 25px;
}


p {
font: Verdana, sans-serif;
font-size: 14px;
color: #fff;
font-style: normal;
margin-top: 25px;
margin-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
text-indent: 25px;
}

b {
font: Verdana, sans-serif;
font-size: 18px;
color: #fff;
font-weight: bold;
margin-top: 25px;
margin-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
text-indent: 25px;
}


.paragraph {
background-color: #2b2b2b;
font: Verdana, sans-serif;
font-size: 16px;
color: #fff;
font-style: normal;
text-align: left;
margin-top: -25px;
margin-bottom: 25px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 5px;
text-indent: 25px;
opacity: 75%;
}


.paragraph::first-letter {
  font-size: 30px;
  color: #f40;
  font-style: italic;
  padding-right: 3px;
}

/* BEGINNING OF RESPONSIVE NAVIGATION CSS */
.topnav {
overflow: hidden;
/* background-color: #333; */
color: #fff;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav a {
float: left;
display: flex;
/* background-color: #333; */
color: #fff;
text-align: center;
padding: 0px 20px;
text-decoration: none;
font-size: 15px;
opacity: 100%;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.active {
background-color: #4CAF50;
color: white;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav .icon {
display: none;
}

.navdropdown {
float: left;
background-color: none;
overflow: hidden;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.navdropdown .navdropbtn {
background-color: #333;
font-size: 15px;
border: none;
outline: none;
color: #fff;
padding: 0px 16px;
font-family: inherit;
margin: 0;
opacity: 75%;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.navdropdown-content {
display: none;
position: absolute;
background-color: #f40;
min-width: 150px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
opacity: 90%;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.navdropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav a:hover, .navdropdown:hover .navdropbtn {
background-color: #555;
color: 999;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.navdropdown-content a:hover {
/* background-color: #999; */
color: #fff;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

.navdropdown:hover .navdropdown-content {
display: block;
background-color: #f40;
transition: 1.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}
/* END OF RESPONSIVE NAVIGATION CSS */



/* BEGINNING of Slide Show CSS */
* {
box-sizing: border-box;
}

body {
font-family: Verdana, sans-serif;
}

.SlideshowmySlides {
display: none;
}

img {
vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
max-width: 1200px;
max-height: 100%;
position: relative;
margin: auto;
}

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

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

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

.Slideshowactive {
background-color: #717171;
}

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

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

@keyframes fade {
from {opacity: 0.5}
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}
/* END of Slide Show CSS */



/* Images in Modal Gallery */
/* Spacing between images */
.row > .column {
padding: 0 0px;
}


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


.column {
float: left;
width: 20%;
}


/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
background-color: #2b2b2b;
padding-top: 50px;
left: 0;
top: 50px;
width: 100%;
height: 90%;
overflow: auto;
opacity: 100%;
}


/* Modal Content */
.modal-content {
position: relative;
background-color: #000;
margin: auto;
padding: 0;
width: 90%;
max-width: 100%;
}


/* The Close Button */
.close {
background-color: none;
color: #F40;
position: inherit;
top: 50px;
right: 50px;
font-size: 25px;
font-weight: lighter;
}


.close:hover{
background-color: #333;
color: #ffffff;
text-decoration: none;
cursor: pointer;
}


.mySlides {
display: none;
}


.cursor {
cursor: pointer;
}


/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 15px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}


/* 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, 0, 0, 0.8);
}


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


img {
margin-bottom: 25px;
}

.caption-container {
text-align: center;
background-color: black;
padding: 2px 10px;
color: white;
}

.demo {
opacity: 1;
}

.active, .demo:hover {
opacity: 0.5;
}

img.hover-shadow {
transition: 1.5s;
}

.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
}

/* Hide the images by default */
.mySlides {
display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* 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, 0, 0, 0.8);
}

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

/* Container for image text */
.caption-container {
align-items: center;
text-align: center;
background-color: #222;
padding: 10px 10px;
color: white;
}

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

/* Five columns side by side */
.column {
max-width: 100vw;
float: left;
width: 20%;
}

/* Add a transparency effect for thumnbail images */
.demo {
opacity: 0.5;
}

.active, .demo:hover {
opacity: 1;
}



/* Responsive Gallery Links */
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 5px;
}

/* Create five equal columns that sits next to each other */
.column {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 0 5px;
}

/* Image Column Rollover Highlight */
.column {
opacity: 0.5;
transition: 0.5s ease;
user-select: none;
-webkit-user-select: none;
}

.column:hover {
opacity: 1;
}

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

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

/* Responsive layout - makes a three column-layout instead of five columns */
@media screen and (max-width: 900px) {
  .column {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
  }
}


/* Responsive layout - makes a two column-layout instead of five columns */
@media screen and (max-width: 800px) {
  .column {
    -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) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/* Responsive Gallery Links */


/* Sub-Content */
.sub-content {
display: contents;
width: 100%;
}


/* footer */
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #000;
margin-top: 0;
margin-bottom: 0;
opacity: 85%;
}

.footer-information a {
color: #F40;
text-decoration: none;
}

.footer-information a:hover {
color: #fff;
text-decoration: none;
}

.footer-information {
display: flex;
align-items: flex-start;
justify-content: space-between;
}


/*MEDIA QUERIES */

/*mobiles*/
@media screen and (max-width: 800px){
.page-structure {
display: flex;
flex-direction: column;
max-height: 100vh;
width: 100%;
flex-direction: column;
justify-content: space-between;
margin-top: 0;
color: #fff;
font-size: 14px;
}

@media screen and (max-width: 800px) {
.topnav a:not(:first-child), .navdropdown .navdropbtn {
display: none;
background-color: #000;
opacity: 90%;
color: #fff;
text-align: left;
font-size: 14px;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav a.icon {
float: left;
display: block;
color: #f60;
/* background: url(images/drop-down-icon.png) no-repeat 2% center; */
transition: 0.5s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

@media screen and (max-width: 800px) {
.topnav.responsive {
position: relative;
display: block;
background-color: #000;
opacity: 90%;
color: #fff;
text-align: left;
font-size: 14px;
padding: 0px 15px;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav.responsive .icon {
position: absolute;
left: 15px;
top: -10px;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav.responsive a {
float: none;
display: block;
background-color: #000;
opacity: 90%;
color: #fff;
text-align: left;
font-size: 14px;
padding: 10px 0px;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav.responsive a:hover {
  float: none;
  background-color: #F60;
  color: #000;
  user-select: none;
  -webkit-user-select: none;
}

/* "Gallery" Button */
.topnav.responsive .navdropdown {
float: none;
background-color: #000;
opacity: 90%;
color: #fff;
text-align: left;
font-size: 14px;
padding: 10px 0px;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav.responsive .navdropdown-content {
position: relative;
background-color: #000;
opacity: 90%;
color: #fff;
text-align: left;
font-size: 14px;
padding: 5px 0px;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.topnav.responsive .navdropdown .navdropbtn {
display: block;
background-color: #000;
opacity: 90%;
color: #fff;
text-align: left;
font-size: 14px;
width: 100%;
padding: 5px 0px;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.navdropdown-content a:hover {
background-color: #fff;
color: #000;
transition: 0.5s ease;
border-radius: 0 5px 5px 0;
user-select: none;
-webkit-user-select: none;
}

.slideshow-container {
  display: block;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 0px;

}

/* thumbnail images */
.demo {
opacity: 1;
}

.column {
opacity: 1.0;
}


/* footer */
.footer {
background-color: #000;
font-size: 12px;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
opacity: 85%
}