body {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    background: #1e0320;
}

* {
    box-sizing: border-box;
}


/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    background-color: #333;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: #5ce353;
        text-align: center;
        padding: 14px 14px;
        text-decoration: none;
        font-size: 14px;
    }


/* Add an active class to the active dropdown button */
.active {
    background-color: rgb(255 228 153 / 0.25);
    color: darkorange;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

    /* Style the dropdown button to fit inside the topnav */
    .dropdown .dropbtn {
        font-size: 14px;
        border: none;
        outline: none;
        color: #5ce353;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1e0320;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Style the links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: #5ce353;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

/* Add a grey background to dropdown links on hover and white text   */
.dropdown-content a:hover {
    background-color: #555;
    color: white;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}


/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}


.footer {
    color: greenyellow;
    clear: both;
    border: 2px dotted #005500;
    padding: 1em;
    padding-top: 5px;
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
}


/*  Images in the boxes   */
.showImage {
    margin: 0 0;
    display: table;
    text-align: center;
    object-fit: cover;
}

    .showImage img {
        display: block
    }


/*  little pics colums  */
.column {
    float: left;
    width: 10%;
    height: 50px;
}


/* Centre the form within the page */
form {
    margin: 0 auto;
    width: 459px;
}

/* Style the text boxes */
input, textarea {
    width: 439px;
    height: 27px;
    background: #efefef;
    border: 1px solid #dedede;
    padding: 10px;
    margin-top: 3px;
    font-size: 0.9em;
    color: #3a3a3a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    height: 213px;
    background: url(images/textarea-bg.jpg) right no-repeat #efefef;
}

    input:focus, textarea:focus {
        border: 1px solid #97d6eb;
    }

#submit {
    width: 127px;
    height: 38px;
    text-indent: -9999px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

    #submit:hover {
        opacity: .9;
    }

/*	modal stuff  ( the picture enlarged )   */
* {
    box-sizing: border-box;
}

    * .row > .column {
        padding: 8px 8px 8px 8px;
    }

.row:after {
    content: icon;
    display: table;
    clear: both;
    padding: 8px 8px 8px 8px;
}



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: black;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    min-inline-size: unset;
}





/*   The Close ( X )  Button */
.close {
    color: greenyellow;
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 45px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/*   end CLOSE button  */

/* Hide the slides by default */
.mySlides {
    display: none;
    align-items: center;
}
/* end Hide the Slides by default*/


.cursor {
    cursor: pointer;
}



/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%; /* arrow position from top */
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: greenyellow;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    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);
    }
/*  END nest and prev buttons   */


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: inherit;
    color: lightgreen;
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*  affects both the bottom margin on the main page and the bottom margin on the full image  */
.img {
    margin-top: 25px;
}

/*  demo is for the pics under the picture  */
img.demo {
    opacity: 0.6;
    padding: 5px;
    height: 50px;
    width: 30px;
    object-fit: scale-down;
}


.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.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);
}

.aligncenter {
    text-align: center;
}

