/**
 * NYC Tech & Beer - Stylesheet
 */

body {
    background-color: #000D40;
    padding-bottom: 15px;
}

div {
  text-align: center;
}

button {
  margin: 15px auto;
}

/* Banner section */

.banner-logo-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
}

.banner-logo {
    max-height: 100%;
    max-width: 100%;
}

p, h1,h2,h3,h4,h5,h6 {
    color: white;
    font-family: 'EB Garamond', 'Arial', sans-serif;
    text-align: center;
    line-height: 1.3;
    margin: 20px 0px;
}

/* Description section */

.description-container {
  display: block;
}

.description {
}

.description__tagline {
    font-size: 40px;
}
