.title {
    font-family: "Courier New", Courier, monospace;
}

.menu {
    font-size: 18px;
}



.nav-wrapper{
  padding-top: 0px;
  padding-left:70px;
  padding-right:40px
}
.monospace {
    
        font-family: Verdana, Geneva, sans-serif;
        font-size: 25px;
        letter-spacing: 2px;
        word-spacing: 2px;
        color: #000000;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        
  }

.photos{
  display: inline-block;
  background-color: white; 
  width: 100%;
  
}

.photo{
 display:  inline-block;
 margin-right: -1%;

}

 .photo img{

 width: 25%;
 height: 252px;
 }

  .icon {
    width:2vw;
    height: 2vh;
  }


 
  .carousel { 
    min-height: 450px;
    min-width: 600px;
    }
 
  
  .section {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;

  }
  

  .vertical-center {
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media only screen and (max-width: 992px) {
    .nav-wrapper{
      padding-top: 20px;
      padding-left:10px;
      padding-right:20px
    }
  }

  @media only screen and (max-width: 600px) {
    .imagePhoto {
      height: 100px ;
    }
  }

  .modal { width: 75% !important ; max-height: 100% !important } /* increase the width and height! */

  .content {
    position: relative;
  }
  
  .col img {
    width: 100%;

  }

  .image {
    width: 100%;
    height:22vh; 
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

i.icon-black {
  color: black;
}

  
  .imagePhoto {
    width: 100%;
    height:200px; 
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }

  .imagePhotoSecond {
    width: 100%;
    height:100px; 
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #778b96;
  }
  
  .content:hover .overlay {
    opacity: .7;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .no-padding-bottom {padding-bottom:0px !important}

  .no-margin{
    margin: 0px !important;
  }

  .row {
    margin-bottom: 20px;
  }

  .film-description{
    font-family: noir;
        font-size: 8px;
        letter-spacing: 1px;
        word-spacing: 1px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        margin-top: 0px; 
        margin-bottom: 0px;
        padding-top:-2px;
        padding-bottom: -2px;
  }
  .film-object{
    font-family: noirRegular;
        margin-bottom: 4px;
        padding-bottom: 4px;
        font-weight: normal;
        font-size: 20px;
        
  }

  .logo {
    display: inline-block;
    height: 100%;
}

.logo>img {
    vertical-align: middle
}



.image-blurred-edge {
  background-image: url('http://lorempixel.com/200/200/city/9');
  /* you need to match the shadow color to your background or image border for the desired effect*/ 
  box-shadow: 0 0 8px 8px black inset;
}

.noPad {
  margin: 0px !important;
  padding: 0px !important;
}
#footer {
  background: #444444;
  height: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  padding: 20px;
}

@font-face{
  font-family: 'kayak';
  src : url('fonts/Kayak/Kayak\ Sans\ Regular.otf');
  font-style: normal;
  font-weight: 100;
}

@font-face{
  font-family: 'noir';
  src : url('fonts/NOIR_Font/Noir_medium.otf');
  font-style: normal;
  font-weight: 100;
}

@font-face{
  font-family: 'noirRegular';
  src : url('fonts/NOIR_Font/Noir_regular.otf');
  font-style: normal;
  font-weight: 100;
}

.film-title {
 font-family: noir;
 font-size: 26px;
}

.film-description {
  font-family: noir;
  font-size: 15px;
 }

.sinopsis {
  font-family: kayak;
}

.section-title {
  font-family: noir;
}

.box-title {
  font-family: noir;
  font-size: 12px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.box-title1 {
  padding-top: 2px;
  font-family: noir;
  font-size: 12px;

}

.box-desc {
  font-family: noirRegular;
  font-size: 12px;
}