@import url('https://fonts.googleapis.com/css?family=Syncopate:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,600');

* {
  margin: 0;
  padding: 0;
}

html,
header,
body {
  width: 100%;
}

main,
footer {
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
header {
  font-family: 'Syncopate', sans-serif;
}



h1 {
  margin: 0 0 0 5%;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
}

h2 {
  padding: 1em 0;
  color: #4F84C4;
  font-weight: 400;
}



.flex {
  display: flex;
}

.active {
  font-weight: 700;
}

.symbol {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #4F84C4;
  border-top-left-radius: 50%;
  margin-right: 0.5em;
}

.more {
  text-align: right;
}


strong,
figcaption {
  color: #4F84C4;
}

/* HEADER */

#balloon {
  margin: 0 7%;
}

header img {

  margin-top: -20px;
  animation: rotate-bubble 10s infinite linear;
  transform-origin: center;
}

@keyframes rotate-bubble {

  25% {
    transform: translateX(10px) rotate(10deg);
  }

  50% {
    transform: translateX(0px) rotate(20deg);
  }

  75% {
    transform: translateX(-10px) rotate(10deg);
  }
}

header {
  z-index: 100;
  position: relative;
}

header a {
  text-decoration: none;
  color: #fff;
}

header li a {
  padding: 5px;
}

header li a:hover {
  border: 2px solid #fff;
  box-sizing: border-box;
}

#navigation {
  width: 100%;
  height: 45px;
}

nav {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
  width: 100%;
  /*flex-wrap: wrap;*/
  height: 45px;

}


nav ul {
  list-style: none;
  margin: 0 5%;
  display: flex;
}

nav ul li {
  display: block;
  text-align: center;
  padding: 0 0.75em;
  line-height: 45px;
}

#banner {
  background-image: url(../img/clouds2.png);
  background-color: #4F84C4;
  height: 310px;
  width: 100%;
  animation: move-clouds linear 15s infinite;

}

@keyframes move-clouds {
  to {
    background-position: 0 900px;

  }

}

#banner-content {
  display: flex;
  /*flex-wrap: wrap-reverse;*/
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}

#catch {
  margin: 0 5%;
  margin-top: 50px;
}

header p {
  font: 30px 'Roboto', sans-serif;
  letter-spacing: 0.2em;
  font-weight: 300;
  border: 2px solid #fff;
  padding: 10px;
  margin: 10px;
  text-align: center;
  color: #fff;
}



/* MAIN */

/*Home*/

main {
  margin: 45px 5%;
}

#homepage {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  ;
}

/* NEWS */

.date {
  font-weight: 600;
  font-size: 15px;
}

#news {
  width: 60%;
  min-width: 400px;
}

.news-item {

  font: 15px 'Roboto', sans-serif;
  line-height: 140%;
  font-weight: 300;
  border-bottom: 1px solid #4F84C4;
  ;
  padding: 1em 0;
}

.news-item-desc {
  padding: 0.5em 1em;
}

#news h3 {
  font-weight: 100;
  font-size: 25px;
  padding-bottom: 1em;
  color: #4F84C4;
}

#news figure {
  margin: 30px 0;
}

#news img {
  width: 100%;

}

/* EVENTS */

#events {
  width: 30%;
}

.upcoming-item {
  display: flex;

}

.calendar {
  width: 60px;
  height: 60px;
  margin: 10px;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 50%;
  text-align: right;
  background-color: #91a9c4;
}

.calendar-number {
  font-size: 45px;
  font-weight: 100;
  line-height: 40px;
  text-align: right;
}

.month {
  letter-spacing: 0.2em;
}

.event {
  padding-top: 45px;
  font-weight: 400;
  text-align: left;

}

.headline {
  font-size: 20px;
  color: #91a9c4;
}

/* ABOUT */

strong {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

#biography {
  justify-content: space-around;
  flex-wrap: wrap;
  line-height: 140%;
}

#biography p {
  padding: 0 30px 1em 30px;
}

#bio {
  width: 600px;
  padding-right: 2em;
  font-weight: 300;
}

#bio figure {
  margin: 1em 30px;
}

#bio img {
  width: 100%;
}

#timeline {
  padding: 0 30px;
}

#shows {
  width: 400px;
  font-size: 15px;
  font-weight: 300;
}

#shows h3 {
  font-weight: 300;
  display: block;
  font-size: 25px;
  color: #4F84C4;
  border-top: 2px solid #4F84C4;
  padding: 10px 5px 0 0;

}

#shows ul {
  border-left: 2px solid #4F84C4;
  padding-left: 20px;
}

#shows li {
  list-style: none;
  padding: 1em 0;
}

/* GALLERY */

.work {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 15px 30px;
  z-index: -100;
}

.number {
  font-weight: 100;
  color: #4F84C4;
  font-size: 110px;
  text-align: right;
}

.work-desc {
  font-size: 14px;
  margin-top: -20px;
  padding: 10px;
  text-align: right;
}

.work-name {
  align-self: flex-end;
  padding: 0 1em 0 1em;
}

.work-frame {
  flex: none;
}

/* CONTACT */

#contact {
  justify-content: space-around;
  flex-wrap: wrap;
}

#contact-me {
  width: 500px;
}

form {
  min-width: 500px;
  padding: 0 30px;
  font: 15px 'Roboto', sans-serif;
  line-height: 140%;
  font-weight: 300;
  color: #4F84C4;
  letter-spacing: 0.05em;
}

form input {
  width: 80%;
  padding: 5px;
  margin-bottom: 20px;
  border: 2px solid #4F84C4;
}

textarea {

  width: 80%;
  border: 2px solid #4F84C4;
}

input[type=submit] {
  background-color: #4F84C4;
  width: 70px;
  height: 50px;
  border-top-left-radius: 50%;
  color: #fff;
  font-size: 15px;
  text-align: right;

}

#contact p {
  font: 15px 'Roboto', sans-serif;
  line-height: 140%;
  font-weight: 300;
  padding: 0 30px 30px 30px;
}

#contact img {
  margin-bottom: 30px;
  border-radius: 50%;
  padding: 0 25%;
}

iframe {
  filter: hue-rotate(90deg) saturate(120%);

}

/* FOOTER */

footer {
  width: 100%;
  background-color: #4F84C4;

}

#footer-content {
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

#copyright {
  line-height: 40px;
  color: #fff;
  margin-left: 20px;
}

#social-media {
  margin-right: 20px;
}


.navbar-fixed {
  top: 0;
  background-color: #4F84C4;
  ;
  position: fixed;
  margin-top: 0;
  padding-top: 0;

}

@media(min-width:1200px) {
  main {
    width: 1200px;
    padding: 45px 5%;
    margin: 0 auto;
  }

  #banner-content,
  #nav_bar,
  #footer-content {
    width: 1200px;
    margin: 0 auto;
  }


}
