body {
  background-color: #fff;
}

body, a, a:hover, a:active {
  color: rgba(0,0,0,.5);
}

#map {
  text-align: center;
}

#film div{
  margin-top: 8px;
  /*border-radius: 5px;*/
}

.starthidden {
  display: none;
}


@font-face {
  font-family: rumutocu;
  src: url(rumutocu.otf);
}


/* Style the navigationbar */

.navbar-nav {
  font-size: 25px;
}

.nav-link:hover {
  /*text-decoration: underline;*/
}

@media screen and (min-width: 768px) {

  li.nav-item {
    text-align: center;
  }

  .navbar-nav span {
    display: block;
  }
}

.navbar-nav span {
  font-size: 14px;
  width: 80px;
}

.logo {
  font-family: rumutocu;
  font-size: 30px;
  line-height: normal;
}

/* Style the social icons */

.fa {
  width: 50px;
  text-align: center;
  text-decoration: none;
}


/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

/* Style the imagegrid */

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  /*padding: 0 4px;*/
  padding: 0px;
}

/* Create two equal columns that sits next to each other */
/* Changed to one column, 100% */
.column {
  -ms-flex: 100%; /* IE 10 */
  flex: 100%;
  /*padding: 0 4px;*/
  padding: 0px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width:100%;
  border: 0px solid white;
}

img, iframe {
  border-radius: 5px;
}
