﻿/*
    Turrach Pro style sheet
*/

/***************************\
SMALL MOBILE DEVICE (default)
\***************************/

body {
	min-width: 240px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.30);
}

a {
	color: inherit;
}

.alignright {
	text-align: right;
}

#background {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#background > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: top;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s ease-out;
}

#background > div#winterbg {
	opacity: 1;
	background-image: url(../images/background-winter.jpg);
}

#background > div#summerbg {
	background-image: url(../images/background-summer.jpg);
}

#background > div#gallerybg {
	background-image: url(../images/background-gallery.jpg);
}

#background > div#artbluesbg {
	background-image: url(../images/background-artblues.jpg);
}

#background > div#infobg {
	background-image: url(../images/background-info.jpg);
}

body > section#first {
	padding-top: 200px;
}

body > section {
	padding-bottom: 400px;
}

/* COLORS */

.paper {
	background-image: url(../images/paper.png);
}

.boxshadow {
	box-shadow: 0px 0px 30px -2px rgba(0,0,0,0.75);
}

.winter {
	color: #011f34;
	background-color: rgb(250,254,255);
	border-color: rgb(34,150,224);
	border-width: 0 15px 0 15px;
	border-style: solid;
}

.summer {
	color: #522e00;
	background-color: rgb(255, 254, 250);
	border-color: rgb(239, 147, 15);
	border-width: 0 15px 0 15px;
	border-style: solid;
}

.gallery {
	color: #2d3e00;
	background-color: rgb(250, 255, 240);
	border-color: rgb(131, 213, 15);
	border-width: 0 15px 0 15px;
	border-style: solid;
}

.artblues {
	color: #3a0031;
	background-color: rgb(255, 250, 252);
	border-color: rgb(193, 14, 165);
	border-width: 0 15px 0 15px;
	border-style: solid;
}

.info {
	color: #111111;
	background-color: rgb(250, 250, 250);
	border-color: rgb(170, 170, 170);
	border-width: 0 15px 0 15px;
	border-style: solid;
}

/* LOGO */

header {
	width: 100%;
	overflow: auto;
}

header > div#centerlogo {
	margin: 2% 2%;
	text-align: center;
}

header > div#centerlogo > img {
	width: 100%;
	max-width: 253px;
}

/* NAVIGATION */

body > nav {
	width: 100%;
	height: 40px;
	z-index: 100;
	overflow: hidden;
	display: none;
}

#social > div {
	margin: 11px 20px;
}

body > div#filler {
	width: 100%;
	height: 40px;
	display: none;
}

body > nav > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.expandedmenu {
	height: 200px;
}

.menubackground { background: rgba(10, 10, 10, 0.5); }

body > nav > ul > li {
	display: inline-block;
	text-align: center;
	width: 100%;
}

body > nav > ul > li > a {
	text-decoration: none;
}

.menulink {
	height: 40px;
	line-height: 40px;
}

body > nav > ul > li#social, body > nav > ul > li#up, body > nav > ul > li#language  {
    	display: none;
}

/* CONTENT */

.boxlogo {
	display: none;
}

.videowrapper {
	width: 100%;
	text-align: center;
}

.videowrapper > iframe {
	width: 100%;
	max-width: 300px;
	height: 200px;
}

article {
	margin-left: 0%;
	margin-right: 0%;
	padding: 4%;
}

h1, h2, h3 {
	font-family: 'Merriweather', serif;
}

article > h1, article > h2, article > h3 {
	text-align: center;
}

/* WINTER */

.wintertable {
	background-color: #4F96C8;
}

.wintertablenote {
	background-color: #4F96C8;
	color: #C2DDF0;
}

/* SUMMER */

.summertable {
	background-color: #FFB85B;
}
.summertablenote {
	background-color: #FFB85B;
	color: #FFE8CB;
}

/* GALLERY */

article#gallery {
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 3%;
}

#video > iframe {
	width: 300px;
	height: 200px;
}


/* ART + BLUES */

#artblues > div > div > h1 {
	padding: 0 20px;
}

audio {
	width: 100%;
	height: 30px;
}

/* INFO */

body > footer {
	margin-bottom: 200px;
}

#info {
	text-align: center;
	padding-bottom: 5px;
}

.legalinfo {
	color: #888;
	font-size: 12px;
}

#info > div > div {
	margin-bottom: 40px;
}

#info > div > div > img {
	height: 280px;
}

#info > div img {
	height: 40px;
}

#bottomlogo {
	display: none;
}

#bottominfo {
	text-align: center;
}

#bottominfo > ul {
	list-style: none;
	text-align: left;
}

#bottominfo > ul > li > img {
	vertical-align: middle;
	margin: 5px;
}

#bottominfo > div {
	font-size: 18px;
	padding-top: 20px;
}

/******************************\
LARGER SCREEN (TABLET + DESKTOP)
\******************************/

@media(min-width: 1200px) {

	body > section#first {
		padding-top: 800px;
	}

	body > section {
		padding-bottom: 300px;
	}

	/* LOGO */

	header > div {
		min-height: 1px;
		width: 32%;
		float: left;
	}

	header > div#centerlogo > img {
		max-width: 300px;
	}

    /* NAVIGATION */

	body > nav {
		display: block;
	}

    	body > nav > ul, .expanded {
        	height: 40px;
        	text-align: center;
			transition: height .5s;
    	}

	body > nav > ul > li {
		width: auto;
		display: inline-block !important;
	}

	.menulink {
		margin: 0 5px;
		padding: 10px 20px;
		font-weight: bold;
	}

	.menulink:hover {
		background-color: #111;
		color: #fff;
	}

    	body > nav > ul > li#social {
        	float: left;
    	}

    	body > nav > ul > li#language {
        	float: right;
			padding: 0 20px;
			margin-top: 13px;
    	}

	/* CONTENT */

	.boxlogo {
		display: block;
		height: 140px;
		padding-top: 30px;
	}


	.videowrapper > iframe {
		max-width: 560px;
		height: 315px;
	}

	article {
		margin-left: 0%;
		padding-left: 10%;
		margin-right: 0%;
		padding-right: 10%;
	}

	/* INFO */

	body > footer {
		margin-bottom: 300px;
	}

	#bottomlogo {
		display: block;
	}
}
