html,
body {
    position: relative;
    min-height: 100vh;
}

code {
    font-size: 80%;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: auto;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 90vh;
    background: #eeeeee;
    color: #343a40;
    transition: all 0.3s;
    margin-top: 50px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #ffffff;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid silver; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: gray;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #343a40;
    background: #dddddd;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: silver;
}

#content {
    margin: 75px 10px 50px 10px;
}

.appStoreName {
    font-weight: bold;
    font-size: 18px;
}

.appStoreCategory {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.appIconHolder {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .40rem;
    width: 146px;
    /* default width and height for a square icon */
}

.rowPadding {
    padding: 10px;
}

.content {
    padding-top: 50px;
    padding-bottom: 2rem;
    flex: 1;
    margin-bottom: 15px;
}

.detailPadding {
    padding-top: 25px;
    padding-bottom: 15px;
}

.detailButtons {
    margin: 5px 5px 5px 5px;
}

.screenshot {
    max-width: 300px;
}

.navair-logo {
    position: absolute;
    top: 0;
    height: 95%;
    margin: 2px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    text-align: center;
    clear: both;
    padding: 10px;
    background-image: linear-gradient(to bottom, #0e4d9b, #1f2353);
    color: white;
    font-size: 10px;
    margin-top: auto;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }
    #content {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 470px) {
    .logo {
        display: none;
    }

    .App-title {
        font-size: 1.7em;
        margin-top: 20px;
        padding-left: 5px;
    }

    .footer {
        font-size: .5rem;
    }

    .wrapper {
        margin-bottom: 60px;
        /* margin-top: 60px; */
    }
    #content {
        margin-bottom: 60px;
    }

}

@media (max-width: 360px) {
    .logo {
        display: none;
    }

    .title {
        max-width: 175px;
    }

    .titleIcon {
        display: none;
    }

    .footer {
        font-size: .5rem;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 357px) {
    .logo {
        margin-top: -2px;
        width: 50px;
        height: 50px;
    }

    .App-title {
        font-size: 1.4em;
        margin-top: 10px;
        padding-left: 5px;
    }

    .App-header {
        height: 75px;
    }

    .footer {
        font-size: 6px;
    }
}

@media screen and (max-width: 330px) {
    .navbar-brand {
        font-size: 1rem;
    }
}

@media screen and (max-width: 319px) {
    .logo {
        display: none;
    }

    .footer {
        font-size: 6px;
    }
}