/* CSS Document */
html {
    height: 100%;
}
body {
    margin: auto;
	height: 100%;
}
/*------ BODY ------*/
/*--#wrap {
    margin: 0 auto;
    padding: 30px;
    height: 100%;
    text-align: center;
}--*/

#wrap{
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #161616 25%, transparent 25%), linear-gradient(225deg, #161616 25%, transparent 25%), linear-gradient(45deg, #161616 25%, transparent 25%), linear-gradient(315deg, #161616 25%
25%
, #000000 25%);
    background-position: 23px 0, 23px 0, 0 0, 0 0;
    background-size: 46px 46px;
    background-repeat: repeat;
	margin: 0 auto;
	text-align: center;
}
#content {
    width: 80%;
    max-width: 1024px;
    margin: 0px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    background-color: #fff;
}
.clear {
    clear: both;
}
#main {
    margin: 0 auto;
    width: 95%;
    padding-bottom: 20px;
}
#main h1 {
    position: relative;
    padding: 5px 0;
    background-color: var(--newheroColor);;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #fff;
}
#main h1::after {
    position: absolute;
    top: 90%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 20px solid var(--newheroColor);;
    transform: translateX(-50%);
}

.head {
    text-align: center;
}
.head img {
    margin: 0 auto 20px;
    width: 200px;
	padding-top: 2rem;
}
#content {
    max-width: 820px;
    margin: 0px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    background-color: #fff;
}
.clear {
    clear: both;
}
#main {
    margin: 0 auto;
    width: 95%;
    padding-top: 10px;
}
h1, h2 {
    font-family: "Arial Black", "museo-sans", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
}
p,span{
	font-family: "arial", "museo-sans", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
}
.section {
    text-align: center;
}
.section h2 {
    position: relative;
    text-align: center;
    color: #4989c6;
}
.section h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
}
.section h2::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4989c6;
}
.section ul {
    margin-bottom: 18px;
    list-style: none outside;
    display: inline-table;
    display: inline-block;
    text-align: left;
}
.section ul li {
    margin: 15px 10px;
    display: inline-table;
}
.section ul li a {
    display: table;
    color: #666;
    text-decoration: none;
    line-height: 1.2em;
}
.section ul li a:hover {
    color: #09F;
}
.section ul li img {
    float: left;
    margin: 0 5px 5px 0;
    border: solid 1px #ccc;
}
.section ul li span {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
}
.section ul li span span {
    width: 100%;
}
.cur {
    background-color: #e1ea27;
    padding: 5px 0 0 5px;
}
.cur a {
    font-weight: bold;
}
/* ------ copyright ------*/
#footer {
    margin: 50px 0;
}
.copyright {
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
}
@media only screen and (max-width: 820px) {
    #content {
        width: 90%;
    }
}
@media only screen and (max-width: 769px) {
    #wrap {
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    #content {
        max-width: 700px;
    }
    #footer .copyright {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 481px) {
    #main {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        padding: inherit;
        background: #fff;
    }
    #content {
        width: 100%;
        background: none;
    }
    #wrap {
        width: 100%;
        padding: inherit;
    }
    .head img {
        margin: 20px auto;
        width: 160px;
    }
    #main h1 {
        padding: 10px 0;
        font-size: 1.4rem;
        margin: 10px auto;
        width: 90%;
        display: inline-block;
    }
    .section ul li {
        margin: 10px 0px;
        display: inline-table;
    }
    .title {
        font-size: 3.0rem;
    }
}