@font-face {
    font-family: 'Japandi';
    src: url('fonts/Japandi-Light.eot');
    src: url('fonts/Japandi-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Japandi-Light.woff2') format('woff2'), url('fonts/Japandi-Light.woff') format('woff'), url('fonts/Japandi-Light.ttf') format('truetype'), url('fonts/Japandi-Light.svg#Japandi') format('svg');
}

body {
    color: #FFF;
    font-size: 100%;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    width: 100%;
    height: 100%;
    float: left;
    color: #13161d;
}
.content-contain {
    width: 70%;
    margin: auto;
    margin-top: 450px;
    max-width: 1200px;
    display: block;
    margin-bottom: 40px;
}
.content-contain2 {
    width: 70%;
    margin: auto;
    max-width: 1200px;
}
.content-contain img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.content-contain2 img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.parallax {
    background: url("https://www.etharius.com/images/backgrounds/Gundam.jpg") fixed 100%;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.parallax-inner{
    padding-top: 10%;
}
hr {
    border: 0;
    height: 1px;
    background: #ff6a00;
    margin-top: 10px;
    margin-bottom: 20px;
}}
/*Images*/
.cover {
    object-fit: cover;
}

.nocover {
    object-fit: none;
    max-height: 400px;
}

img {
    width: 100%;
    height: 100%;
}
.block-image-gallery {
    height: 150px;
    width: 100%;
}
.border-radius {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.gallery-text{
    display: block;
    height: 40px;
}
/*Standards*/
.screen {
    display: block;
    visibility: visible;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}
svg {
    max-width: 400px; /* Example: Maximum width */
    max-height: 100px; /* Example: Maximum height */
    height: auto; /* Ensure aspect ratio is maintained */
}
.shrink-0{
    flex-shrink: 0;
}
.hidden{
    display:none;
}
.padding-vertical{
    padding: 20px 0 20px 0;
}
.padding-horizontal {
    padding: 0 20px 0 20px;;
}
/*Text and Headers*/
.greytext{
    color: #7a7a7a;
}
.smalltext{
        font-size: 14px;
}
.smallertext {
    font-size: 10px;
}
.text-left {
    width: 100%;
    text-align: left;
}
.text-right {
    width: 100%;
    text-align: right;
}
.center{
    text-align: center;
}
h1 {
    font-size: 18px;
    margin-bottom: 4px;
    color: white;
}
h2 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #7A7A7A;
    font-family: 'Japandi', sans-serif;
    letter-spacing: 6px;
}
.hidemobile {
    display: contents;
}

.showmobile {
    display: none;
}
.upper {
    text-transform: uppercase;
}


/*Header*/
.header-bar {
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #FFF;
    min-height: 120px;
    line-height: 110px;
    opacity: 0.8;
    margin-top: 0vh;
}
.logo-padding{
    padding-left:60px;
}

/*Body*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    flex: 1 0 auto;
}
p a {
    color: #ff6a00 !important;
    font-weight: bold;
    text-decoration:none;
}

    p a:hover {
        color: #3a989a !important
    }

.opacity a:hover {
    opacity: 0.1;
}

.colcenter{
    margin: auto;
    width:40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.colcenter2 {
    margin: auto;
    width: 80%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;         
    }
}


.lower-bar {
    width: 100%;
    background-color: #000000;
    color: #FFF;
    padding-top: 20px;
    opacity: 0.7;
    display: block;
    position: fixed;
    bottom: 0;
    margin-bottom: 200px;
}
.lower-bar2 {
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #FFF;
    min-height: 40px;
    opacity: 0.8;
    margin-top: 0;
    float: left;
}
.banner {
    width: 100%;
    height: 92vh;
    max-height: 10000px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    line-height: 100%;
    font-size: 1.2em;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
}
.footer2 {
    bottom: 0;
    width: 90%;
    max-width:920px;
    height: 120px;
    background-color: #13161d;
    color: #CCC;
    margin: auto;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:40px;
}
.footer3{
    display: none;
}
.footbold {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.icons{
    width:26px;
    height: 26px;
    float:left;
    margin-right:20px;
    margin-top:10px;
    opacity:0.6;
}
/*Fields & Forms*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
}

/*SELECT*/
select {
    color: #FFF;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #444444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    select select {
        background-color: #FFF;
    }

textarea {
    font-family: inherit;
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #fe9808;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

/*--------------------Content Pages-----------------------*/

.contentbanner {
    width: 100%;
    height: 500px;
    max-height: 500px;
    top: -90px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    z-index: 99;
    position: absolute;
}
.middlebanner {
    width: 100%;
    height: 30vh;
    max-height: 500px;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    margin-bottom: 40px;
    margin-top: 40px;
    display: block;
}
.maintext {
    width: 80%;
    float:right;
    text-align: left;
    color: #FFF;
    opacity: 0.8;
    margin-right: 5%;
    background-color: #000;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 300px;
    z-index: 99999;
    position: relative;
    margin-bottom:50px;
}


/*Column Master Set*/
/*--------------------Columns-----------------------*/
.column00 {
    width: 2%;
    margin: 6px 0 10px 0px;
}

.column1 {
    width: 10%;
}

.column1-template {
    width: 4%;
    margin: 10px 0 10px 0px;
}

.column2 {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column2b {
    width: 18.33%;
    margin: 10px 0 10px 0;
}

.column2c {
    display: none;
}


.column3 {
    width: 25%;
    margin: 10px 0 10px 0;
}

.column3-gallery {
    width: 23%;
    margin: 10px 1% 20px 1%;
}

.column3bare {
    width: 23%;
}

.column4 {
    width: 31.33333333%;
    margin: 0 1% 0 1%;
}

.column4image {
    width: 31.33333333%;
}


.column5 {
    width: 39.66666667%;
    margin: 0 1% 0 1%;
}

.column6 {
    width: 50%;
}

.column6f {
    width: 48%;
}

.column6b {
    width: 45%;
    margin: 0 2% 0 2%;
}

.column7 {
    width: 58.33333333%;
}

.column8 {
    width: 66.66666667%;
}

.column8-news {
    width: 66.66666667%;
    margin: 10px 0 10px 0;
}

.column9 {
    width: 75%;
    margin: 10px 0 10px 0;
}

.column10 {
    width: 80%;
}

.column11 {
    width: 91.66666667%;
    margin: 10px 0 10px 0;
}

.column11a {
    width: 91.66666667%;
    margin: 20px 0 10px 10px;
}

.column12 {
    width: 100%;
}

.column-button {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column-search {
    width: 83.33333333%;
    margin: 10px 0 10px 0;
}


.column99 {
    width: 96%;
}

/*Mobile*/
@media only screen and (max-width : 800px) {
    .screen {
    }

    .hidemobile {
        display: none;
        visibility: hidden;
    }

    .showmobile {
        display: contents;
    }

    .banner {
        font-size: 3vw;
    }

    .lower-bar {
        min-height: auto;
        overflow: hidden;
        position: relative;
        top: 100px;
    }

    .contentbanner {
        width: 100%;
        height: 50vh;
        max-height: 400px;
        top: -90px;
        z-index: 999;
        position: absolute;
    }

    .content-contain {
        width: 90%;
        margin: auto;
        margin-top: 350px;
        max-width: 1200px;
        display: block;
        margin-bottom: 40px;
    }
        .content-contain img {
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            overflow: hidden;
        }
    .content-contain2 img {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
        .maintext {
            width: 80%;
            margin: auto;
            margin-bottom: 82px;
        }

        .footer2 {
            display: none;
        }

        .footer3 {
            width: 100%;
            background-color: #13161d;
            float: left;
            display: block;
            flex: 0 0 50px;
            margin-top: auto;
            color: #fff;
            text-align: center;
        }
        .footbold {
            margin-top: 1px;
            margin-bottom: 1px;
            font-weight: bold;
        }
    .icons {
        width: 26px;
        height: 26px;
        opacity: 0.6;
        margin: 10px;
    }
        .column2c {
            width: 5%;
            float: left;
        }

        .column3 {
            width: 100%;
            padding: 0 10px 0 10px;
        }

        .mobilebox {
            width: 90%;
            background-color: #000;
            opacity: 0.8;
            margin: auto;
            padding: 10px;
            text-align: center;
            margin-top: 300px;
        }

        .mobilecenter {
            text-align: center;
        }
    .column6b {
        width: 100%;
    }
    .column3-gallery {
        width: 100%;
        margin: 1%;
        height: 200px;
        display: block;
        margin-bottom: 30px;
    }
    .block-image-gallery {
        height: 200px;
        width: 100%;
        overflow:hidden;
    }
    }
}