body {
  background-color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next",
    "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica",
    "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu",
    "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
}

.navbar {
  padding: 0px;
  font-family: "Oswald";
}
.navbar .title {
  font-size: 1.1em;
  margin-left: 10px;
  color: #f7c952;
}
.navbar .title a {
  font-size: 1.1em;
  text-decoration: none;
  color: #f7c952;
}
@media only screen and (max-width: 1000px) {
  .navbar .title {
    margin: 10px;
  }
}

.org-logo {
  font-weight: 400;
  padding: 5px;
  color: #353a3f;
  background-color: #f7c952;
}
.org-logo img {
  margin: 10px;
}

.ccc-aws-header {
  color: #555;
  font-size: 2em;
  font-weight: 900;
  font-family: "Fira Sans";
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 20px;
  border-bottom: 2px solid #555;
}

.meetup .list-group p {
  font-size: 1em;
}

.card.gray {
  border: 0;
  background-color: #f1f3f4;
  font-size: 1.1em;
  padding: 0.75em;
}
.card.gray .btn {
  margin-top: 15px;
}
.card.gray p.card-text {
  text-indent: 50px;
}

footer {
  margin-top: 100px;
}

div.item-block {
  margin-bottom: 80px;
}
div.item-block .item-header {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: "Fira Sans";
  color: #444;
  padding: 1em;
  background-color: #f7c952;
}
div.item-block .item-body {
  font-size: 1em;
  padding-left: 30px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 58, 63, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(53, 58, 63, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #353a3f;
  border-color: #353a3f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #24272a;
  border-color: #1e2123;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 58, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 58, 63, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #353a3f;
  border-color: #353a3f;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e2123;
  border-color: #181a1c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 58, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(53, 58, 63, 0.5);
}

a {
  color: #353a3f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #121415;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

footer {
  margin-top: 100px;
}

.header-link {
  font-size: 1.1em;
}

.card img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}