/* Add here all your css styles (customizations) */
/* The only rule that matters */
@font-face {
    font-family: futura;
    src: url(../fonts/Futuram.ttf);
}

@font-face {
    font-family: futura-bold;
    src: url(../fonts/FuturaStd-Bold.otf);
}

@font-face {
    font-family: futura-light;
    src: url(../fonts/FuturaStd-Light.otf);
}

.top-phone{
  float: left;
  color: #eee !important;
  font-size: 12.5px;
  text-transform: uppercase;
  padding: 23px 20px;
  padding-bottom: 0px;
  padding-right: 0px;
}

a.top-phone{
  padding-left: 5px;
}

a.top-phone:hover{
  text-decoration: none;
  color: #72c02c !important;
}

#header_video{
    max-height: 800px;
    height: 42vw;
    min-height: 200px;
    position: relative;
}

#intro{
  position: relative;
}

#top_buttons{
  position: absolute;
  width: 100vw;
  /*top: 740px;*/
  bottom: 20px;
  display: flex;
  justify-content: center;

}

#top_buttons a{
  border: 1px solid #FFF;
  padding: 5px 10px;
  color: #FFF;
  margin: 0 20px;
  font-size: 16px;
  text-decoration: none;
}

#top_buttons a:hover{
  background-color: #FFF;
  color: #000;
}

#header_video_mobile{
    width: 100%;
    height: auto;
    display: none;
}

section#about>div.about-image{
  padding-top: 60px;
}

#about_us_video{
    max-height: 455px;
    min-height: 200px;
    transition: all 0.3s;
    height: 28vw;
    padding: 3vw;
    background-image: url('../img/logos_shooting.jpg');
}
#about_us_video h1{
    font-size: 50px;
    color: #fff;
    font-family: futura;
}
#about_us_video p{
    font-size: 15px;
    color: #fff;
    max-width: 40%;
    text-align: justify;
    /*padding-top: 20px;*/
    font-family: futura-light;
}

@media (max-width: 1280px) {

  #about_us_video{
    min-height: 350px;
  }

    #about_us_video p{

        max-width: 90%;

    }
}

.w-600{
    max-width: 600px;
    margin:auto;
}
#why_shooting_boxes{
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    margin-bottom:50px;
}

#why_shooting_boxes .box{
    width: 30%;
    float: left;
    text-align: center;
    height: 200px;
    margin: 0px 10px;
}
#why_shooting_boxes .box .img-container{
    min-height: 100px;
}
#why_shooting_boxes .box img{
    margin: auto;
}
#why_shooting_boxes .box p{
    font-family: futura-light;
    font-size: 14px;
}
#why_shooting_boxes .box p span{
    font-family: futura;
}
#why_shooting_boxes .box .maxw-100{
    max-width:100px;
}
.since{
    margin-top:40px;
    font-size: 46px;
    font-family: futura;
}

#bridge-video{
    height: 500px;
}
#bridge-video h1{
    max-width: 60%;
    margin:auto;
    text-align: center;
    color: #fff;
    padding: 50px 0px;
    font-family: futura;
}
#bridge-video p{
    font-family: futura-light;
    font-size: 20px;
    color:#fff;
    text-align: center;
}
#support-of{
    max-width: 60%;
    margin:auto;
}
#support-of img{
    max-width: 15%;
    margin-left: 85px;
}

#clients{
    /* The image used */
    background-image: url("../img/logos_shooting.jpg");

    /* Set a specific height */
    height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: cover;*/

}
.green-button{
    color: #ffffff;
    background: #72c02c;
    border: none;
    padding: 20px;
    margin: 40px 0px;
    display:block;
    width: 30%;
    text-align: center;
}
.green-button, .green-button:hover{
    color: #fff;
    text-decoration: none;
}

@media (max-width: 820px) {
    /*#header_video{
        display: none;
    }*/
    #header_video_mobile{
        display: inherit;
    }

}

#contact{
  height: 100vh;
}


/*@media screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 2) {*/
@media (max-width: 640px) {

    span.top-phone{
      display: none;
    }

    a.top-phone{
      font-size: 12px;
      background-image: url('../img/phone.png');
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 15px;
      padding-top: 0px;
      margin-top: 20px;
      margin-left: 10px;
    }

    .mb-s{
      display: none !important;
    }
    video{
      display: none !important;
    }
    #header_video{
      background-image: url('../img/Header-Movie-NO-SS-BRAND.png');
      background-size: cover;
      background-position:center;
      height: 50vh;
    }

    #about_us_video{
        background-image: url('../img/Photographer-Still-For-Mobile-v2.jpg');
        background-size: cover;
        background-position: center;
        padding: 30px;
        min-height: 700px;
    }

    #about_us_video h1{
        font-size: 50px;

    }
    #about_us_video p{
      margin-top: 15px;
        font-size: 15px;

    }

    .about-image{
      padding-top: 30px !important;
    }

    #why_shooting_boxes .box{
      width: 90%;
      margin-bottom: 10px !important;
    }

    #why_shooting_boxes{
      position: relative;
      padding-bottom: 100px;
    }

    #why_shooting_boxes .box:nth-last-of-type(2){
      position: absolute;
      bottom: -40px;
      width: 100%;
      left: 0;
      margin: 0;
    }

    #bridge-video{
      background-image: url('../img/bridge.png');
      background-size: cover;
      background-position: center;
      padding: 0px;
      height: 720px;
    }

    #support-of{

    }

    #support-of img{
      max-width: 35%;
      padding: 0;
      margin: auto;
      margin-left: 10%;
    }

    .content-lg{
      padding: 50px 10px !important;
    }

    .cbp-filter-item{
        margin: 0 0px 3px 0 !important;
    }

    #clients{
      background-attachment: inherit;
    }


}

@media (max-width: 550px) {
  #about_us_video{
      min-height: 800px;
  }
}

@media (max-width: 400px) {
  .top-phone{
    display: none;
  }
}
