	body {
	    background: #fff;
    	}

    	nav {
	    color: white;
	}

	nav img {
	    margin-top: 6px;
  	    width: 219px;
	}

	.demo {
	    height: 500px;
	}

	.clear {
	    background-color: transparent !important;
	}

	.content {
	    max-width: 960px;
  	    margin: auto;
	}

    	.hero-img {
	    width: 100%;
	    height: 100vh;
	    object-fit: cover;
	}

    	.hero-img-overlay {
	    width: 40vw;
    	}

    	.hero-link {
	    font-size: 18pt;
        }

        a:hover {
	    color: rgb(190,30,45);
        }

        a {
	    text-decoration: none;
	    color: white;
        }

        h1 {
	    line-height: 56pt;
	    font-size:46pt;
	    color: rgb(190,30,45);
        }

    	h2 {
	    color: darkgrey;
	    font-size: 17pt;
	    line-height: 20pt;
        }

        h3 {
	    color: rgb(190,30,45);
   	    font-size: 11pt;
        }

        #bold {
	    display: inline;
	    color: rgb(138,28,28);
	    font-weight: 600;
	    letter-spacing: 2px;
        }

	footer {
	    margin-top: 60px;
	}

    	@media only screen and (max-width: 1200px) {
	    .hero-img-overlay {
	    	width: 80vw;
	    }

	    h1 {
		font-size: 38pt;
	    }

	    .hero-link {
		font-size: 12pt; 
	    }

	    #section1 {
	    	margin-bottom: 500px;
	    }

	    .logotype {
		width: 100px !important;
		margin-bottom: 10px !important;
	    }

	    h2 {
		font-size: 12pt;
	    }

	    .arrow-large {
		display: none !important;
	    }

	    .arrow-small {
		display: block !important;
	    }

	    footer section {
		padding-left: 10px !important;
	    }

	    .footer2 {
		column-count: 1 !important;
	    }

	    .content {
		width: 400px;
	    }

	    .footer-line {
		padding-right: 20px !important;
	    }

	    .footer-left {
		padding-right: 20px !important;
	    }

	    .bgimg-header-caption {
		font-size: 48px !important;
		font-weight: 500;
	        text-align: center;
		letter-spacing: 15px !important;
  width: 100%;
}

    	}

.container {
  position: relative;
  width: 300px;
  margin: 10px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.prev-text {
  background-color: rgba(190,30,45,0.7);
  color: white;
  font-size: 14px;
  padding: 16px 32px;
  font-weight: 500;
}

.bgimg-header {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65.6%;
  width: 100%;
	}

.bgimg-header-caption {
  font-size: 72px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 25px;
  position: absolute;
  top: 30%;
  color: white;
  width: 100%;
}

.content-center {
  display: flex;
  width: 960px; 
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.one {
  margin-top: 0;
text-align: center;
}


.gallery-bold {
  color: rgb(190,30,45); font-weight: 600;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 5;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: fit-content;
  max-width: 1200px;
}

/* 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: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background-color: 
  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(138,28,28,0.9);
}

/* 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: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  opacity: 1;
}

.hover-shadow:hover {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

main {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.content-background {
    padding-top: 70vh;
}