/*
Title: OceanSide
Author: cosmiXs
Author URL: 
*/

@charset "UTF-8";

@import url('../fonts/stylesheet.css'); 	

/*-------------------------
	SIMPLE RESET
--------------------------*/
*{
	margin:0;
	padding:0;
}
/*-------------------------
	BACKGROUND CSS
--------------------------*/
html {
	min-height: 100%;
	background-size: cover;
/*	background-image: url(../img/test.jpg);
*/	background-color:	black;
	background-repeat: no-repeat;
	background-position: center bottom;
}

body{
	min-height:100%;
	    margin: -1px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'hand_of_sean', 'comic sans ms','comic sans',Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}

h2 {
	font-size: 2.4em;
}

@media(max-width:767px){
h2 {
	font-size: 1.5em;

}
}

h3 {
	font-size: 2.7em;
	line-height: 1.5em; 
}

@media(max-width:767px){
h3 {
	font-size: 1.7em;
	line-height: 1.5em; 

}
}

h4 {
	font-size: 1.7em;
}

@media(max-width:767px){
h4 {
	font-size: 1.25em;
}
}