
body
{
    padding: 0;
    font-size: 18px;
}

footer {
    color: #5a5a5a;
    background: #2a2a2a;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


section
{
    padding-bottom: 2vw;
}

#title p
{
    font-size: 1.5em;
    padding: 20px;
}

.app-icon
{
    height: 200px;
}

.app-title
{
    background-color: rgba( 18, 29, 39, .07);;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.app-title h1
{
    color: rgb( 18, 29, 39 );
    font-weight: 300;
}

.app-store-badge
{
    display: inline-block;
    max-width: 180px;
    height: auto;
    border-radius: 5px;
    background: rgb( 18, 29, 39 );
}

.app-store-badge img
{
    width: 100%;
}

#title-column img
{
    padding: 20px;
    height: 25vh;
    padding-left: 30%;
    padding-right: 30%;
}

section h1
{
    font-size: 3em;
    font-weight: 100;
    text-align: center;
    padding-bottom: 50px;
}

#description
{
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    font-weight: 300;
    color: #333;
}

.feature-desc
{
    height: 120px;
}

.screenshot
{
    padding-bottom: 30px;
}

.screenshot img
{
    border-radius: 40px;
}

.screenshot-description
{
    margin-top: 20px;
}

.navbar-custom 
{
    background-color:rgb( 18, 29, 39 );
    color:#ffffff;
    border-radius:0;
    margin-bottom: 0;
}

.navbar-custom .navbar-nav > li > a 
{
    transition: all 0.2s ease-out;
    color:#ddd;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus 
{
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #fff;
}

.navbar-custom .navbar-toggle 
{
    border: none;
}

.navbar-custom .navbar-toggle .icon-bar 
{
    background-color: #ddd;
}

.navbar-logo
{
    padding: 10px;
}

.company-logo
{
    width:100px;
}

/* center screenshots especially when there is only 1-2 */
.owl-stage 
{
    margin: 0 auto !important;
}

/* padding for store badge inside description */
#description .app-store-badge
{
    margin-top: 40px;
    margin-bottom: 40px;
}
