.ui.text.container {
  color: #313537;
  font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 1.6;
  font-size: 17px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.org {
  font-weight: bold;
}

.date {
  font-style: italic;
}

header {
  text-transform: uppercase;
  font-family: 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
  padding-bottom: 1em;
}

h1 {
  color: #333333;
  font-size: 28px;
  letter-spacing: -0.005rem;
  font-weight: bold;
}

nav, nav a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

nav ul {
  list-style: none;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;

  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 0;
}

nav ul a {
  margin-right: 12px;
}

nav ul a:hover {
  color: #333333;
}

header {
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

header .logo {
  height: 100px;
}

header .text {
  align-self: center;
  margin-left: 1em;
}
