html,
body {
	font-family:Arial,sans-serif;
	background-color:#777777;
	color:#eeeeee;
}

/* h1,h2,h3,h4,.lead,.btn,.navbar a {
  text-transform:uppercase;
  font-family:'Voltaire',Arial,sans-serif;
  letter-spacing:2px;
} */

h1 {
	font-size: 75px;
	text-transform:uppercase;
	font-family:'Voltaire',Arial,sans-serif;
	letter-spacing:2px;
	text-align : center;
	top: 50px;
	position: relative;
}

h2 {
	font-size: 40px;
	font-family:'Voltaire',Arial,sans-serif;
	letter-spacing: 2px;
	text-align : center;
	top: 50px;
	position: relative;
}
p {
	font-size: 25px;
	text-align: center;
	top: 50px;
	position: relative;
}

hr {
	border: none;
	color: #333 ;
	height : 5px;
	padding: 75px;
	position: relative;
}

a {
	color: black;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  h1 {
  font-size:25px;
  }
  h2 {
	font-size: 20px;
}
p {
	font-size: 18px;
}
}
