	/* Sticky footer styles */
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
		padding-top: 0px;
	  	margin-bottom: 280px;
		font-family: 'Allerta', sans-serif;
		font-size: 15px;
		background: none;

	}
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 280px;
	  background-color: none;
	}


	html { 
		background: url(pattern.png) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.row{
		margin: 0px 0;	
	}

	/* wad red 	color:#dc4646  */
	a, a:link, a:hover, a:active, a:visited{ 
		background-color: #333;
		color: #FFF;
		text-decoration: none;
		padding: 0px;
	}

	a:hover { 
		background-color: #FFF;
		color: #000;
	}


	p.content{
		font-family: 'Allerta', sans-serif;
		white-space: nowrap;
	}

	img.logo
	{
		max-width: 75%;
		margin: 30px auto;
	}
	div.media{
		font-size: 15px;
		padding-bottom: 100px;
	}