*,

*: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{
    overflow-x: hidden;
    background-color: #CFCECB;
}

@media screen and (min-width: 900px)
{
    /*------------------------ NAVIGATION MENU -------------------------*/

    /* 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: #446579; /* 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: black; 
        font-family: Adieu; 
        font-size: 35px;
    }

    .navbar_menu {
        color: black; 
        font-family: Adieu; 
        font-size: 35px;
        padding-left: 30px;
    }

    .menu_list {
        list-style-type: none;
        line-height: normal;
    } 

    /*------------------------ END OF NAVIGATION MENU ---------------------*/

    /*------------------------- CONTENT EDITING -------------------------- */

    .header_font {
        font-family: Bangla;
        font-size: 50px;
    }

    .smallheader_font {
        font-family: Bangla;
        font-size: 19px;
    }

    .philosophy_font {
        font-family: MinionPro-Regular;
        font-size: 16px;
    }

    .para_font {
        font-family: MinionPro-Regular;
        font-size: 24px;
        color: black;
    }

    .para_font a{
        font-family: MinionPro-Regular;
        font-size: 24px;
        text-decoration: none;
        color: black;
    }

    .space_content {
        padding-top: 40px;
    }

    .bottom_font {
        font-family: Bangla;
        font-size: 30px;
    }

    /*-------------------- END OF CONTENT EDITING -------------------- */

    .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 */
    }

    .mobile_slide {
        display: none;
    }

    .part_one {
        padding-top: 25px;
    }

    .part_two {
        padding-top: 25px;
        text-align: right;
    }

    .nav_icons a{
        text-decoration: none;
        color: black;
    }

    .cup_container {
        padding-left: 40px; 
        padding-right: 40px;
    }

    .nav_text {
        font-family: Bangla;
        font-size: 20px;
    }

    .nav_largetext {
        font-family: Bangla;
        font-size: 25px;
    }
}

@media screen and (min-width: 200px) and (max-width: 900px)
{
    /*-----------------------Navigation Menu----------------------------*/

    /* 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: #446579; /* 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: 10px;
        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: 24px;
    }

    .navbar_menu {
        color: black; 
        font-family: Adieu; 
        font-size: 25px;
        padding-left: 10px;
    }

    .menu_list {
        list-style-type: none;
        line-height: normal;
    }

    /*--------------------------End of Navigation Menu--------------------------*/

    .header_font {
        font-family: Bangla;
        font-size: 35px;
    }

    .smallheader_font {
        font-family: Bangla;
        font-size: 19px;
    }

    .philosophy_font {
        font-family: MinionPro-Regular;
        font-size: 16px;
        line-height: 1.2;
    }

    .para_font a{
        font-family: MinionPro-Regular;
        font-size: 18px;
        text-decoration: none;
        color: black;
    }

    .space_content {
        padding-top: 50px;
    }

    .bottom_font {
        font-family: Bangla;
        font-size: 20px;
    }

    .desktop_slider {
        display: none;
    }

    .footer {
        text-align: center;
        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 */
    }
    /*-------------------- End of Section Style -----------------------*/
}
