@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,400,400i,600,600i,900,900i');

/* General */
body{
  font-family: 'Raleway', sans-serif;
  background-color: rgb(20,20,20);
  color: white;
  line-height: 1.8em;
}

.container{
  max-width: 1200px;
}

section .row{
  padding-top: 30px;
}

a:link, a:hover, a:visited, a:active{
  text-decoration: none;
}

a:hover, .carousel-control:hover, .carousel-caption .movieTitle:hover{
  color: rgba(200, 0, 0, 1);
}

@keyframes beRed {
  from{
    background-color: rgb(20,20,20);
    color: white;
  }
  to{
    background-color: rgb(200,0,0);
    color: rgb(200,200,200);
  }
}

@keyframes shadowRed {
  from{
    box-shadow: 0 0 8px rgb(50,50,50);
  }
  to{
    box-shadow: 0 0 8px rgb(200,0,0);
  }
}


/* Header*/

header{
  padding-top: 50px;
}


  /* Navbar styling */
.navbar{
  margin-bottom: 0;
}

.navbar-inverse{
  background-color: black;
  font-size: 1.2rem;
}

.navbar li{
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-bottom: solid 3px rgba(255, 0, 0, 0);
}

.navbar li:hover{
  border-bottom: solid 3px rgba(255, 0, 0, 0.5);
}


/* Top logo, date and social icons styling*/

@media (max-width: 330px) {
  .visible-xs.hidden-xxs{
    display: none !important;
  }
}
#smallHeader{
  position: relative;
  /*z-index: 101;*/
}

  /* posision on carousel*/
.carousel-top-caption{
  position: absolute;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 100;
}
.topLogo, .socialIcons img{
  width: 100%;
  margin-top: 10px;
}

  /* Logo image */
img.topLogo{
  max-width: 200px;
  padding-bottom: 10px;
  opacity: 0.8;
  border-bottom: solid 4px rgba(255, 255, 255, 1);
}

img.topLogo:hover{
  border-bottom: solid 4px rgba(255, 0, 0, 0.5);
  opacity: 1;
}

  /* Social icons */
.socialIcons img{
  max-width: 48px;
  min-width: 24px;
  border: 1px solid white;
  border-radius: 50%;
}

.socialIcons img:hover{
  background-color: rgba(255, 0, 0, 0.5);
}

  /* Awards */
.carousel-caption .movieAwards img{
  height: 64px;
  padding-bottom: 10px;
  border-bottom: solid 4px rgba(255, 0, 0, 0);
}

.carousel-caption .movieAwards img:hover{
  border-bottom: solid 4px rgba(255, 0, 0, 0.5);
}

  /* Text h1 and h2*/
.carousel-caption .movieTitle{
  color: black;
  font-size: 3em;
  text-shadow: 0px 0px 8px white;
  font-weight: 900;
  text-transform: uppercase;
}

/* Sections */

section, header, footer{
  background-color: black;
}

section{
  padding-bottom: 30px;
  padding-top: 30px;
}

section h1{
  padding-bottom: 30px;
}

.indent{
  padding-left: 30px;
  padding-right: 30px;
}

.faceImage{
  border: solid 2px white;
  border-radius: 50%;
  margin-top: 20px;
}

#jury, #venue, #whoarewe, #sponsors{
  font-size: 1.6rem;
  text-align: justify;
  background-color: rgb(10,10,10)
}

#festival{
  font-size: 1.6rem;
}

/* Agenda stying */
#agenda{
  background-color: black;
  padding-bottom: 0;
}

#agenda [id*="day"]{
  padding-left: 0;
  padding-right: 0;

  padding-top: 20px;
  padding-bottom: 20px;
}

#agenda .divider{
  width: 100%;
  height: 50px;
  position: relative;
  height: 3px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-bottom: solid 3px white;
}

#agenda .divider .number{
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 3px;
  background-color: black;
  border: solid 3px white;
  border-radius: 50%;
  font-family: "Helvetica", Arial, open-sans;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  left: 45px;
  bottom: -15px;
}

#day1{
  background-color: rgba(255, 255, 255, 0.12);
}
#day2{
  background-color: rgba(255, 255, 255, 0.08);
}
#day3{
  background-color: rgba(255, 255, 255, 0.04);
}

#agenda dl{
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #agenda .dl-horizontal dt{
    width: 70px;
    text-align: left;
  }
  #agenda .dl-horizontal dd{
    margin-left: 80px;
  }
}

/* Venue */
#venue .map{
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  #venue .map{
    height: 450px;
  }
}

.img-vertical-center{
  display: block;
  max-width: 200px;
  height: auto;
  padding-top: 30px;
}

@media (max-width: 992px) {
  .img-vertical-center{
    display: inline-block;
    max-width: 150px;
    padding: 15px;
  }
}

/* Registration*/
#registration{
  background-color: rgba(200,0,0,0.2)
}

@media (min-width: 768px) {
  #counter{
  text-align: right;
  }
  #counter h3{
    margin-top: 0;
  }
}

/* Sponsors */
#sponsors{
  background: lightgray;
  color: rgb(20,20,20)
}
.img-sponsor{
  text-align: center;
  width: auto;
  height: 100px;
  margin: 10px;
  box-shadow: 0 0 8px gray;
  border-radius: 4px;
}
a .img-sponsor:hover{
  /*box-shadow: 0 0 8px rgb(200,0,0);*/
  animation: shadowRed 1.5s;
}

/* Footer */
footer{
  padding: 30px 20px;
}

footer h3{
  margin-top: 0;
}

footer .input-group{
  max-width: 500px;
}

@media (max-width: 992px) {
  footer .input-group{
    max-width: 100%;
  }
}

/* Button styling*/
.btn-inverted{
  background: rgb(20,20,20);
  color: white;
  border: solid 1px white;
}

.btn-inverted:hover{
  background: rgb(200,0,0);
  color: rgb(200,200,200);
  border: solid 1px white;
  animation: beRed 1.5s;
}
