/*
 *	White				#FFFFFF
 * 	Green				#40dece
 * 	Blue				#1f5953
 * 	Black				#414042
 */


@font-face {
	font-family: 'Soho Gothic';
    src: url('../files/Soho Gothic W04 Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Inria Sans Bold';
    src: url('../files/inria-sans.bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
html,
body {
	font-family: 'Soho Gothic';
	color: #414042;

	background-size: 100% 240px, auto;
    background-position: top center, center center;
    background-attachment: scroll,scroll;
    background-repeat: no-repeat, repeat;
	background-image: url(../files/layout/bg.png), url(../files/layout/cream_pixels.png);

}

h1, h2, h3, h4 {
	font-family: 'Inria Sans Bold', sans-serif;
	/*font-style: italic;*/
	font-weight: bold;
}

a,
a:visited {
	cursor: pointer;
	color: #1f5953;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #1f5953;
	text-decoration: none;
}

header {

}

header h1 img {
	
}



header nav aside {
	background-color: #1f5953;
}


header nav aside a, 
header nav aside a:visited {
	color: #ffffff;
	background-color: #1f5953;
	text-decoration: none;
}
header nav a, 
header nav a:visited,
header nav a:hover, 
header nav a:active {
	
	color: #ffffff;
	text-decoration: none;
}

header nav aside a:hover, header nav aside a:active {
	color: #ffffff;
	background-color: #40dece;
}
header nav aside {
	box-shadow: 0 0.5rem 1rem rgba( 0, 0, 0, 0.25);
}


footer {
	color: #FFFFFF;
	background-color: #1f5953;
}
footer address {
	font-style: normal;
}

footer address a,
footer address a:visited {
	cursor: pointer;
	color: #FFFFFF;
	
	text-decoration: underline;
}
footer address a:active,
footer address a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

section.gallery {
	background-color: #FFFFFF;
}

section.gallery div p {
	color: #FFFFFF;
	text-align: center;
	/*background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4rem 4rem rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.25);	*/
	font-family: 'Inria Sans Bold', sans-serif;
	/*font-style: italic;*/
	font-weight: bold;
}
section.gallery div.shadow-text p {
	text-shadow: 0 0.15rem 0.25rem #000000;
}

section.gallery nav {
	text-align: right;
}

section.gallery nav a,
section.gallery nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	transition: color 1s ease;
	cursor: pointer;
}

section.gallery nav a:active,
section.gallery nav a:hover,
section.gallery nav a.active:active,
section.gallery nav a.active:hover {
	color: #1f5953;
	text-decoration: none;
}

section.gallery nav a.active {
	color: #1f5953;
}
section.gallery .dark-text p {
	color: #40dece;
}

section.gallery div.side-text p{
	background-color: #ffffff;
	color: #40dece;
	text-shadow: none;
}
section.tiles {
	
}

section.tiles .tile {
	background-size: cover, cover;
	background-position: center center, center center;
	background-attachment: scroll, scroll;
	background-repeat: no-repeat, repeat;
}
section.tiles .tile:hover {
	background-size: 0%, cover;
	background-position: center center, center center;
	background-attachment: scroll, scroll;
	background-repeat: no-repeat, repeat;
}


section.tiles .tile a, section.tiles .tile a:visited {
	font-family: 'Inria Sans Bold', sans-serif;
	/*font-style: italic;*/
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	
}
section.tiles .tile a:hover, section.tiles .tile a:active {
	text-decoration: underline;
	text-shadow: 0px 1px 3px  #000000;
}

main {
	background-size: cover, auto auto, cover;
	background-position: center center, center center, center center;
	background-attachment: scroll, scroll, scroll;
	background-repeat: no-repeat, repeat, no-repeat;
}

main a, main a:visited {
	background-color: #1f5953;
	color: #ffffff;
	padding: 0.1rem 0.5rem;
	margin: -0.1rem 0;
	text-decoration: none;
	border-radius: 0.25rem;
}

main a:hover, main a:active {
	background-color: #40dece;
	color: #ffffff;
}

main.bg-special {
	background-color: #1f5953;
}

main.bg-special a {
	border: 2px #ffffff solid;
}



main.light-text {
	color: #ffffff;
}

.impact {
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin: 6rem auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#contact-form {
	color: #FFFFFF;
	background-image: url(../files/images/photos/contact-1.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
	color: #414042;
	border-radius: 0;
	border: 2px solid rgba(255,255,255,0);
	background-color: rgba(255,255,255,0.5);
	font-family: 'Rubik', sans-serif;
	font-family: 'Inria Sans Bold', sans-serif;
	/*font-style: italic;*/
	font-weight: bold;
}
#contact-form select {
    padding: 0.5rem 1rem 0.5rem 0.7em;
}

#contact-form input:focus,
#contact-form textarea:focus,
#contact-form select:focus,
#contact-form input.focus,
#contact-form textarea.focus,
#contact-form select.focus {
	border: 2px solid #1f5953;
	background-color: rgba(255,255,255,0.75);
}
#contact-form input::placeholder,
#contact-form textarea::placeholder,
#contact-form select::placeholder {
	color: #1f5953;
}

#contact-form input.button {
	color: #FFFFFF;
	border: 2px solid #1f5953;
	background-color: #1f5953;
	cursor: pointer;
}
#contact-form input.button:hover {
	color: #1f5953;
	background-color: #FFFFFF;
}
#contact-form h2 {
	text-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.25);
}
#contact-form-feedback {
	color: #1f5953;
	background-color: rgba( 255, 255, 255, 0.75 );
}
#cookies {
	background-color: #FFFFFF;
	color: #1f5953;
}

.annotation {
	color: #FFFFFF;
	background-color: #40dece;
}

#scroll-down {
	filter: drop-shadow( 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5) );
	animation-name: scroll-down;
	animation-duration: 2s;
	animation-timing-function: ease-out;
}

@keyframes scroll-down {
	0%	{ transform: translateY( -150% ); opacity: 0; }
	50%	{ transform: translateY( -150% ); opacity: 0; }
	100%	{ transform: translateY( 0 ); opacity: 1; }

}
