@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100);
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}
/* main */
body
{
/*	background:url(../images/background.jpg) no-repeat center center #fff;
	background-attachment:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: #EEE;
  font-family: 'Roboto', sans-serif;
  color:#262626;
  
}

.header-text
{
	max-width:932px;
	width:100%;
	margin:0 auto;
}

.header-text h1
{
	font-size:20px;
	padding:15px 0;
	text-align:center;
	font-weight:300;
}

.content
{
	background:url(container.png) no-repeat top center;
	background-size:100%;
	min-height:539px;
	max-width:932px;
	width:100%;
	margin: 0 auto;	
}


.content .logo
{
/*	width:26.82403433476395%;*/
    
	margin:0 auto;
	padding-top:70px;
    text-align:center;
    height: 66px;
    
}

#logo-img 
{ 
    height: 66px;
}


.content .top
{
	font-size:50px;
	font-weight:100;
	color:#fff;
	padding-top:45px;
	text-align:center;
	min-height:50px;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg);	

}

.content .bottom
{
	margin-top:50px;
	font-size:20px;
	line-height:25px;
	padding:20px 6.437768240343348% 20px 5.579399141630901%;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg);	
	font-weight:300;
	text-align:center;
}



.footer
{
	width:100%;
	background:#fff;
	margin-top:40px;
	padding:22px 0;
}




.footer .footer-content
{
	max-width:932px;
	width:100%;
	margin:0 auto;
	font-size:13px;
}

.footer .footer-content a
{
  color:#262626;
  text-decoration:none;
}

.footer .footer-content .toLeft, .footer .footer-content .toRight
{
}

.footer .footer-content .toLeft
{
	width:75%;
}
.footer .footer-content .toRight
{
	width:25%;
}

.toLeft
{
	float:left;
}

.toRight
{
	float:right;
	text-align:right;
}

.clear
{
	clear:both;
}


@media screen and (max-width:800px)
{
	
	.header-text h1
	{
		font-size:16px;	
	}
	
	
	.content .logo
	{
		padding-top:55px;		
	}
	
	.content .top
	{
		font-size:40px;
		padding-top:60px;
	}
	
	.content .bottom
	{
		margin-top:20px;
		font-size:18px;
	}
}


@media screen and (max-width:700px)
{
	.content .top
	{
		font-size:30px;
		padding-top:45px;
	}
	
	.content .bottom
	{
		margin-top:10px;
		font-size:12px;
	}
}


@media screen and (max-width:601px)
{
	.header-text h1
	{
		font-size:12px;	
	}
	
	.content .logo
	{
		width:26.82403433476395%;
		margin:0 auto;
		padding-top:30px;
		padding-bottom:30px;
	}
	

	.content
	{
		background:transparent;		
	}
	
	.content .top
	{
		font-size:30px;
		background:#c66363;
		line-height:50px;
		padding-top:0px;
	}
	
	.content .bottom
	{
		margin-top:0px;
		font-size:12px;
		background:#fff;
	}
	
	.footer
	{
		margin-top:0px;		
	}
}
