@charset "UTF-8";

* {
  box-sizing: border-box;
}

body{
	background-image: url(../images/iudock3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0,0,0,0.80);
}

.page-wraper {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.header-wrap {
	height: 120px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: rgba(1,26,35,0.30);
	padding-bottom: 30px;
}
.header-content {
    font-family: jolly-lodger;
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    padding-left: 22px;
    color: rgba(212,239,255,1.00);
    text-align: center;
}
.main-wrap {
	height: 260px;
}

.main-content{
	font-family: architects-daughter;
	font-style: normal;
	font-weight: 400;
}
.footer-wrap {
    position: relative;
    padding-left: 11px;
    padding-right: 11px;
    text-align: center;
    font-family: architects-daughter;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    background-color: rgba(238,236,230,0.50);
    padding-bottom: 5px;
    padding-top: 5px;
    height: 110px;
	animation-name: foot-fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-fill-mode: both;
}
.btestx {
    border: thick solid rgba(184,12,15,1.00);
}
#whaledive {
}
.text-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-over2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/whale-outline1small2.png);
    background-position: center top;
    background-size: cover;
    right: 50%;
    height: 110px;
    width: 80px;
	opacity: .4;
}

#whaleimg {
	animation-name: whale-fadein;
	animation-duration: 1.0s;
	animation-delay: 2.0s;
	animation-fill-mode: both;
}
.footer-content {
	postion: relative;
}

/* Animation */

@keyframes welcomeup{
	0%   {top:0px; opacity: 1.0;}
	13%   {top:8px; opacity: 1.0;}
	20%   {top:0px; opacity: 1.0;}
  	100% {top:400px; opacity: 0.2;}
}

#headerup {
    position: relative;
    animation-name: welcomeup;
    animation-duration: 1.75s;
	animation-timing-function: ease-out;
	animation-direction: reverse;
}

@keyframes foot-fadein{
	from {opacity: 0%;}
	to {opacity: 100%;}
}

@keyframes whale-fadein{
	from {opacity: 0%;}
	to {opacity: 30%;}
}
