@import url(http://fonts.googleapis.com/css?family=Parisienne|Great+Vibes);

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html {
	font-size: 62.5%;
}

body {
	 font-size: 1.6em;
	 line-height: 2em;
	 background-image: url('../img/green_cup3.png');

}

.fix {
	max-width: 960px;
	margin: 0 auto;
	padding: 2em;
}

.clear{
	clear: both;
}




h1,h2{
	border-bottom: 2px dashed #6D6D6D;
	font-family: 'Parisienne';
	font-size: 3em;
	padding: 1em 0 0.5em 0;
	-webkit-mask-image: url('../img/green_cup4.png');
	-o-mask-image: url('../img/green_cup4.png');
	-moz-mask-image: url('../img/green_cup4.png');
	mask-image:  url('../img/green_cup4.png');
}

h1 {
line-height: 1.2em;
}

h3{
	font-family: 'Parisienne';
}

p, a {
	font-family: 'latolight';
}

.color {
	color: #EDEFBF;
}


#logo:link, #logo:visited,
#logo:hover, #logo:active{
	display: block;
	background-image: url("../img/logo.png");
	width: 124px;
	height: 61px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 124px 61px;
	margin: 0.5em auto;
}

header{
	background-image: url('../img/green_cup4.png');
	top: 0;
	z-index: 2;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.60);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.60);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.60);
}

nav {
	max-width: 960px;
	margin: 0 auto;
}

nav a {
		text-align: center;
	color: #6D6D6D;
	text-decoration: none;
}


.nav {
	text-align: center;
	margin: 0.5em 0;
}

#intro-img {
	width: 100%;
	min-width: 960px;
}

.img-wrapper {
	margin-top: 70px;
	height: 200px;
	background-image: url("../img/intro.jpg");
	background-size: cover;
    background-position: center;
}


.intro-wrapper{
	/*background-color: #9CB5A0;*/

-webkit-box-shadow: -2px -12px 21px -7px rgba(0,0,0,0.33);
-moz-box-shadow: -2px -12px 21px -7px rgba(0,0,0,0.33);
box-shadow: -2px -12px 21px -7px rgba(0,0,0,0.33);
	position: relative;
	z-index: 1;
}

.intro {
	color: white !important;
}

.intro p {
	margin: 2em 0;
	font-size: 1.4em;
}

.intro h1 {
	padding-top: 0.5em;
}



@media screen and (max-width: 1440px) {
	body {
		font-size: 1.2em;
	}
}


