body {
  background-color: #111119;
  font-family: "Spectral", Garamond, sans-serif;
  font-size: 20px;
  margin: 0;
}

a {
  color:inherit;
  font-style: inherit;
  text-decoration: inherit;
}

.white {
  background-color: #fff;
  color: #222;
}

.logo {
  position: fixed;
  width: 18vw;
  text-align: center;
}

.logo img {
  width: 110px;
  margin-top: 12vh;
}

.content {
  padding-top: 8vh;
  margin-left: 20vw;
  width: 70vw;
  max-width: 960px;
  color: #fff;
}

.white .content {
  padding-top: 8vh;
  margin-left: 20vw;
  width: 70vw;
  color: #222;
}

.heading {
  font-size: 76px;
}

.subheading {
  font-size: 20px;
  color: #AAA;
  margin-bottom: 60px;
}

.subheading a {
  font-style: italic;
  color: #AAA;
  transition: all 0.2s ease;
}

.subheading a:hover {
  color: #000;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.text {
  margin-bottom: 100px;
}

.text a {
  color: #33A;
  font-weight: 600;
}

.items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 100px;
}

.item {
  position: relative;
  flex: 1 1 auto;
  min-height: 260px;
  width: 32%;
  min-width: 260px;
  box-sizing: border-box;
  background-color: #FFDEAD;
  color: #fff;
  padding: 15px;
  margin: 5px;
  border-radius: 5px;
  transition: all 0.2s ease;
  border: 5px solid rgba(0,0,0,0);
}

.item:hover {
  background-color: #fff;
  color: #000;
  border-color: #BA2640;
}

.item-heading {
    /* margin-bottom: 0px; */
}
.item-category {
    font-size: 0.9em;
    opacity: 0.5;
    margin-bottom: 35px;
}

.item-description {
    position: absolute;
    bottom: 15px;
    margin-right: 25px;
    font-size: 0.9em;
    opacity: 0.9;
}

.a {
  background-color: #6D3283;
  background-image: url('../img/patterns/pattern-games.png');
}

.b {
  background-color: #B03620;
  background-image: url('../img/patterns/pattern-hack.png');
}

.c {
  background-color: #EC5E0C;
  background-image: url('../img/patterns/pattern-space.png');
}

.d {
  background-color: #375F9E;
  background-image: url('../img/patterns/pattern-code.png');
}

.e {
  background-color: #F78F1E;
  background-image: url('../img/patterns/pattern-code.png');
}

.f {
  background-color: #85871A;
  background-image: url('../img/patterns/pattern-code.png');
}

.g {
  background-color: #508080;
  background-image: url('../img/patterns/pattern-space.png');
}


.carousel {
  margin: 100px auto;
  padding: 0 10px;
  width: 92vw;
  box-shadow: 0 0 10px 10px white;
  box-sizing: border-box;
  background-color: white;
}

.carousel .c-item {
  /* height: 70vh; */
  margin: 10px;
  background-color: #f8f8f8;
  padding: 15px 15px 0px 15px;
  opacity: .3;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.carousel .c-item:focus {
  outline: none;
}

.c-item.slick-current {
  opacity: 1;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}

.carousel .c-item img {
  margin: 0 auto;
  height: 60vh;
}

.carousel .c-item .caption {
  max-width: 600px;
  width: 480px;
  text-align: center;
  margin: 15px auto;
  color: #333333;
  font-size: 14px;
}
