.wrapper {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  font-family: 'Slabo 27px', serif;
  color: #554a5a;
  justify-content: flex-end;
}

.wrapper > * {
  flex: 1 100%;
}

body {
  padding: 1em;
}

.main {
  border-top: 3px dotted #554a5a;
  padding-bottom: 10px;
  padding-top: 20px;
}

.aside__left {
  display: inline-flex;
  text-align: center;
  justify-content: space-between;
  order: 0;
}

.footer__image__links {
  color: #554a5a;
  margin-bottom: 30px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}

.header__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #5fbeec;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 10vw;
  letter-spacing: 5px;
}

.header__subtitle {
  font-family: 'Slabo 27px', serif;
  font-size: 6vw;
  color: #554a5a;
  letter-spacing: 2px;
  font-weight: normal;
  margin-top: 0;
}

.header__logo__container {
  flex-direction: column;
  justify-content: center;
}

.header__logo {
  max-width: 30%;
}

.main__image {
  max-width: 100%;
  padding-bottom: 20px;
}

.yellow__block, .purple__block, .blue__block {
  max-width: 40%;
  text-align: center;
}

.colorblock__text {
  font-family: 'Slabo 27px', serif;
  font-size: 15px;
  text-align: center;
  color: #554a5a;
  margin-top: 0px;
}

.colorblock__text__turquoise {
  font-family: 'Slabo 27px', serif;
  font-size: 15px;
  text-align: center;
  color: #5fbeec;
  margin-top: 0px;
}

.footer__title {
  font-family: 'Slabo 27px', serif;
  font-size: 25px;
  color: #554a5a;
  letter-spacing: 2px;
  font-weight: normal;
}

.software__block, .blogger__block, .graphic__block {
  width: 70%;
  height: auto;
}

.featured__caption {
  font-family: 'Slabo 27px', serif;
  font-size: 20px;
  text-align: center;
  color: #554a5a;
  margin: 0px;
}

.featured__caption__dropdown {
  font-family: 'Slabo 27px', serif;
  font-size: 20px;
  text-align: center;
  color: #554a5a;
  margin: 0px;
}

.featured__caption__dropdown:hover .dropdown-content {display: block;}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

a:link {
  color: #5fbeec;
  text-decoration: none;
}

a:visited {
  color: #5fbeec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
