
body {
    padding: 0;
    margin: 0;
    background-color: #000000;
    font-family: 'Krub', Helvetica, Arial;
    font-size: 18px;
    line-height: 120%;
    color: #2E404D;
    max-width: 100%;
    overflow-x: hidden;
}

a:link {
    color: #2E404D;
    text-decoration: none;
}

a:visited {
    color: #2E404D;
    text-decoration: none;
}

a:hover {
    color: #2E404D;
    text-decoration: underline;
    position: relative;
    top: 1px;
    left: 1px;
}

.style1 {
    color: #2E404D;
    font-size: large;
    padding: 10px;
    font-weight: bold;
}

a.style1:link {
    color: #2E404D;
    text-decoration: none;
}

a.style1:visited {
    color: #2E404D;
    text-decoration: none;
}

a.style1:hover {
    color: #2E404D;
    background-color: #8B1933;
    text-decoration: none;
}

.style3 {
    color: #1D303C;
    font-size: 16px;
    padding: 5px;
}

.style4 {
    color: #CCCCCC;
    font-size: medium;
    line-height: 110%;
}

a.style4:link {
    color: #CCCCCC;
}

a.style4:visited {
    color: #CCCCCC;
}

a.style4:hover {
    color: #CCCCCC;
}

h1 {
    margin: 0px;
    text-align: left;
    font-size: 32px;
    line-height: 1.0em;
    padding: 10px;
    padding-top: 30px;
    font-weight: bold;
}

h2 {
    margin: 0px;
    text-align: left;
    font-size: 26px;
    line-height: 1.1em;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

h3 {
    margin: 0px;
    text-align: left;
    font-size: 20px;
    line-height: 1.2em;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
    font-weight: bold;
}

p {
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

textarea {
    resize: none;
}

#page {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

#header {
    width: 100%;
    padding: 0px;
    background-color: #000;
}

#wrapper {
    width: 100%;
    max-width: 940px;
    margin: auto;
    padding: 0%;
}

#footer {
    width: 100%;
    padding: 0px;
    background-color: #000;
    color: #ccc;
    font-size: medium;
    line-height: 120%;
}

div.video {
    margin-left: 10px;
    margin-right: 6px;
    margin-bottom: 10px;
    padding-bottom: 9px;
    border: 0px;
    float: left;
    width: 296px;
    max-width: 45%;
    text-align: center;
    background-color: #EEE;
}

div.desc {
    padding: 5px;
    padding-top: 0px;
    text-align: center;
    font-size: 18px;
    min-height: 105px;
    line-height: 1.2em;
}

figure.sixteen-nine-img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 55%;
    position: relative;
}

figure.sixteen-nine-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.largebutton {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    line-height: 20px;
    border-radius: 10px;
    background: #CA3737;
    margin: 5px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    height: 25px;
    display: inline-block;
}

.largebutton img {
    position: relative;
    top: -5px;
    left: 1px;
}

input[type="text"],
textarea {
    background-color: #000;
    border: 1px solid #CA3737;
    color: #FFF;
}

input[type="submit"] {
    background: #CA3737;
    border: 0px;
    font-size: 16px;
    color: #FFF;
    line-height: 16px;
    border-radius: 5px;
}

input[type="submit"]:hover {
    position: relative;
    top: 1px;
    left: 1px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 53.6%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-color: #EEE;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul li {
    margin: 3px;
    padding: 3px;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}
