@import url("../webfonts/Cantarell_Bold/stylesheet.css");
@import url("../webfonts/Black_Olives/stylesheet.css");

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
}

#background {
	background-image: url(../media/images/DSCN1810.JPG);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -5000;
	height: 120%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.slogan {
	font-family: "Black Olives";
	font-size: 24px;
	color: #FC3;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	border-bottom: 1px solid #AAA;
	padding-bottom: 20px;
	padding-left: 200px;
	padding-right: 200px;
}

.slogan {
	-webkit-animation: pulse2 4s ease-in-out infinite;
	-moz-animation: pulse2 4s ease-in-out infinite;
	-ms-animation: pulse2 4s ease-in-out infinite;
	animation: pulse2 4s ease-in-out infinite;
}

.gallery {
	position: relative;
	text-align: left;
	font-family: "Cantarell Bold";
	font-size: 15px;
	color: #FFF;
	float: left;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding: 3% 3% 30% 3%;
	background: rgba(0, 0, 0, 0.2);
}

.gallery2 {
	position: relative;
	text-align: center;
	font-family: "Cantarell Bold";
	font-size: 15px;
	color: #FFF;
	float: left;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: .5em;
	background: rgba(0, 0, 0, 0.2);
	padding-bottom: 20%;
}

@keyframes "pulse2" {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); }
}

@-moz-keyframes pulse2 {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); }
}

@-webkit-keyframes "pulse2" {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); }
}

@-ms-keyframes "pulse2" {
 0% { color: rgba(255,204,51, 1); }
 50% { color: rgba(255,204,51,0.5); }
 100% { color: rgba(255,204,51, 1); } 
}

h4 {
	font-family: "Cantarell Bold";
	text-transform: uppercase; 
	letter-spacing: .2em;
	font-size: 8px;
	color: #555;
}

h2 {
	font-family: "Cantarell Bold";
	text-transform: uppercase; 
	letter-spacing: .15em;
	font-size: 12px;
}

p {
	font-family: "Cantarell Regular";
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
}
	

.bigBox {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	float: left;
	overflow: hidden;
	font-family: "Cantarell Bold";
	font-size: 15px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding-top: 7%;
	padding-bottom: 7%;
	position: relative;
}	


#arrowLeft {
	position: absolute;
	float: left;
	top: 30px;
	left: 0;
	width: 100px;
	height: 350px;
	background-size: 40px 300px;
	background-repeat: no-repeat;
	background-position: 50px 50px;
	background-image: url(../media/website/arrowLeftWhite.png);
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#arrowRight {
	position: absolute;
	top: 30px;
	right: 0;
	float: right;
	width: 100px;
	height: 350px;
	background-size: 40px 300px;
	background-repeat: no-repeat;
	background-position: 20px 50px;
	background-image: url(../media/website/arrowRightWhite.png);
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#arrowLeft:hover, #arrowRight:hover {
	opacity: .5;
}

#backgroundImage {
	width: 100%;
	height: 260%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1499;
	background-color: #000;
	display: none;
	opacity: .8;
}

.albumPreview {
	float: left; 
	padding-left: 4%; 
	padding-right: 4%; 
	font-size: 11px; 
	letter-spacing: .1em; 
	width: 16%; 
	overflow: hidden; 
	height: 250px; 
	margin-bottom: 20px;
}


.albumPreview img:hover {
	opacity: .7;
}

.albumPreview img {
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.album {
	position: relative;
	width: 10%;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.album img {
	width: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.album:before{
	content: "";
	display: block;
	padding-top: 60%;
}

#galleryLink {
	text-decoration: none;
	color: #FFF;
}


#phrase {
	width: 100%;
	padding: 0 0 50px 0;
	text-align: center;
	color: #FFF;
	font-family: "Cantarell Bold";
	letter-spacing: 2em;
	text-transform: uppercase;
	font-size: 34px;
	float: left;
	z-index: 1000000;
	background: rgba(0, 0, 0, 0.3);
	border-top: 10px solid #999;
}

#phrase a {
	-webkit-animation: pulse1 4s ease-in-out infinite;
	-moz-animation: pulse1 4s ease-in-out infinite;
	-ms-animation: pulse1 4s ease-in-out infinite;
	animation: pulse1 4s ease-in-out infinite;
}