@charset "utf-8";

/* CSS Document */


/* Set styling for the navigation */

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #565656;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
}

ul.topnav li {
    float: right;
    display: inline-block;
    font-family: 'lato', sans-serif;
    font-size: 20pt;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: lowercase;
}

ul.topnav li a {
    display: block;
    color: #e7e7e7;
    text-align: center;
    padding: 0px 20px;
    text-decoration: none;
}


/*Add an "active" class to the current link to let the user know which page he/she is on*/

ul.topnav li a:hover:not(.active) {
    color: #fe9000;
}

ul.topnav li a.active {
    color: white;
    font-weight: 700;
}


/*set basic details for the content area (where the thumbs appear)*/

.contentarea {
    position: relative;
    border-left: 10%;
    border-right: 10%;
    min-height: 1080px;
    background-color: lightgray;
    left: 0px;
}


/*sets the box sizing for all elements to include content, padding and border, but not the margin*/

* {
    box-sizing: border-box;
}


/* Styling for the thumb rows and columns */

.row>.column {
    padding: 5px 5px;
}

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

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


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    width: 90%;
    height: auto;
    max-width: 1440px;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

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

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 52%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}


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


/* Styling for number text (1/23 etc) */

.numbertext {
    font-family: lato, sans-serif;
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

img {
    margin-bottom: -4px;
}

.demo {
    opacity: 1;
}


/* Mouse over behavior for the thumbnails */

.demo:hover {
    opacity: 0.2;
}

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);
    transform: scale(0.98);
}


/* Basic form area styling */

div.form {
    display: block;
    text-align: center;
}

form {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


/* Styling for the form elements */

input[type=text],
input[type=email],
textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}


/* Style the submit button with a specific background color etc */

input[type=submit] {
    background-color: #a2a2a2;
    color: white;
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


/* When moving the mouse over the submit button, add a darker grey color */

input[type=submit]:hover {
    background-color: #565656;
}


/* Heading styling */

h1 {
    color: #565656;
    font-family: 'lato', sans-serif;
    font-size: 2.2em;
    /*line-height: 40px;*/
    margin: 0px;
    /*border: 20px;*/
    padding: 30px;
    position: relative;
    text-align: center;
    /*top: 20%;*/
}


/* Unordered list styling */

ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 50%;
}


/* Unordeded list styling in the 'about' section */

ul.about {
    color: #444444;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    list-style-type: circle;
    margin-left: 10px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 20px;
}

a {
    color: #444444;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

a:hover:not(.active) {
    color: #fe9000;
}


/* Paragraph styling */

p {
    color: #444444;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0px;
}


/* Button styling */

a.button {
    background-color: #444444;
    color: #a2a2a2;
    padding: 15px 32px;
    text-align: center;
    position: center;
    text-decoration: none;
    display: block;
    font-size: 1.5em;
    border-radius: 4px;
    cursor: pointer;
}

a.button:hover {
    color: #fe9000;
}