* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  color: #2b2c2d;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

figure {
  text-align: center; }

img {
  vertical-align: middle; }

.content {
  max-width: 90%;
  width: 800px;
  margin: 0 auto; }

.header {
  height: 100vh;
  background-image: url("assets/sky-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.header-dawn {
  color: white;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  font-size: 1.5rem; }

.header-dawn-link {
  text-decoration: none; }

.header-center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-title {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 8rem;
  font-family: 'Tangerine', cursive;
  font-weight: 400; }

.header-subtitle {
  color: white;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 200; }

.header-description {
  color: white;
  font-weight: 400;
  margin-bottom: 2rem; }

.subquote {
  text-align: center;
  font-weight: 200; }

.revolution {
  height: 24rem; }
  .revolution h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .revolution blockquote {
    text-align: center;
    font-size: 1.1rem; }

img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

section {
  margin-bottom: 8rem; }

.travelling span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-weight: 200; }

.selfies-container,
.wishes-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin: 2rem;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.selfies-email,
.wishes-email {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4rem; }

#selfie-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  #selfie-images .selfie {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
    border-radius: 2px; }

.footer {
  margin-top: 8rem;
  margin-bottom: 2rem; }
  .footer p {
    text-align: center; }

.uos-font {
  font-family: 'Tangerine', cursive; }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto; }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease; }

.active {
  background-color: #717171; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px; } }

.mySlides {
  display: none; }
