@import 'https://fonts.googleapis.com/css?family=Anton';
h1,h2,h3,h4,h5,h6{
	font-family: 'Anton', sans-serif;
	letter-spacing:1px;
	}
.text-justify{
	padding:5px 0px 5px 0px;
	}
.header{
	height:auto;
	
	width:auto;

	
	
	}
	

	
	
@media screen and ( min-width : 0px ) and ( max-width : 320px ){
.logo h1{
	text-align:center;
	}
	
	.header{
		width:auto;
		height:auto;

	
	
	}
	
}
@media screen and ( min-width : 321px ) and ( max-width : 480px ){
.logo h1{
	text-align:center;
	}
	
	.header{
		height:auto;
		width:auto;


	
	
	
	}
	
	
	
}
@media screen and ( min-width : 481px ) and ( max-width : 768px ){
.logo h1{
	text-align:center;
	}
	
	.header{
		width:auto;
		height:auto;
	

	
	
	
	}
	
	
}
.social-icon{
	padding:15px 0px 0px 0px;
	text-align:center;
	}
.footer{
	color:#FFF;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	}