/* 2k16 css stylee */

@import url(http://fonts.googleapis.com/css?family=Bevan);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

body 
{
	background: #ffffff;
}

div.mainTextDiv 
{
	width: 600px; 
	margin: 0 auto;
  font-family: "Roboto Condensed";
  font-size: 24px;
  overflow:hidden;
  text-align: justify;
}

div#commentForm
{
  font-family: "Roboto Condensed";
  font-size: 24px;
}

.whiteText
{
  font-family: "Roboto Condensed";
  font-size: 16px;
}

@media (max-width: 600px) 
{
	div.mainTextDiv 
	{
		width: 96%; 
		margin: auto;
	  font-family: "Roboto Condensed";
	  font-size: 24px;
	  /*overflow:hidden;*/
	  text-align: justify;
	}
	
	#polaroidOfMe
	{
		width: 80%;
	}
	
	#yokuImg
	{
		width: 80%;
	}
}

div#footerDiv
{
	width: 600px; 
	margin: 0 auto;
  font-family: "Roboto Condensed";
  font-size: 12px;
  overflow:hidden;
  text-align: justify;
  background-color: #f5f5f5;
}

.footerSpan
{
	margin-top: 10px;
	padding-left: 220px;
	text-align: right;
}

@media (max-width: 600px) 
{
	div#footerDiv
	{
		width: 96%; 
		margin: 0 auto;
	  font-family: "Roboto Condensed";
	  font-size: 12px;
	  overflow:hidden;
	  text-align: justify;
	  background-color: #f5f5f5;
	}

	.footerSpan
	{
		padding-left: 210px;
	}

}

/* */

a, a:visited 
{
	color: #d33682;	
	background-color: white;
	text-decoration: none;
}

a:hover 
{
	color: white;
	background-color: #d33682;	
}

a img
{
	text-decoration: none;
	color: #e5e5e5;
	display: block;
	float: left;
}

.socialImg
{
	width: 40px;
}

/*
@media (max-width: 600px) 
{
	#gawCanvas
	{
		transform-origin: left;
	}
}
*/

/**/

.sendButton
{
	color: black;
	width: 100px;
	height: 50px;
}
