/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/*
body {
    font-family: "SeuratPro-L"; 
}
 */
nav .brand-logo {
    /*font-family: 'Sue Ellen Francisco', cursive;*/
    /*font-family: 'Tangerine', cursive;  */
    /*font-family: 'Stalemate', cursive; */
    /* font-family: 'Loved by the King', cursive; */
    font-family: 'Loved by the King', cursive;
    font-size: 3.0rem;
}

.icon-block {
    padding: 0 15px;
}

h1 {
    font-size: 2.0rem;
    line-height: 2.3rem;
}

h2 {
    font-size: 2.0rem;
    line-height: 2.3rem;
}

h3 {
    font-size: 1.7rem;
    line-height: 2.0rem;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
}

h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

h5 a {
    color: #000;
}

h5 a:hover {
    color: #388E3C;
}

nav {
    background-color: #388E3C
}

footer {
    background-color: #C8E6C9;
}

footer .footer-copyright {
    color: #000;
    /*#727272 */
}

/*a, a:hover {color:rgba(255,152,0, 0.65); }*/
a.grey-text {
    color: #9e9e9e;
}

a.color-activity {
    color: rgba(76, 175, 175, 0.65);
}

a.color-doc {
    color: rgba(255, 152, 0, 0.65);
}

a.color-net {
    color: rgba(156, 39, 176, 0.65);
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #eeeeee;
}

footer {
    padding-top: 0;
}

thread,
#index-banner {
    border-bottom: 1px solid #ddd;
}

img {
    max-width: 100%;
}

.bousainet,
.subpage {
    display: none;
}

.active {
    display: block;
}

.container {
    padding: 0;
}

.container img {
    max-width: 100%;
}

table td a>i {
    font-size: 24px;
    color: rgba(76, 175, 175, 0.65);
}

td,
th {
    padding: 5px 5px;
}

.section:after {
    content: "";
    clear: both;
}

.subpage h3 {
    text-align: center;
}

.subpage .expand-title {
    padding-bottom: 10px;
}

.iframe {
    width: 100%;
}

.iframe>iframe {
    width: 100%
}

.top .facebook {
    width: 30%;
    float: right;
}

.top .top-menu {
    width: 65%;
    float: left;
}

.top .top-menu .col.s6 {
    width: 100%;
}

.top .top-menu .icon-block {
    display: table;
}

.top .top-menu .icon-block h3 {
    display: table-cell;
}

.top .top-menu .icon-block h5 {
    display: table-cell;
}

.top .top-menu:after {
    content: "";
    clear: both;
    display: block;
}