/* 
=================
Table of Contents
=================

1. Global Styles
2. Layout
3. Typography
4. Components
	4.1 Buttons
	4.2 Slideshow
	4.3 Animations
	4.4 Newsletter
5. Media Queries
	5.1 Tablets
	5.2 Cellphones
*/

/*
	================
	1. Global Styles
	================
*/

body {
	margin: 0;
	font-size: 1.2em;
	font-family: 'Josefin Sans', sans-serif, Georgia, Times New Roman, Calibri, Arial;
	color: black;
}

.parallax1 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(58,175,169,0.7) 0%,rgba(58,175,169,0.7) 100%),url("../Images/Back1.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax2 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%),url("../Images/Back2.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax3 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%),url("../Images/Back3.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax4 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%),url("../Images/Back4.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax5 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%),url("../Images/Back5.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax6 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%),url("../Images/Back6.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax7 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%),url("../Images/Back7.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax8 {
	/* The image used */
	/*background-image: url("../Images/Back1.jpg");*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%),url("../Images/Back8.jpg");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container	{
	/*position: relative;*/
	text-align: center;
	height: 100%;
}

/*
	=========
	2. Layout
	=========
*/

.header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.header p {
	
}

.navcontain {
	margin: auto;
	/*width: 300px;*/
	/*box-sizing: border-box;
	border: 1px solid red;*/
}

.topnav {
	overflow: hidden;
	background-color: none;
}

.topnav a {
	font-size: 16px;
	/*font-weight: bold;*/
	/*float: left;*/
	display: inline-block;
	color: rgba(20,20,20,1);
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	/*font-size: 17px;*/
	transition: 1s;
}

.topnav .icon {
	display: none;
}

.active {
	box-sizing: border-box;
	/*border: 2px solid rgba(20,20,20,1);*/
	background-color: rgba(0,0,0,0.1);
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 1em;
	border: none;
	outline: none;
	color: gray;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
  	transition: 1s;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: gray;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	transform: scale(1.05);
}

.dropdown-content a:hover {
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.banner {
	/*background-color: rgba(0,0,0,0.15);*/
}

.slideshow-container {
	width: 100%;
	margin: 0;
	height: 500px;
	overflow: hidden;
	/*background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../Images/Venice snail tower.jpg");
	background-position: center top;
	background-size: 100%;*/
}

.slideshow-container img{
	width:100%;
}

.slideshow-container2 {
	width: 100%;
	margin: 0;
	/*overflow: hidden;*/
}

.slideshow-container2 img{
	/*width:100%;*/
	height: 300px;
	/*border-radius: 50px;*/
}

/*.gallery {
	width: 100%;
	height: 500px;
	/*border: 1px solid red;*/
	/*overflow: hidden;
	position: relative;
	z-index: 0;
}*/

.gallery2 {
	width: 100%;
	height: 250px;
	/*border: 1px solid red;*/
	overflow: hidden;
	position: relative;
	z-index: 0;
}

/*.gallery-image {
	z-index: 10;
}*/

/*.gallery-image img {
	width: 100%;
	z-index: -1;
	filter: brightness(80%);
}*/

.gallery-text {
	/*box-sizing: border-box;
	outline: 1px solid rgba(50,50,50,0.2);
	border: 1px solid rgba(255,255,255,0.2);
	height: 60px;
	width: 500px;*/
	/*z-index: 30;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);*/
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.gallery-text2 {
	z-index: 30;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content {
	/*background-color: rgba(111,127,0,0.05);*/
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0); /*I don't know why, but this div appears to require a border to prevent a blank space from showing between it and the banner div above*/
}

.content-header {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	margin: auto;
	/*width: 80%;*/
	display: inline-block;
}

.content-origins {
	margin: 0 auto;
	width: 60%;
	background-color: rgba(255,255,255,1);
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 1000px;
}

.content-cards {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.card-container {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(250,250,250,0.8);
	margin: 30px;
	padding: 0;
	width: 350px;
	height: 550px;
	/*width: 300px;
	height: 450px;*/
	/*width: 400px;
	height: 600px;*/
	transition: 0.5s;
}

.card-container:hover {
	transform: scale(1.04);
	background-color: rgba(250,250,250,1);
}

.card-container img {
	position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
}

.flexwrap {
	display: flex;
}

.left {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: relative;
	/*border: 1px solid red;*/
	margin: 20px auto;
	text-align: left;
}

.left img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	padding-left: 5%;
}

.leftart {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: relative;
	/*border: 1px solid red;*/
	margin: 20px auto;
	text-align: left;
}

.leftart img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	padding-left: 5%;
}

.left2 {
	-webkit-flex: 0 0 333px;
	-ms-flex: 0 0 333px;
	flex: 0 0 333px;
	position: relative;
	/*border: 1px solid red;*/
	margin: 20px auto;
	text-align: left;
	overflow: hidden;
	background-color: black;
	margin: 0;
}

.left2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*width: 100%;*/
	/*max-width: 400px;*/
	/*height: 300px;*/
	max-height: 100%;
}

.right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	/*border: 1px solid blue;*/
	margin: 20px auto;
	text-align: left;
}

.right img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	padding-right: 5%;
}

.rightart {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	/*border: 1px solid blue;*/
	margin: 20px auto;
	text-align: left;
}

.rightart img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	padding-right: 5%;
}

.space-holder {
	height: 280px;
}

.footer {
	background-color: rgba(0,0,0,0.8);
	padding-bottom: 40px;
}

.footer img {
	width: 80%;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.subfooter {
	height: 30px;
	background-color: black;
	color: gray;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.subfooter a {
	text-decoration: none;
	color: white;
}

#bannerflexwrap {
	display: flex;
	height: 500px;
}

#b1 {
	-webkit-flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	/*box-sizing: border-box;
	border: 1px solid blue;*/
	position: relative;
}

#b2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/*position: absolute;
	top: 50%;
	left: 65%;
	transform: translate(-50%, -50%);*/
	/*box-sizing: border-box;
	border: 1px solid red;*/
}

#b2 img {
	/*width: 100%;*/
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin: 10px;
	transition: 1s;
}

#b2 img:hover {
	transform: scale(1.02);
}

#h1 {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(-50%, -50%);
}

#h1 img {
	max-height: 200px;
}

#h2 {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

#h3 {
	position: absolute;
	top: 50%;
	left: 85%;
	transform: translate(-50%, -50%);
}

#h3 img {
	max-height: 200px;
}

#footerflexwrap {
	display: flex;
}
#f1 {
	-webkit-flex: 0 0 14%;
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
}
#f2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#f3 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#f4 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#f5 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#f6 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#f7 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/*
	=============
	3. Typography
	=============
*/

h1 {
	font-size: 32px;
	margin: 0;
	color: white;
	padding: 80px;
}

p {
    font-size: 16px;
	text-align: left;
	color: white;
	width: 80%;
}

h2 {
	font-size: 28px;
}

.banner h1 {
	font-size: 48px;
	padding: 20px;
}

.gallery-text h1 {
	color: white;
	font-size: 50px;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	/*outline: 1px solid rgba(50,50,50,0.2);*/
	border: 3px solid rgba(223,255,0,0.6);
	transition: 0.5s;
	background-color: rgba(0,0,0,0.7);
}

.gallery-text h1:hover {
	box-sizing: border-box;
	/*outline: 1px solid rgba(50,50,50,0.6);*/
	border: 3px solid rgba(223,255,0,1);
	background-color: rgba(0,0,0,0.9);
}

.gallery-text2 h1 {
	color: white;
	font-size: 50px;
	font-weight: normal;
	/*font:  60px georgia, sans-serif;*/
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	/*outline: 1px solid rgba(50,50,50,0.2);*/
	border: 3px solid rgba(223,255,0,0.6);
	transition: 0.5s;
	background-color: rgba(0,0,0,0.7);
}

.gallery-text2 h1:hover {
	box-sizing: border-box;
	/*outline: 1px solid rgba(50,50,50,0.6);*/
	border: 3px solid rgba(223,255,0,1);
	background-color: rgba(0,0,0,0.9);
}

.content-origins h1 {
	color: black;
	padding: 20px;
}

.content-origins h3 {
	padding-left: 20px;
}

.content-origins p {
	color: rgba(20,20,20,1);
	/*font-weight: bold;*/
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	/*margin-top: 40px;*/
}

.content-origins hr {
	width: 30%;
	border-color: rgba(58,175,169,0);
	background-color: rgba(58,175,169,0.5);
	height: 5px;
	border-radius: 10px;
}

.content-origins ul {
	list-style-type: none;
}

.content-origins li {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	color: rgba(60,60,60,1);
	/*font-weight: bold;*/
	font-size: 18px;
}

.content-origins img {
	/*border-radius: 5%;*/
}

.card-container h2 {
	color: black;
}

.card-container hr {
	width: 30%;
	border-color: rgba(58,175,169,0);
	background-color: rgba(58,175,169,0.5);
	height: 5px;
	border-radius: 10px;
}

.card-container p {
	color: rgba(20,20,20,1);
	font-size: 22px;
	width: 90%;
	margin: 0 auto;
	/*font-weight: bold;*/
}

.footer p {
	color: white;
	width: 80%;
	padding-left: 24px;
}

.footer a {
	text-decoration: none;
	color: white;
	transition: 0.5s;
}

.footer a:hover {
	color: rgba(223,255,0,1);
}

.footer li {
	color: white;
	list-style-type: none;
	text-align: left;
	padding: 5px 0;
}

.footer ul {
	padding: 0;
	padding: 10px;
}

.footer h3 {
	color: white;
	/*font-family: georgia;*/
	text-align: left;
	padding-top: 10%;
	padding-left: 10px;
}

.footer img {
	margin-top: 20px;
}

/*
	=============
	4. Components
	=============
*/

	/*4.1 Buttons*/
.button {
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(223,255,0,0.5);
	/*color: white;*/
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/*font-size: 16px;*/
	/*margin: 4px 2px;*/
	cursor: pointer;
	transition: 0.5s;
}

.button:hover {
	background-color: rgba(0,0,0,1);
	border: 1px solid rgba(223,255,0,0.9);
}

#myBtn {
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(223,255,0,0.5);
	/*color: white;*/
	padding: 15px 32px;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/*font-size: 16px;*/
	/*margin: 4px 2px;*/
	cursor: pointer;
	transition: 0.5s;
}

#myBtn:hover {
	background-color: rgba(0,0,0,1);
	border: 1px solid rgba(223,255,0,0.9);
	color: white;
}

#more {display: none;}
	
	/*4.2 Slideshow*/

	/*4.3 Animations*/
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 4s;
	animation-name: fade;
	animation-duration: 4s;
}

@-webkit-keyframes fade {
	0%,100% { opacity: 0 }
	20% { opacity: 1 }
	80% { opacity: 1 }
}

@keyframes fade {
	0%,100% { opacity: 0 }
	20% { opacity: 1 }
	80% { opacity: 1 }
}

.fade2 {
	-webkit-animation-name: fade2;
	-webkit-animation-duration: 5s;
	animation-name: fade2;
	animation-duration: 5s;
}

@-webkit-keyframes fade2 {
	0%,100% { opacity: 0 }
	10% { opacity: 1 }
	90% { opacity: 1 }
}

@keyframes fade2 {
	0%,100% { opacity: 0 }
	10% { opacity: 1 }
	90% { opacity: 1 }
}

	/*4.4 Newsletter*/
input[type=text], input[type=submit] {
	width: 80%;
	padding: 12px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

input[type=checkbox] {
	margin-top: 16px;
}

input[type=submit] {
	background-color: black;
	color: white;
	border: none;
	transition: 0.2s;
}

input[type=submit]:hover {
	background-color: rgba(223,255,0,0.4);
}

/*
	================
	5. Media Queries
	================
*/
	/*5.1 Tablets*/
@media screen and (max-width: 768px){

}

	/*5.2 Cellphones*/
@media screen and (max-width: 480px){

}

@media screen and (max-width: 1010px){
.content-origins {
	min-width: 0px;
	width: 90%
}

#b1 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

#b2 {
	display: none;
}

.gallery-text {
	left: 50%;
}
}

@media screen and (max-width: 800px){
.gallery-image img {
	width: 300%;
	min-height: 500px;
}

.footer img {
	width: 50%;
	min-width: 200px;
	padding: 0;
	margin-top: 20px;
	/*top: 0;*/
	transform: translateY(0);
}

#footerflexwrap {
	display: block;
}

.footer h3 {
	padding-left: 40px;
}

.footer li {
	padding: 5px 30px;
}

.left2 {
	display: none;
}

.left {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.leftart {
	-webkit-flex: 0 0 0;
	-ms-flex: 0 0 0;
	flex: 0 0 0;
}

.rightart {
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

}

@media screen and (max-width: 900px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	transform: scale(1);
	background-color: black;
	color: white;
}

.topnav a.icon {
    float: right;
    display: block;
}

.topnav.responsive {position: relative;}

.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}

.topnav a {
	float: left;
}

.topnav.responsive .dropdown {float: none;}

.topnav.responsive .dropdown-content {position: relative;}

.topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
}

.navcontain {
	width: 100%;
}

}

@media screen and (max-width: 450px) {
.card-container {
	width: 100%;
	margin: 0;
}
}