/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width:576px) and (max-width:767px) { 
    .logo a{
        font-size: 30px;
    }
    .slidebar{
        width:500px;
        height:400px;
    }
    .title{
        display: flex;
        justify-content: end;
        /* margin-top:200px; */
    }
    .title h1{
        font-family: "Chakra Petch", sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 4px;
        word-spacing: 10px;
        text-shadow: 0 5px 15px #722c03;
    }
    .title h1 span{
        font-family: "Wittgenstein", serif;
        color:#8daaa6;
        font-size: 50px;
    }
    .btn1{
        padding:4px 8px;
    }
    .tt{
        font-size: 17px;
    }
    .ptext{
        font-size: 14px;
        margin-bottom:.5em;
    }
}

/* Medium devices tablets, 768px and up */
@media (min-width: 768px) and (max-width:991px) { 
    .logo a{
        font-size: 30px;
    }
    .slidebar{
        width:600px;
        height:500px;
    }
    .title{
        display: flex;
        justify-content: end;
        /* margin-top:200px; */
    }
    .title h1{
        font-family: "Chakra Petch", sans-serif;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 4px;
        word-spacing: 10px;
        text-shadow: 0 5px 15px #722c03;
    }
    .title h1 span{
        font-family: "Wittgenstein", serif;
        color:#8daaa6;
        font-size: 70px;
    }
    .btn1{
        padding:4px 8px;
    }
    .tt{
        font-size: 17px;
    }
    .ptext{
        font-size: 14px;
        margin-bottom:.5em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }