/*
Custom CSS - add your code here!  Look up body CSS (background, font color, font size, etc.), other font CSS, etc.
*/

/* This is the main heading - remember to keep the "important" in there! */
h1 {
	font-family: 'Anton', sans-serif!important;
	font-size: 64px!important;
	color: #ffff00!important;
	padding-bottom: 10px;
}

/* This is the textured background.  Save images in the img folder and load them here.  I got this one from https://www.toptal.com/designers/subtlepatterns/ */
body {
	background: #000 url("../img/bg-new.jpg") repeat left top!important;
}

.container {
	padding: 50px;
}

.heading {
	background-color: #000; 
}

p {
	font-family: 'Open Sans Condensed', sans-serif!important;
	font-size: 18px!important;
	font-weight: 800!important;
	margin-top: 10px!important;
	color: #ffff00!important;
	padding: 20px 100px!important;
	background-color: #000!important;
	margin: 0!important;
}