@charset "UTF-8";
/* CSS Document */

#main-hero-header {
	background-color:#222;
	max-width: 100%;
}
#main-hero-header h1, #main-hero-header p{
	color:#fff;
	
}

img#logo{
	padding: 0;
}
#footer{
	background-image: url("../img/border.jpg"i);
	  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.row{
	padding: 2em;
}

h2, h3, h4, h5, h6{margin-top: 1em !important; line-height: 1.5;}
img{padding: 1.5em 0;}

.btn-primary {
    color: #fff;
    background-color: #222;
    border-color: #222;
}