.container {
    position: absolute;
    /* top: 50%;
	left: 50%;
	margin: -300px 0 0 -470px; */
}

.content {
    /* background: url(../images/coffee.jpg); */
}

.content h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 180px;
    color: #222;
    line-height: 50px;
}

.content h3 {
    text-align: center;
    font-size: 22px;
    color: #222;
}


/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */

html,
body {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

body {
    /* background-color: #2A2A2A;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    color: #555; */
}