body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
}

header {
  text-align: left;
  padding: 15px;
}
header img {
  width: 100%;
  max-width: 5rem;
  height: auto;
}
header .language {
  float: right;
}
header .language input[type=submit] {
  padding: 1rem;
  font-size: 1.2rem;
  color: #626262;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}
header .language input[type=submit]:hover {
  color: orange;
}

h1 {
  display: none;
}

.posts, .pagination {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 2rem 1rem;
}

.posts {
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  gap: 2rem;
}

.post {
  border: 1px solid #ccc;
  max-width: 500px;
  padding-bottom: 1rem;
  text-align: left;
}
.post .subset {
  padding: 0.5rem;
}
.post .subset h2 {
  font-size: 1.1rem;
  margin: 0.25rem 0 1.75rem 0;
  font-weight: 700;
  color: #626262;
}
.post .subset a.cta {
  border: 2px solid #f47920;
  font-size: 14px;
  color: #f47920;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  font-weight: 800;
  transition: all 200ms ease-out 200ms;
}
.post .subset a.cta:hover {
  background: #f47920;
  color: #fff;
}
.post a.img img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.pagination a {
  color: #626262;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 2px solid #ccc;
  margin: 0 0.5rem;
  text-align: center;
}

.pagination a.active {
  background-color: #f47920;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ccc;
}

footer {
  padding: 15px;
  text-align: center;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
footer ul li {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
footer ul li a {
  color: #626262;
}

.credit {
  font-size: 0.7rem;
  color: #666;
}
.credit img {
  height: 1.5rem;
  position: relative;
  top: 0.35em;
  margin-right: 0.5rem;
}

/*# sourceMappingURL=go.css.map */
