 *,

 *:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: Adieu;
  src: url(Adieu/Adieu-Regular.otf);
}

@font-face {
  font-family: MinionPro-Regular;
  src: url(Minion/MinionPro-Regular.otf);
}

@font-face {
  font-family: Bangla;
  src: url(Bangla/BanglaMN.ttf) format("truetype");
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #d6c3b9;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 120px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*----------------------------- Styling for mobile devices ---------------------------*/

@media screen and (min-width: 200px) and (max-width: 700px)
{
  /* The side navigation menu */
  .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #EDAD12; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

  /* The navigation menu links */
  .sidenav a {
    padding-left: 5px;
    line-height: 120%;
    text-decoration: none;
    font-family: Bangla;
    font-size: 47px;
    color: black;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .seperate{
    position: absolute;
    text-align: left;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    color: black;
    padding-top: 50px;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .navbar-brand {
    color: black; 
    font-family: Adieu; 
    font-size: 25px;
  }

  .navbar_menu {
    color: black; 
    font-family: Adieu; 
    font-size: 25px;
    padding-left: 10px;
  }

  .menu_list {
    list-style-type: none;
    line-height: normal;
  }

  .desktop_slide {
    display: none;
  }

  .container {
    display: inline-block;
    cursor: pointer;
  }

  .carousel-inner img {
    width: 100%;
    height: 100%;
  } 

  .mobile-right {
    top: 65%;
  }

  .mobile-left {
    top: 65%;
  }

  .overlay { 
    color:#fff;
    position:absolute;
    z-index:12;
    top:50%;
    left:0;
    width:100%;
    text-align:center;
  }

  .carousel-caption {
    display: none;
    font-family: MinionPro-Regular;
  }

  .carousel-caption .caption-href {
    font-family: sans-serif;
    color: black;
    font-size: 25px;
  }

  .footer {
    padding-top: 20px;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    border-top: 1px solid black; 
    line-height: 20px; /* Vertically center the text there */
    background-color: #CFCECB;
  }

  .footer_text {
    display: none;
  }

  .col_three {
    display: none;
  }

  .footer {
    text-align: center;
  }
}

/*---------------------- End of styling for mobile devices ------------------------*/

/*----------------------------- Styling for tablet / laptop devices ---------------------------*/

@media screen and (min-width: 700px)
{
  /* The side navigation menu */
  .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #EDAD12; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

  /* The navigation menu links */
  .sidenav a {
    padding-left: 50px;
    line-height: 120%;
    text-decoration: none;
    font-family: Bangla;
    font-size: 108px;
    color: black;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .seperate{
    padding-top: 20px;
    position: absolute;
    text-align: left;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    color: black;
    padding-top: 50px;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .navbar-brand {
    color: white; 
    font-family: Adieu; 
    font-size: 35px;
  }

  .navbar_menu {
    color: black; 
    font-family: Adieu; 
    font-size: 35px;
    padding-left: 30px;
  }

  .header_font {
    font-family: Bangla;
    font-weight: bold;
    font-size: 50px;
  }

  .menu_list {
    list-style-type: none;
    line-height: normal;
  }

  .mobile_slide {
    display: none;
  }

  .container {
    display: inline-block;
    cursor: pointer;
  }
 
  .carousel-inner img {
    width: 100%;
    height: 100%;
  } 

  .desktop-left {
    top: 65%;
  }

  .desktop-right {
    top: 65%;
  }

  .overlay { 
    color:#fff;
    position:absolute;
    z-index:12;
    top:50%;
    left:0;
    width:100%;
    text-align:center;
  }

  .carousel-caption {
    position: absolute;
    font-family: MinionPro-Regular;
    top: 65%;
    color: black;
    font-size: 25px;
    text-align: left;
  }

  .carousel-caption .caption-href {
    font-family: MinionPro-Regular;
    color: black;
    font-size:25px;
  }

  .footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    border-top: 1px solid black; 
    line-height: 20px; /* Vertically center the text there */
    background-color: #d6c3b9;
  }

  .nav_icons a{
    text-decoration: none;
    color: black;
  }

  .part_one{
    padding-top: 25px;
  }

  .part_two{
    padding-top: 25px;
    text-align: right;
  }
}

/*--------------------------- End of styling for laptop / tablet devices -------------------------*/



