/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/*
 green #467f9a
 darkblue #79b2cc
 lightgreen #a1cc5e
 black #333333
 brown #8f5f2d
*/

body {
    /* font-family: "YuMincho", "Hiragino Mincho ProN W3", sans-serif; */
    font-family: "Futura", sans-serif;
}

nav.darkblue {
    background-color: #467f9a;
}

div.darkblue {
    color: white;
    background-color: #467f9a;
}

div.lightblue {
    color: black;
    background-color: #79b2cc;
}

div.black {
    color: white;
    background-color: #333333;
}

.btn-green {
    background-color: #a1cc5e;
}

footer {
    color: white;
    background-color: #8f5f2d;
}

footer a, nav a {
    color: white;
    text-decoration: none;
}
