

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*********************************
	Text style setup
*********************************/

html
{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body
{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

/* Firefox Hacks: a:focus and outlines */

a, a:visited, a:hover, a:active, a:focus
{
	text-decoration: none;
	color: white;
    -moz-outline-style: none;
	outline: none;
}


.content-container p
{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;

}


.content-container li
{
	font-size: 1.25em;
	font-weight: 400;
	font-style: italic;

}

.mail-address
{
	font-size: 0.8em;
}

nav a
{
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	text-align: center;
}

h2
{
	font-weight: 300;
}



/**********************************
	GENERAL
*********************************/

hr
{
	width: 80%;
}

#img-bg {
    position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
    z-index: -1;
}

#img-bg img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
    width: auto;
}

#bg-container {

}

.content-container
{
	margin: 50px 0 50px 0;
	padding: 20px;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius:5px;
	border-top-right-radius: 5px;
	background-attachment: scroll;
	background-clip: border-box;
}

header
{
	padding: 30px;
}

img {
	width: 100%;
}
#small-screen-logo
{
	max-width: 70%;
}
#normal-logo
{
	display:none;
}

nav
{
	padding: 0;
	margin: 0;
}

nav ul
{
	padding: 0;
	margin: 0;
}

nav li
{
	list-style-type: none;
}

nav a
{
	display: block;
	padding: 10px 0;
}

h2
{
	padding-bottom: 20px;
}

.align-right
{
	float: right;
	text-align: left;
	margin-left: 1.5%;
	
}

.maps
{
display: block;
margin: 20px auto 20px auto;
width: 90%;
height: 300px;
}

footer
{
	text-align: center;
	color: white;
}


.back_to_top {
	display: block;
    overflow: hidden;
	position: fixed;
	float: right;
	bottom: 20px;
	right:20px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
    transition: all .5s linear;
	
}

.to-top-disabled {
	visibility:hidden;
 	opacity:0;

}

.to-top-enabled {
	visibility:visible;
 	opacity:.75;

}

/*********************************
	COLORS
*********************************/

a, a:hover, a:active, a:visited
{
	color: white;
}

nav a, nav a:visited, nav a:hover
{
	color: white;
}

.content-container
{
	color: white;
	background-color: rgba(0, 0, 0, 0.701961);
}

header
{
	text-align: center;
	background-color: rgba(0, 0, 0, 0.701961);
}

nav
{
	color: white;
	background-color: rgba(0, 0, 0, 0.701961);
}

nav a
{
	-webkit-transition: background-color 250ms ease-out 100ms;
    -moz-transition: background-color 250ms ease-out 100ms;
    -o-transition: background-color 250ms ease-out 100ms;
    transition: background-color 250ms ease-out 100ms;
    background-color: inherit;

}

nav a.selected
{
	background-color: rgba(153, 153, 0, 0.701961);
}


nav a:hover
{
	background-color: rgba(153, 153, 0, 0.701961);
}

.picture-galery
{
	width: 22.5%;
}





