* {
  box-sizing: border-box;
}

body {
  height: 100%;
  background: url(../images/background.svg) no-repeat center center fixed;
  background-size: cover;
}

h1 {
  font-weight: 600;
}

p {
  font-weight: 300;
}

.primary_indicator {
  color: #1eaedb;
}

.primary-title {
  font-weight: bold;
  color: black;
}

.primary_link {
  color: black;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 2px solid #1eaedb;
}

.primary_link:hover {
  color: black;
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

section {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.intro {
  align-items: center;
}

.projects {
  background-color: #dddddd83;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd83), to(#6ac4e083));
  background-image: linear-gradient(180deg, #dddddd83, #6ac4e083);
  text-align: center;
}

.projects::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-bottom: 10vh solid #dddddd83;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.flickity-button {
  padding: 0px;
}

.carousel-cell {
  margin-top: 3vh;
  height: calc(100vh - 50px - 3vh);
  width: 100vw;
}

.carousel-cell > .inner-carousel {
  vertical-align: middle;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-cell > .inner-carousel > .inner-content > img {
  height: auto;
  max-height: 75vh;
  max-width: 100vw;
  object-fit: contain;
}

.carousel-cell > .inner-carousel > .inner-content > .button {
  border-color: #000000;
  text-align: center;
}

.carousel-cell > .inner-carousel > .inner-content > .button > * {
  vertical-align: middle;
  height: 18px;
  width: 18px;
}
