@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Pacifico|Paytone+One|Merriweather');


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*Parallax*/
html, body {
    height: 100%;
	width: 100%;
}

body {
    font-family: 'Merriweather', serif;
	padding-bottom: 0px;
	overflow-x: hidden;
	overflow-anchor: none;
}


/*Homepage*/

@keyframes live {
  0%   {background-size: 100% auto}
  50% {background-size: 110% auto}
  100% {background-size: 100% auto}
}

@keyframes live2 {
  0%   {transform: scale(1.1)}
  50% {transform: scale(1.15)}
  100% {transform: scale(1.1)}
}

@keyframes live3 {
  0%   {transform: scale(1.1)}
  50% {transform: scale(1.05)}
  100% {transform: scale(1.1)}
}

.hero {
	animation: live3 10s linear infinite;
	padding-left: 30px;
}

.parent {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.child {
	width: 100%;
	height: 100%;
	background-image: url("images/home.jpg");
	background-position: center;
	background-size: cover;
	animation: live2 10s linear infinite;
}

.logo {
	max-width: 120px;
	margin-left:auto;
	margin-right: auto;
	display: block;
}


#headline {
	font-family: 'Paytone One', sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 8px #000;
	margin-bottom: 0px;
}

.line-center {
	border-bottom: 2px solid #fc0;
	line-height: 0px;
	width: 30%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.byline {
	color:#fff;
	text-shadow: 2px 2px 8px #000;
	text-align: center;
	margin-top: 0px;
}

.pub {
	color:#fff;
	text-shadow: 2px 2px 8px #000;
	text-align: center;
	margin-top: 0;
	font-size: 0.8em;
	padding-top: 5px;
}

#scroll-icon {
	max-width: 50px;
}

.go {
        -webkit-animation: updown 0.5s infinite alternate;
        animation: updown 0.5s infinite alternate;
    }
	
    @-webkit-keyframes updown {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes updown {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }


.bg1 {
	background-image: url("images/db-sanho2.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.bg1-m {
	background-image: url("images/db-sanho2.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.lede {
	font-family: 'Paytone One', sans-serif;
	font-weight: bold;
	padding: 20px 50px 20px 20px;
	color: #fff;
	background: linear-gradient(to left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	text-align: justify;
	height: 100%;
}

.lede-m {
	background: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 50%);
	height: 100%;
}


.lede2 {
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to bottom left, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	text-align: left;
}


.lede3 {
	font-size: 1em;
	font-weight: bold;
	color: #fc0;
	text-align: left;
}

.div-left {
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 80%);
	text-align: left;
	height: 100%;
	margin-left: 0%; margin-right: 0%;
}

.para {
	padding: 10px;
}

.para2 {
	padding: 10px;
	color: white;
	font-family: 'Paytone One', sans-serif;
}

.heading {
	font-family: 'Paytone One', sans-serif;
	padding: 10px;
	color: #fc0;
	text-align: left;
}

.heading-center {
	font-family: 'Paytone One', sans-serif;
    padding: 10px;
    margin-bottom: 0px;
    color: #000;
    background: rgba(0, 0, 0, 0);
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.info {
	font-size: 1.1em;
	padding: 20px 5px 0px 5px;
	background: #14639f;
	background-position: right center;
	color: white;

}

.info > p {
	padding-top: 0px; padding-bottom: 0px;
}

.line-left {
	border-bottom: 2px solid #fc0;
	line-height: 0px;
	width: 50%;
	margin: 10px;
}

.line-left-no-margin {
	border-bottom: 2px solid #fc0;
	line-height: 0px;
	width: 50%;
	margin-top: 10px;
}

p {
	padding: 20px;
}


.bg2 {
	background-image: url("images/daobe.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}

.bg3 {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-image: url("images/daobe3.jpg");
	background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}
	
.bg3.scrolled {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-image: url("images/daobe4.jpg");
}
	
	
.bg4 {
	background-image: url("images/db-sanho2.jpg");
	background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}


.bg5 {
	background-image: url("images/congvom4.jpg");
	background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}


.bg6 {
	background-image: url("images/db-dk1.jpg");
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}


	
.bg7 {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-image: url("images/db-dk4.jpg");
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}


.bg7.scrolled {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-image: url("images/db-lan1.jpg");
}
	
.bg8 {
	background-image: url("images/daobe6.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
}
	
.left-panel {
	font-size: 1em;
	font-weight: bold;
	padding: 20px 20px 50px 20px;
	color: #fc0;
	background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	text-align: justify;
	height: 100%;
}

	
#map {width: 100%; height: 100vh}

p.caption {
	color: #808080;
	font-size:0.9em;
}


.share {
	color: #0073e6;
}


img {
	max-width: 100%;
    height: auto;
}

video {
	width: 100%;
    height: auto;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tip {
	background: linear-gradient(to right bottom, rgba(255,255,255,1.0) 0%, rgba(255,255,255,0.2) 100%);
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.tip-head {
	font-family: 'Paytone One', sans-serif;
	color: #ff9400;
	font-size: 1.4em;
	text-align: center;
	padding: 10px;
	background-image: url("images/pin.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 40px, 40px;
}

.tip-content {
	font-family: 'Dancing Script', cursive;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
}

.text-m {
	background: black;
	color: white;
	padding: 10px;
}

.scuba {
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
	text-align: left;
}


.credits {
	background: #061c3f;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

.credits-line {
	border-bottom: 1px solid #fff;
	line-height: 0px;
	width: 40%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

 /* unvisited link */
a:link {
    color: #fff;
}

/* visited link */
a:visited {
    color: #fff;
}

/* mouse over link */
a:hover {
    color: #cc3300;
}

/* selected link */
a:active {
    color: #fff;
} 