﻿/*____________________________________________________
  STYLES
  ____________________________________________________ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

html, body
{
	font-family:"Trebuchet MS",Trebuchet,Helvetica,Verdana,Geneva,Arial,Sans-Serif;
	font-weight:normal;
	font-size:100.1%;
	margin:0px;
	padding:0px;
	background-color:#000;
	overflow: hidden;
}

/*--------------------------
  Areas
  -------------------------- */

#main{
	position:absolute;
    top: 0;
	left: 0;
    width: 100vw;
	height: 100vh;
	text-align:center;
	z-index:0;
	border:0px solid red;
	background:url('images/bg_pic.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:contain;
}

#maincontent{
	position: relative;
	width: 400px;
	height: 90vh;
	top: 30px;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	/*background-color:red;*/
	border:0px solid blue;
	z-index: 2;
}

#navpoints{
	position:relative;
	top:10px;
	width:auto;
	height:112px;
	border:0px solid yellow;
}

.navItem1 a,
.navItem2 a,
.navItem3 a{
	float:right;
	width:114px;
	height:112px;
	color:#FFF;
	margin: 0px 13px 0px 0px;
	border:0px solid blue;
}

.navItem1 a{
	color:#000;
	background: url('images/button_facebook.png') 0px 0px no-repeat;
}

.navItem2 a{
	color:#000;
	background: url('images/button_youtube.png') 0px 0px no-repeat;
}

.navItem3 a{
	color:#000;
	background: url('images/button_instagram.png') 0px 0px no-repeat;
}

.navItem1 a:hover,
.navItem2 a:hover,
.navItem3 a:hover,
/*.navItem4 a:hover,*/
.navItem1 a:active,
.navItem2 a:active,
.navItem3 a:active{
	background-position:-114px 0px;
}

#mailing{
	position:relative;
	top:30px;
	width:auto;
	height:027px;
	border:0px solid yellow;
	text-align: center;
}
.mail a{
	float:left;
	width:149px;
	height:27px;
	margin-left:125px;
	padding:0px;
	border:0px solid #6559B1;
	background:url('images/button_mail.png') 0px 0px no-repeat;
}

.mail a:hover,
.mail a:active
{
	background-position: 0px -27px;
}

#bgbanner{
	position:fixed;
	top:100px;
	width: 100%;
	height:370px;
	background-color:#009640;
	opacity: 0.1;
	border:0px solid yellow;
}

/*--------------------------------------------
  Text
  --------------------------------------------*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);*/

p, h1, h2, a, td, li{
        /*font-family:"Trebuchet MS",Trebuchet,Helvetica,Verdana,Geneva,Arial,Sans-Serif;*/
        font-weight:normal;
        font-size:1.23em;
        color:#000;
        font-family: 'Open Sans Condensed', sans-serif;
}

h1{
		font-size:2.03em;
		font-weight:bold;
		letter-spacing: 0.053em;
		/*width: 30em;*/
}

