body, button, input, select, textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #777777;
}
header {
	height: 75px
}
h1 { 
	margin: 0px;
	line-height: 1;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	display: initial;
	vertical-align: middle;
	font-weight: 600;
}
h2 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    position: relative;
    color: #000000;
}
.container {
   	max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width:576px) {
	.container {
    	width: 540px;
	}
}
@media (min-width:768px) {
	.container {
	    width: 720px;
	}
}
