/* MAIN */


 h1 {
     font-family: 'Work Sans', sans-serif;
     font-size: 2em;
     color: #453f38;
     margin-bottom: 20px;
     font-weight: 500;
 }

 h2 {
     font-family: 'Work Sans', sans-serif;
     font-size: 1.5em;
     color: #453f38;
     margin-bottom: 20px;
     font-weight: 500;
 }

 p {
     font-family: 'Alegreya', serif;
     font-size: 1em;
     color: #453f38;
 }

 h4 {
     font-family: 'Work Sans', sans-serif;
     font-size: 1em;
     color: #9c8e98;
     font-weight: 300;
 }

 h3 {
     font-family: 'Alegreya', serif;
     font-size: 1em;
     color: #8daaa1;
     font-weight: 600;
 }

 ul {
     list-style: none;
     padding-left: 0px;
     display: inline;
 }
  ul li h3{
      width :70px;
  }

 ul li h3, ul li p{
     display: inline-block;
     padding-right: 20px;
 }

 a {
     color: #8e6f47;
     text-decoration: underline;
     font-family: 'Alegreya', serif;
     font-weight: 600;
 }

 a:hover {
    color: #8daaa1; 
 }

 ul li a p {
    color: #453f38;
    text-decoration: none;
    font-weight: 300;
 }


 footer h4 {
     display: block;
     text-align: center;
     margin: 80px 0px 40px 0px;
 }

 .col-no-pad {
    padding-left: 0px;
    padding-right: 0px;
 }
/* FILMDETAIL */
.back-button a {
    text-decoration: none;
}
.back-button a:hover {
    text-decoration: none;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}
.nav-tabs .nav-link {
    border: none !important;
}

.nav-tabs {
    border-bottom: none;
}

.nav-link-tab {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 0px
}

.nav-link.active {
     border-bottom: 2px #8daaa1  ;
}

.contact-blok {
    margin-top: 20px;
}

.film-short-detail {
    margin-top:10px;	
}

.first-contact-blok {
    margin-top:0px;
}
.container-fluid {
    padding: 0px;
}

.videobox {
    margin-top: 60px;
    margin-bottom: 60px;
}

.img-detail {
  max-width: 100%;
  height: auto;
}



 /* NAVBAR */
 .navbar-nav h1 {
    font-size: 1.5em;
}

.navbar-collapse {
    margin-top: 20px;
}

 .navbar h1 {
     font-weight: 400;
     margin-bottom: 0px;
 }

 .navbar a {
     text-decoration: none;
 }

 .nav-item {
     margin: 10px 0px
 }

 .nav-item a {
     text-decoration: none;
 }



 .navbar-toggler {
     border: none;
    
 }

 .navbar-light .navbar-toggler-icon {
    background-image: url("/img/toggler.svg");
     width: 60px;
    height: 60px;
    
}


.h2_tab {
    margin-bottom: 0px;
}

.tab-content {
    margin-top: 60px;
}

/* PHOTO GRID */


.photo-block {
    margin-bottom: 160px;
}

.rowy {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns that sits next to each other */
.columny {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.columny img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columny {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columny {
    flex: 100%;
    max-width: 100%;
  }
}
 /* ABOUT */

.about-text {
    margin-top: 8s0px;
}


.about-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.about-title h1, h4{
    display: inline;
}

.about-title h4 {
    margin-left: 20px;
}



/* GRID */
.container-grid {
    margin-top: 50px;
}

.img-container {
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}

.grid-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /*width: 95%;*/
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  transition: .5s ease;
  background-color: #6e6a4e;
}


.img-container:hover .overlay-bg, .text {
   opacity: 0.75;
}

.img-container:hover .text {
    opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: .5s ease;
  opacity: 0;
  font-weight: 400;
}

/* SLIDER IMAGE */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.chevronys {
    width: 30px;
    height: auto;
}
/* On hover, add a black background color with a little bit see-through 
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
*/


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/*
.activey, .dot:hover {
  background-color: #717171;
}
*/

/* Fading animation */
.fadey {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}



@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media (min-width: 776px) {

body {
    margin-top: 50px;
}

.tab-content {
    margin-top: 160px;
}
.contact-blok {
    margin-top: 60px;
}
.prev {
    left: -10%;
}

.next {
    right: -10%;
}

}



@media (min-width: 992px) {
/*
.nav-item {
     margin: auto auto;
 }
*/  
.nav-link {
    margin-left: 50px !important;
}

.navbar-nav h1 {
    font-size: 2em;
}

.navbar {
    padding: 0px;
}

.nav-link h1 {
    text-align: right;
}

.container-grid {
    margin-top: 100px;
}



.container-photo {
    margin-top: 100px;
}

 .about-text {
     margin: 0px 40px;
 }

 .col-no-pad {
    padding-left: auto;
    padding-right: auto;
 }
 .about-title {
    margin-top: 0px;
}

.videobox {
    margin-top: 120px;
    margin-bottom: 120px;
}
 
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
li {
  /*display: inline;*/
}
li > a {
  text-decoration: none !important;
  color: #8e6f47;
}
.list-inline {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  color: #8e6f47;
  margin-top: 35px;
}
a:hover,
a:focus {
  color: #8e6f47;
  text-decoration: underline;
}
.underline {
  position: relative;
  margin: 3px;
}
.underline:hover,
.underline:focus,
.underline:active {
  /* cursor: pointer;*/

}
.underline:hover:after,
.underline:focus:after,
.underline:active:after 
{
  width: 60%;
}
.underline:after {
  content: '';
  position: absolute;
  left: 40%;
  bottom: -7px;
  height: 4px;
  border-radius: 2px;
  background-color: #8e6f47;
  width: 0;
  transition: width 1s;
}

.underline_tab:after {
    background-color: #bbb;
}

.underline_tab:hover:after,
.underline_tab:focus:after,
.underline_tab:active:after 
{
  width: 50%;
}
 .navbar-nav .active:after{
  content: '';
  position: absolute;
  left: 40%;
  bottom: -7px;
  height: 4px;
  border-radius: 2px;
  background-color: #8e6f47;
  width: 60%;


 }

}

