@font-face {
    font-family: 'Overpass';
    src: url(../channel/overpass_med.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Overpass';
    src: url(../channel/overpass_extrabold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Overpass';
    src: url(../channel/overpass_medita.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Overpass';
    src: url(../channel/overpass_extraboldita.ttf);
    font-weight: bold;
    font-style: italic;
}

::selection {
    background: #FFCC66;
    color: white;
}

body {
    font-family: 'Overpass';
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    background: #FFCC66;
    background: linear-gradient(180deg,rgba(255, 238, 187, 1) 0%, rgba(255, 204, 102, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #555555;
}

a:hover {
    background-color: #00000066;
    color: #ffcc66;
}

.box img {
    width: 100px;
    transition: 0.2s ease-in-out;
}

.box img:hover {
    width: 120px;
}

.box:hover {
    background-color: #00000000;
}

.warning {
    border: solid 3px black;
    color: white;
    background-color: brown;
    text-align: center;
}

.caution {
    border: solid 3px black;
    color: black;
    background-color:khaki;
    text-align: center;
}

.noborder {
    border: none;
}

table.yesborder, td.yesborder, tr.yesborder {
    border: solid 1px;
}

table, td {
    border-collapse: collapse;
}

th {
    padding: 0px;
}

table.minisite {
    border: solid 1px;
    box-shadow: 0px 8px 10px #00000066;
}

.menu {
    background: linear-gradient(180deg, #777777 0%, #999999 100%);
    vertical-align: top;
}

.content {
    background: linear-gradient(180deg, #CCCCCC 0%, #FFFFFF 100%);
    vertical-align: top;
    padding: 5px;
}

img.banner {
    margin-bottom: -6px;
}