/* Global */



body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #ffffff;
	background-color:#222222;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}
h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	letter-spacing: -2px;
	word-spacing: 0.3em;
	line-height: 0px;
	color:#ffffff;
	text-transform: uppercase;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	word-spacing: 0.3em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	text-transform: uppercase;
}
p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 150%;
	color: #ffffff;
}
ul{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 150%;
	font-size: 1em;
	color: #ffffff;
}
label{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #2dcc70;
	transition: color .5s ease-out;
	text-decoration: none;
}
a:hover {
	color: #2dcc70;
	text-decoration: none;
}
a:visited {
	color: #2dcc70;
	text-decoration: none;
}


/* ***** COLORS ***** */ 





/* ***** PROPERTIES ***** */ 
.textdivcenter {
	display: inline-block;
	width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignleft{
	display: block;
	text-align: left;
}
.shadow {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.roundcorners{
	border-radius: 5px;
}


/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding: 90px 0;
	border-style: solid;
    border-width: 1px;
    border-color: #191919;
}
.infoslide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding: 90px 0;
	border-style: solid;
    border-width: 1px;
    border-color: #191919;
    text-align: justify;
}
.infoslide h1{
	text-align: center;
}
.infoslide h2{
	text-align: center;
}

.infoheader{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding: 90px 0;
	border-style: solid;
    border-width: 1px;
    border-color: #191919;
    text-align: center;
}
.infoheader h1	{
	color: #000000;
}
.infoheader h2	{
	color: #8f111a;
}
.picture{
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
}



/*** HOME ***/ 

#home{
	background-color:#1c1c1c;
	padding:50px 0 0 0;
	z-index: 300;
}
.piccanvas{
	text-align:center;
	height: 400px;
}
.scrolldiv{
	text-align:left;
	height: 50px;
	z-index: 900;
}


/*** CONTACT ***/ 

#contact{
	background-color:#242424;
	padding:50px 0 100px 0;
	color:#ffffff;
	z-index: 600;
}




/* Tablet */

@media screen and (max-width: 1024px) {

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

.content {
	text-align:left;
	width:100%;
}

#slide{
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

h1{
	font-size: 1.5em;
}
h2{
	font-size: 1em;
}
p, ul{
	font-size: 0.8em;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#homesnow2{
    visibility: hidden;
}
.piccanvas{
	text-align:center;
	height: 400px;
}





}/*CSS END TAG*/







