@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	font-family: 'Open Sans',helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;

}

img{
	max-width: 100%;
}

.flex-container{
	display:flex;
	flex-wrap:wrap;
}

.flex-items{
	flex-basis: 300px;
	flex-grow:1;
	margin:.75%;
}

.flex-items img{
	width:100%;

}
.hero{
	min-height:500px;
}
.hero h1{
	font-family:'Tangerine';
	text-align: center;
	color:white;
	font-weight:700;
	margin:3%;
	font-size:4em;
	line-height: 1.1em;
	text-shadow: 1px 1px 10px rgba(0,0,0,.9);
}
.home-hero{
	height:80vh;
	background:url(Images/HomeCover.jpg);
	background-position: center 100px;
	background-size: cover;
	/**Image Found at: https://roadsandkingdoms.com/2017/the-female-free-divers-of-jeju/**/
}

.history-hero{
	background:url("Images/HistoryCover.png");
	background-position: center 165px;
	background-size: cover;
	/**Image Found: https://www.lisasee.com/islandofseawomen/haenyeo/**/
}

.gallery-hero{
	background:url("Images/GalleryCover.jpg");
	background-position: center -90px;
	background-size: cover;
	/** Image Found: https://www.koreatimes.co.kr/www/news/dr/653_219401.html**/
}
.contact-hero{
	background:url("Images/ContactCover.jpg");
	background-position: center 75px;
	background-size: cover;
	/**https://www.journeywonders.com/things-to-do-and-see-in-jeju-island/**/
}
.topnav{
  overflow: hidden;
  background-color:	#4CACA4;
}
.topnav a {

  display: none;
  color: #f2f2f2;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover{
  background-color: #FEE1C3;
  color: black;
}
a.active {
  display: inline-grid;
  background-color: #FE6200;
  color: white;

}
.topnav a.icon {
	float: right;
	display: block;
}

.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;

}
.topnav.responsive{
	position:relative;
/*	z-index:1;*/
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}

.menu-icon{
    background: url("menu.png") no-repeat;
    background-size: contain;
    height:15px;
    width:23px;
    display: inline-block;
}



figure{
	margin:0;
	position: relative;

}
figcaption{
	background: rgba(0,0,0,0.5);
	position: absolute;
	width:100%;
	height:26px;
	bottom:5px;
	color:white;
}
figcaption span{
	padding-left:5px;


}

main{
	margin-bottom:40px;
	width:90%;
	margin:auto;


}

.column{
	float:none;

}


h3{
	color:#FE6200
}

h2{
	color:#4CACA4;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
h4{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	color:black;
	font-weight:300;
}
/*---------History Page--------------*/
li{
	padding-top:10px;
}

/*------------Gallery Form--------------*/

.gallery p{
	color:#4CACA4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.25em;
	width:70%;
	margin:20px auto;
}
.description{
	color:#000;
	font-size:.8em;
	cursor:pointer;
}



/*------------Contact Form--------------*/

input {
    width: 100%;
    padding: 1.7%;
    margin: 1.5% 0;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#news{
	width:auto;
}

textarea{
	width: 100%;
	padding: 1.7%;
	margin: 1.5% 0;
	font-size: 1em;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

button{
	padding: 1.7%;
	margin: 1.5% 0;
	font-size: 1em;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/*------------ Thanks Page --------------*/

.thanks-hero{
	height:80vh !important;
}
/* --------------- --------------*/



footer{
	margin-top:40px;
	padding-top: 45px;
    padding-bottom: 60px;
    font: 700 13px/19px "Univers W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    text-align: center;
    background: #1d1d1d;
	color: #c0c0c0;

}
footer.index-page{
	margin-top:0;
}

footer a{
	outline: 0;
    display: block;
    padding: 11px 0;
    color: #c0c0c0;
}


@media screen and (min-width: 300px){
	.gallery-hero{
		background-position: center 40px;

	}


}
@media screen and (min-width: 700px) {
	.topnav{
        text-align: center;
    }
	.topnav a {
	  	display: inline-grid;
		grid-auto-flow: column;
	}
	.topnav a.icon {
	  display: none;
	}
	.hero{
		min-height:800px;
	}
	.index-hero{
		height:70vh;
	}

	.column{
		float:left;
		width:48%;
		margin-left:4%;
	}
	.column:first-of-type{
		margin:0;
	}

	.clearfix:after{
		clear: both;
		content:"";
		display:table;

	}

	.hero h1{
		margin-top: 5%;

	}

	.gallery-hero{
		background-position: center 80px;
	}

}

@media screen and (min-width: 1000px) {
	.column{
	}
	.hero h1{
		margin-top: 2%;
		margin-bottom: 1%;
	}

	iframe{
		/* width: 100%; */

	}

	form{
		width: 55%;
		margin:auto;
	}
}


@media screen and (min-width: 1200px){

	.hero h1{
		margin-top: 2%;
		margin-bottom: 1%;
	}

	.history-hero{
		 background-position: center 73px;

	}

	.gallery-hero{
		background-position: center -22px;
	}
}


@media screen and (min-width: 1400px){
	.gallery-hero{
		background-position: center -60px;
		}
	}


@media screen and (min-width: 2000px){
	.gallery-hero{
		background-position: center -80px;
		}
	/**Will not show up? Image goes too far down when in full screen...**/
	}
