html, body {
    max-width: 100%;
    overflow-x: hidden;
	background-color: #161515;
}

h1+p a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	font-family: 'Staatliches', cursive;
	font-size: 20px;
	text-align: center;
	color: #fff; 
}

p {
	font-size: 16px;
	font-family: 'Staatliches', cursive;
	color: #fff; 
}

a:link    {text-decoration:none}
a:visited {text-decoration:none}
a:hover   {text-decoration:none}
a:active  {text-decoration:none}

#instagram {
	padding: 20px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

#contact h2 {
	color: #fff;
}

#contact p {
	text-align: center;
	color: #fff;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
}

#contact a:link    {text-decoration:none; color: #D67734;}
#contact a:visited {text-decoration:none; color: #D67734;}
#contact a:hover   {text-decoration:none; color: #fff;}
#contact a:active  {text-decoration:none; color: #fff;}

#social { 
	padding-bottom: 20px;
	text-align: center;

}

#social img { 
	margin-left: 20px;
}

