html, body {
  height: 100%; }

body {
  font-family: 'Open Sans';
  font-weight: lighter;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: url("/static/bg.jpg") #141824;
  background-size: cover;
  color: #eee;
  height: 100%;
  overflow: hidden; }

a {
  color: #36436B;
  text-decoration: none; }

a:hover {
  color: #506298;
  text-decoration: underline; }

.top {
  height: 100%;
  display: flex; }

.logo-top {
  text-transform: lowercase;
  margin: auto;
  text-decoration: none;
  outline: none;
  font-size: 1rem;
  font-weight: lighter;
  width: 15rem;
  text-align: center;
  animation: logo-fill 0.5s ease-out;
  transition: all 0.25s; }

.logo-top:hover {
  transform: scale(1.1);
  opacity: 0.5; }

.logo-top svg {
  width: 9.5rem;
  margin-bottom: 0.2rem; }

.logo-top span {
  display: block;
  color: rgba(255, 255, 255, 0.4); }

@keyframes logo-fill {
  0% {
    opacity: 0;
    transform: scale(0.25) rotateX(90deg); }
  50% {
    opacity: 1.0;
    transform: scale(1.2) rotateX(0deg); }
  100% {
    opacity: 1.0;
    transform: scale(1); } }
.logo-fill rect {
  transform: rotate(20deg);
  animation: logo-bars 0.75s 0.25s forwards; }

@keyframes logo-bars {
  0% {
    opacity: 0;
    transform: translate(-100px, 0px) rotate(20deg) scale(1.2, 1.2); }
  5% {
    opacity: 0.5; }
  25% {
    opacity: 1; }
  100% {
    transform: translate(400px, 0px) rotate(40deg) scale(1.5, 1.5);
    opacity: 1; } }
.logo-fill rect:nth-child(2) {
  animation-duration: 2.5s;
  opacity: 0; }

.logo-fill rect:nth-child(3) {
  animation-duration: 2.0s;
  opacity: 0; }

.logo-fill rect:nth-child(4) {
  animation-duration: 1.0s;
  opacity: 0; }

/* Bottom */
.bottom {
  display: flex; }

.logo-small {
  height: 1.6rem;
  padding: 1.5rem 2rem;
  opacity: 0.5;
  transition: opacity 0.5s; }

.logo-small:hover {
  opacity: 1.0; }

.nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0;
  padding: 2rem 0; }

.nav.nav-padded {
  margin-right: 6.2rem; }

.nav li {
  display: inline; }

.nav a {
  padding: 2rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

.nav a:hover {
  text-decoration: underline; }

.nav .active {
  font-weight: bold; }

.nav .active::after {
  content: ' ';
  display: block;
  width: 5rem;
  height: 1rem;
  background-color: #fff;
  margin: 1.2rem auto -2.5rem auto;
  border-radius: 100% 100% 0 0;
  box-shadow: 0 0 60px rgba(255, 255, 255, 0.9); }

/* Content */
.content {
  width: 100%;
  max-width: 900px;
  margin: auto;
  animation: 0.5s content-spawn forwards; }

@keyframes content-spawn {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }
.content a {
  color: #fff;
  font-weight: bold; }

/* Projects */
.projects {
  display: flex;
  padding: 1rem;
  width: 100%; }

.projects-list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; }

.projects-list li {
  flex-basis: 25%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 1px;
  margin: 1rem;
  color: #000;
  opacity: 0;
  animation: 0.3s content-spawn forwards; }

.projects-list li:nth-child(1) {
  animation-delay: 0.1s; }

.projects-list li:nth-child(2) {
  animation-delay: 0.2s; }

.projects-list li:nth-child(3) {
  animation-delay: 0.3s; }

.projects-list li:nth-child(4) {
  animation-delay: 0.4s; }

.projects-list li:nth-child(5) {
  animation-delay: 0.5s; }

.projects-list li:nth-child(6) {
  animation-delay: 0.6s; }

.projects-list li:nth-child(7) {
  animation-delay: 0.7s; }

.projects-list li:nth-child(8) {
  animation-delay: 0.8s; }

.projects-list li:nth-child(9) {
  animation-delay: 0.9s; }

.projects-list li:nth-child(10) {
  animation-delay: 1s; }

.projects-list li:nth-child(11) {
  animation-delay: 1.1s; }

.projects-list li:nth-child(12) {
  animation-delay: 1.2s; }

.projects-list li:nth-child(13) {
  animation-delay: 1.3s; }

.projects-list li:nth-child(14) {
  animation-delay: 1.4s; }

.projects-list li:nth-child(15) {
  animation-delay: 1.5s; }

.projects-list li:nth-child(16) {
  animation-delay: 1.6s; }

.projects-list li:nth-child(17) {
  animation-delay: 1.7s; }

.projects-list li:nth-child(18) {
  animation-delay: 1.8s; }

.projects-list li:nth-child(19) {
  animation-delay: 1.9s; }

.projects-list li:nth-child(20) {
  animation-delay: 2s; }

.projects-list li:nth-child(21) {
  animation-delay: 2.1s; }

.projects-list li:nth-child(22) {
  animation-delay: 2.2s; }

.projects-list li:nth-child(23) {
  animation-delay: 2.3s; }

.projects-list li:nth-child(24) {
  animation-delay: 2.4s; }

.projects-info {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.25s;
  flex-grow: 1;
  flex-direction: row;
  display: flex;
  justify-content: space-around; }

.projects-list li:hover .projects-info {
  opacity: 1; }

.projects-info-wrapper {
  margin: auto; }

.projects-info-wrapper h3 {
  font-size: 2rem; }

.projects-description {
  font-style: italic; }

@media (max-width: 950px) {
  .content {
    padding: 2rem; }

  .nav a {
    padding: 2rem 1rem; }

  .nav .active::after {
    width: 3rem; }

  .projects {
    overflow-y: scroll; }

  .projects-info-wrapper {
    padding: 1rem; }

  .projects-info-wrapper h3 {
    font-size: 1rem; } }

/*# sourceMappingURL=style.css.map */
