body {
/*    font: 400 15px/1.8 sans-serif; */
    color: #D0CEC8;
}

.navbar {
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    border-radius: 0;
}

#small_logo {
    border-radius: 50%;
}

#habichuelas_logo {
    margin: 20px auto 5px auto;
    max-width: 100px;
    height: auto;
}

#main_content {
    width: 100%;
    background-color: #635C4A;
    background: radial-gradient(#827C6E, #635C4A);
}

div.screenshots {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

img.screenshots {
    width: 100%;
    height: auto;
    max-width: 800px;
}

div.habichuelas_desc {
    margin: 0px;
    width: 100%;
    height: 100%;
}

h3.habichuelas_desc {
    letter-spacing: 7px;
    font-size: 3em;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.habichuelas_desc {
    font-size: 2em;
    margin-bottom: 20px;
}

div.feature_desc {
    text-align: center;
    max-width: 240px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

i.feature_desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.feature_desc {
    font-size: 1.2em;
    max-width: 200px;
    margin: auto;
}

footer {
    background-color: #2d2d30;
    width: 100%;
}

p.footer {
    padding-top: 30px;
    padding-bottom: 20px;
}
