@charset "utf-8";
@import url("Responsive.css");
/* CSS Document */

.leading {
	margin-bottom: -15px;
}

.btn {
	background-color: brown;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	border: none;
}

.btn:hover {
	background-color:crimson;
}

.form-control{
	vertical-align: middle;
}

header {
	color:#fcf8ee;
	background-color:#0f0f0f;
	text-align:center;
	padding: 7px;
}

H1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
	color:#421d14;
	font-size: 55pt;
}

h3 {
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #421d14;
	font-size: 40pt;
}

h4 {
	font-family: "calibri", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #421d14;
}

p {
	font-family: "calibri", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14pt;
}

.col-sm-4 {
	margin: auto;
}

.left-centered {
	text-align: left;
}

.right-centered {
	text-align:right;
}

body {
	background-color:#421d14;
}

.container {
	background-color:#fcf8ee;
}

footer {
	color:#fcf8ee;
	background-color:#0f0f0f;
}

li {
	font-family: "calibri", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.spec-sheet p {
	color: #421d14;
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 400;
	font-style: bold;
	font-size: 58pt;
	background-color: #fde8a7;
	margin-bottom: 0
}
.spec-sheet {
	margin-bottom: 10px
}

.kitten {
	float: right;
	margin: 5px;
}

li {
	list-style-type:square;
}

.about-me li {
	list-style-type:none;
}