/*
 *	White				#FFFFFF
 * 	Green				#9bc31a
 * 	Blue				#082b42
 * 	Black				#333333
 */

/*
@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption:400i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Rubik:300,500&display=swap');

@import url(//db.onlinewebfonts.com/c/9761152a735ff050058f5cb9b736ed3b?family=Soho+Gothic);
*/
@font-face {
	font-family: 'Soho Gothic';
    src: url('../files/Soho Gothic W04 Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html,
body {
	font-family: 'Soho Gothic';
	color: #333333;
	font-weight: 300;
	
	background-size: 100% 15rem;
	background-size: 100% 300px, 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: 'Soho Gothic', serif;
	/*font-style: italic;*/
	font-weight: bold;
}

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

header {

}

header h1 img {
	
}

header nav aside {
	background-color: #082b42;
}

header nav aside a, header nav aside a:visited {
	color: #ffffff;
	background-color: #082b42;
	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: #9bc31a;
}
header nav aside {
	box-shadow: 0 0.5rem 1rem rgba( 0, 0, 0, 0.25);
}


footer {
	color: #FFFFFF;
	background-color: #082b42;
}
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: 'Soho Gothic', 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: #082b42;
	text-decoration: none;
}

section.gallery nav a.active {
	color: #082b42;
}
section.gallery .dark-text p {
	color: #9bc31a;
}

section.gallery div.side-text p{
	background-color: #ffffff;
	color: #9bc31a;
	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: 'Soho Gothic', 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: #082b42;
	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: #9bc31a;
	color: #ffffff;
}

main.bg-blue {
	background-color: #082b42;
}

main.bg-blue 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: #333333;
	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: 'Soho Gothic', 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 #082b42;
	background-color: rgba(255,255,255,0.75);
}
#contact-form input::placeholder,
#contact-form textarea::placeholder,
#contact-form select::placeholder {
	color: #082b42;
}

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

.annotation {
	color: #FFFFFF;
	background-color: #9bc31a;
}

#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; }

}
