*,
*: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: Adobe;
    src: url(Adobe/adobetextpro-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: #DA743A; /* 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 ---------------------*/

    /*------------------------- END OF HOVER EFFECTS ----------------------*/

    .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 */
    }

    .part_one {
        padding-top: 25px;
    }

    .part_two {
        padding-top: 25px;
        text-align: right;
    }

    .nav_icons a{
        text-decoration: none;
        color: black;
    }

    .cont {
        position: absolute;
    }
}


@media screen and (min-width: 200px) and (max-width: 899px)
{
    /*-----------------------Navigation Menu----------------------------*/

    body {
        overflow-x: hidden;
    }

    /* 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: 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--------------------------*/

    /*----------------------------  Section Style -----------------------------*/

    .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 */    
    }

    .footer_text {
        display: none;
    }

    .col_three {
        display: none;
    }

    .footer {
        text-align: center;
    }

    .part_one {
        padding-top: 25px;
    }

    .part_two {
        padding-top: 20px;
    }

    .mobile_hide {
        display: none;
    }

    /*-------------------- End of Section Style -----------------------*/
}

