html {
    line-height: 1.15;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-family: 'Dosis', Arial, Helvetica, sans-serif;
    background-color: black;
}
main {
    display: block;
    padding: 30px 0;
}
h1, h2, h3, h4, h5, h6, p, a, input, div, textarea, label {
    margin: 0;
}
h2 {
    font-size: 28px;
}
ul {
    list-style: none;
    padding-left: 0;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
p {
    font-size: 1em;
}
img {
    border-style: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
}

header {
    background-color: black;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    border-bottom: 1px solid white;
}
header img {
    vertical-align: middle;
}
header .logo {
    float: left;
    margin-right: 20px;
}
.title-header {
    float: left;
}
.title-header .title {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-family: 'Dosis', serif;
    margin-top: 10px;
}
nav {
    font-size: 18px;
    text-align: center;
    float: right;
    margin-top: 5px;
}
nav li {
    display: inline-block;
}
nav li a {
    color: white;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
}
nav li a:hover {
    text-decoration: underline;
}
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/background.jpg  );
    background-size: cover;
    color: white;
    height: 50vw;
    text-align: center;
    border-bottom: 1px solid white;
}
.hero h1 {
    font-family: 'Dancing Script', sans-serif;
    font-weight: 300;
    font-size: 8vw;
    padding-top: 20vw;
}
.hero h2 {
    font-family: 'Oleo Script', sans-serif;
    font-weight: 700;
    font-size: 4vw;
    padding-top: 1vw;
}
.item-inner {
    margin-left: 10px;
}
.column {
    width: 30%;
    display: inline-block;
    margin-top: 20px;
}
.column:not(:last-child) {
    margin-right: 2%;
}
.hours {
    border: 1px solid darkgrey;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: white;
    text-transform: uppercase
}
.hours span {
    float: right;
    color: #ddd;
    text-transform: lowercase;
    font-weight: 500;
}
.hours li {
    border-bottom: 1px dotted #555;
}
.menu-item {
    margin-bottom: 30px;
}
.menu-item h2 {
    margin-bottom: 10px;
}
.menu-item:first-child {
    float: left;
    margin-left: 2.5%;
}
.menu-item:nth-child(2) {
    float: left;
    margin-right: 2.5%;
}
.menu-item li {
    padding-bottom: 3px;
    border-bottom: 1px dotted #555;
    margin-bottom: 5px;
}
.menu-item li span {
    float: right;
}
.menu-item .muted {
    color: #bbb;
}
.event-item {
    margin-bottom: 25px;
    border: 1px solid #000
}
#coffeehouse {
    background-image: url("https://live.staticflickr.com/4547/38870108602_4d4a96ca01_b.jpg");
    background-size: cover;
    margin-left: 150px;
    width: 80%;
    height: 300px;

}
footer {
    color: #fff;
    padding: 10px;
    border-top: 1px solid white;
    text-align: center;
}
footer h2 {
    margin-bottom: 10px;
}
footer li {
    display: inline-block;
    margin: 5px 0;
}
footer a {
    color: #ddd;
    font-weight: bold;
    text-decoration: none;
}
footer a:hover, footer a:active {
    color: #fff;
    text-decoration: underline;
}
footer li {
    display: inline-block;
    width: 32%;
}
footer li:first-child {
    text-align: left;
}
footer li:nth-child(2) {
    text-align: center;
}
footer li:last-child {
    text-align: right;
}
