body
{	
	font-family: 'Helvetica', 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-image: url('pictures/back2.jpg');
	background-size: 100% auto;
	background-repeat: repeat;
	background-color: rgb(200, 200, 200);
}

h1 {
	font-size: 80px;
	line-height: 80px;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Hummingbird W00 Bold", 'Oswald', sans-serif;
}

h2 {
	font-size: 3em;
	font-family: "Hummingbird W00 Bold", 'Oswald', sans-serif;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin-bottom: -20px;
}

h2 + p {
	padding-top: -100px;
}

h3 {
	font-weight: bold;
	text-transform: uppercase;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	cursor: pointer;
}

h1
{
	display: inline-block;
	color: black;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	padding: 10px 0 10px 0;
}

h4
{
	font-size: 20px;
}

.submit_button
{
	font-family: 'Oswald', sans-serif;
	background-color: white;
	border: solid white 1px;
	border-radius: 10px;
}

.submit_button:hover
{
	cursor: pointer;
	background-color: black;
	color: white;
}

textarea
{
	resize:none;
	color: white;
	background-color: rgb(80,80,80);
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid black;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
}

input[type="text"], input[type="password"]
{
	color: white;
	background-color: rgb(80,80,80);
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid black;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
}

.list_select
{
	padding: 5px;
	border: none;
	border-radius: 10px;
	background-color: 	rgb(80,80,80);
	font-family: 'Oswald', sans-serif;
	color: white;
}

@font-face {font-family: "Hummingbird W00 Bold";
  src: url("font/ef0d7356dcf0e80aecaf6fa802e3f321.eot"); /* IE9*/
  src: url("font/ef0d7356dcf0e80aecaf6fa802e3f321.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("font/ef0d7356dcf0e80aecaf6fa802e3f321.woff2") format("woff2"), /* chrome、firefox */
  url("font/ef0d7356dcf0e80aecaf6fa802e3f321.woff") format("woff"), /* chrome、firefox */
  url("font/ef0d7356dcf0e80aecaf6fa802e3f321.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("font/ef0d7356dcf0e80aecaf6fa802e3f321.svg#Hummingbird W00 Bold") format("svg"); /* iOS 4.1- */
}

#main_div_home {
	margin: auto;
	width: 70%;
	text-align: center;
}

#main_div_home p {
	text-align: justify;
}

/***********************************************************************************************************************************/
/********************************************************** CSS MINI ***************************************************************/
/***********************************************************************************************************************************/
@media screen and (max-width: 720px)
{
	body
	{
		overflow-x: hidden;
	}
	
	#main_div_home
	{
		width: 90%;
	}
}