﻿
@media only screen and (max-width: 767px)
{
    .color-height
    {
        min-height: 550px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .color-height
    {
        min-height: 638px !important;
    }
}

@media only screen and (max-width: 1100px) 
{
    .appName
    {
        font-size: 2em !important;
    }

    .extensionName {
        font-size: 1.9em !important;
    }
}

@media only screen and (min-width: 1100px)
{
    .appName
    {
        font-size: 2.5em !important;
    }

    .extensionName {
        font-size: 2.4em !important;
    }
}

.valign-middle-table
{
    display: table;
    vertical-align: middle;
}

.valign-middle-table-cell
{
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 991px)
{
    .app-title
    {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 991px)
{
    .app-title
    {
        padding-top: 90px;
    }
}

.app-QR
{
    padding-top: 15px;
}

.icon
{
    width: 30px;
    height: 30px;
    float: left !important;
}

.sidebar-appName
{
    padding: 10px 0px !important;
    color: #2196f3 !important;
}

.download-button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: calc(0.1rem + 1vw);
    margin-left: 1.3vw;
    margin-right: 2.4vw;
    border-radius:15px;
}
