/*
Theme Name: beskop
Theme URI: https://beskopbhutan.com/themes/beskop/
Author: Pranim Rai
Author URI:  
Description: Beskop is a platfrom form Bhutanese flim makers to share their movies to the world
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: beskopbhutan, flims-from-bhutan, cinema, movies, flim-makers
Text Domain: beskopbhutan
*/


/* stylelint-disable selector-list-comma-newline-after */

 /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding-top: 58px;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


.img-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#menu-beskop{
 /*font-size: 20px;*/
}

.bgimg {
    min-height: 100%;
    position: relative;
    /* opacity: 0.75; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.admin-bar .fixed-top {
  top: 32px;
}

.navbar-brand{
  padding: 0;
}

.nav-link{
  padding: 0 0 5px 0;
  margin-left: 10px;
}

.mfade {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mfade:hover {
  opacity:0.7;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  /*bottom: 3rem;*/
  /*z-index: 10;*/
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: auto;*/
}
.carousel-item > img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*min-width: 100%;*/
  /*height: 32rem;*/
}


.browse {
  /*margin-bottom: 1.5rem;*/
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
/*.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}*/
/*.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}*/
 .navbar-brand img{
    width: 45px;
  }


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


@media only screen and (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 1.25rem;
  }

  .navbar-brand{
    font-size: 1rem;
  }

  .carousel {
    margin-bottom: 2rem;
  }
  .nav-link{
    font-size: 14px;
    /*padding: 0 0 5px 0;*/
    margin-left: 0;
  }

  .featurette-divider {
    margin: 3rem 0 2rem 0; /* Space out the Bootstrap <hr> more */
  }

 .navbar-brand img{
    width: 35px;
  }
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

    .navbar-brand{
    font-size: 1.1rem;
  }


    .nav-link{
    font-size: 14px;
    margin-left: 0;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

    .navbar-brand{
    font-size: 1.1rem;
  }


    .nav-link{
    font-size: 14px;
    margin-left: 0;
  }

}