@import url('https://fonts.googleapis.com/css?family=Sunflower:700');

html, body {
  margin: 0;
  padding: 0;
}

header {
  z-index: 1;
  position: fixed;
  width: 100%;
  background-color: #fff;
  text-align: right;
  box-shadow: 2px 2px 2px #222;
}

header span {
  font-size: 15px;
}

.navbar {margin-bottom: 0px;}

.logo {
  position: relative;
  margin-top: -10px;
  padding: 0px;
  width: 150px;
}

.nav li a {
  font-family: 'Sunflower', sans-serif;
  color: #222;
  font-size: 15px;
}

main {
  padding-top: 54px;
  width: 100%;
}

main img {
  width: 100%;
}

.about {
  padding-top: 50px;
}

.about img {
  margin: 70px 0px 20px;
}

.mission {
  padding-top: 50px;
}

.contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.submissions {
  padding-top: 100px;
}

.submissions h2 {
  font-size: 2.25em;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.submissions img {
  margin: 70px 0px 20px;
}

.prizes {
  padding-top: 100px;
}

.prizes h2 {
  font-size: 2.25em;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.specialcalls {
  padding-top: 100px;
}

.specialcalls h2 {
  font-size: 2.25em;
  padding-bottom: 50px;
}

.item {
  max-height: 725px;
}

.prizes img {
  margin: 70px 0px 20px;
}

.present, .editions {
  padding-top: 100px;
}

.present h2, .editions h2 {
  font-size: 2.25em;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.editions .col-md-6 {
  padding: 35px;
  text-align: center;
}

.editions img {
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  box-shadow: 2px 2px 2px #888;
}

.editions span {
  display: inline-block;
  padding: 10px;
  font-family: 'Arial';
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

.carousel-indicators li {
  width: 20px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 0.8;
}

.carousel-indicators .active {
  width: 20px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 1;
}
