html, body {
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
}

p {
    font-size: 1.2em;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: 300;
}

ul {
    font-size: 1.2em;
}

.app-home {
    background-color: #f3aa3a;
    
    min-height: 100%;
    height: 100%;
}

.app-logo {
    margin-top: 10%;
}
.app-name {
    margin-top: 4%;
    color: #4e2b14;
    line-height: 1.1em;
}

.character{
    margin-top: 5%;
    height: 43%;
    margin-bottom: 2%;
}

.download{
}
.support-form {
    margin-left: 15px;
    margin-right: 15px;
}

.app-privacy {
    background-color: #f2f2f2;
}
.narrow-for-mobile {
    max-width: 300px;   
}

.footer {
    height: 60px;
    color: white;
    background-color: #4e2b14;
    margin: 0;
}

/*Helper classes*/
.smaller {
    font-size: 1em;
}

.remove-borders {
    border: none;
}

/*Overrides to Bootstrap 3.3.4*/
.page-header {
    margin-bottom: 40px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}
