﻿/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px) {
    .wdt-auto {
        width: auto;
    }

    .font-size-mobile {
        font-size: 33px;
    }
}


.openbtn-mobile {
    font-size: 45px;
    cursor: pointer;
    background-color: #aae0e8;
    color: white;
    padding: 10px 15px;
    border: none;
}

.sidebar a {
     font-size: 40px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

    .sidebar a:hover {
        color: #f1f1f1;
    }

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebar {
    color: #2F313F !important;
    font-family: monospace;
    font-size: 18px;
}

.sidebar {
    height: 52%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #aae0e8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color:white;
}

.navbar-inverse {
    background-color: #222;
    border:none !important;
}
