@font-face {
    font-family: bulky-pixels;
    src: url("../fonts/bulky-pixels.ttf");
}

a:hover {
    color: transparent;
    text-decoration: none;
}

.arcane.main.background {
    background-image: url(../img/res/static-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding-left: 0px;
    padding-right: 0px;
}

/* bar */
.arcane.bar.background {
    background-color: rgba(2, 2, 2, 0.85);
}

.arcane.wooden.section {
    background-image: url(../img/res/wooden-panel.png);
}

.arcane.signup.content {
    font-family: "bulky-pixels";
    font-size: 16px;
    color: white;
    position: relative;
    pointer-events: none;
}

.arcane.section.title {
    /* font-family: 'Open Sans', sans-serif; */
    /*font-family: 'Alice', cursive;*/
    font-family: 'Rubik', regular;
    text-transform: none !important;
    text-shadow: -1.5px 1.5px 0px black;
    font-size: 20px;
    color: #ffbb33;
    text-align: center;
}

    .arcane.section.title.small {
        font-size: 14px;
    }

@media screen and (max-width: 720px) {
    .arcane.section.title.adaptive {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .arcane.section.title.adaptive {
        font-size: 30px;
    }
}

.arcane.section.description {
    /* font-family: 'Open Sans', sans-serif; */
    /*font-family: 'Alice', cursive;*/
    font-family: 'Rubik', regular;
    text-transform: none !important;
    text-shadow: -1.5px 1.5px 0px black;
    color: white;
    text-align: center;
}

.arcane.section.description.big {
   font-size: 23px;
}

@media screen and (max-width: 720px) {
    .arcane.section.description.adaptive {
        font-size: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .arcane.section.description.adaptive {
        font-size: 20px;
    }
}

/* cover */
.arcane.cover {
    display: flex;
    width: 100%;
    padding: 0;
    /*background-image: linear-gradient( rgba(1, 1, 1, 0.1), rgba(255, 255, 255, .5)), url(../../img/background.gif);*/
    background-size: cover;
    background-position: center;
}

/* appbar */
.arcane.appbar {
    /* padding-top: 16px; */
    /* padding-bottom: 16px; */
    padding: 0px 24px;
    z-index: 20;
}

/* column centered */
.arcane.column.centered {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.arcane.centered {
    margin-left: auto;
    margin-right: auto;
}

.arcane.section.sailing {
    /* height: 60%; */
    position: relative;
    /* background-image: linear-gradient(to right, transparent, black), url(../../img/sailing-blue.png); */
    background-image: url(../img/sailing-blue-25.html);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: cover;
}

.arcane.section.fighting {
    /* height: 60%; */
    position: relative;
    background-image: url(../img/fighting-red-25.html);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.arcane.section.exploring {
    /* height: 60%; */
    position: relative;
    background-image: url(../img/exploring-green-25.html);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.arcane.brand {
    width: 400px;
    -webkit-transform: scale(0.8);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0.8);
    /* FF3.5+ */
    -ms-transform: scale(0.8);
    /* IE9 */
    -o-transform: scale(0.8);
    /* Opera 10.5+ */
    transform: scale(0.8);
    transform: scale(0.8);
}

.arcane.logo {
    -webkit-transform: scale(0.8);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0.8);
    /* FF3.5+ */
    -ms-transform: scale(0.8);
    /* IE9 */
    -o-transform: scale(0.8);
    /* Opera 10.5+ */
    transform: scale(0.8);
    transform: scale(0.8);
}

.arcane.align.right {
    text-align: right;
}

.arcane.align.left {
    text-align: left;
}

.arcane.align.center {
    text-align: center;
}

.arcane.sidenav.background {
    border: 15px solid transparent;
    padding: 4px;
    -webkit-border-image: url(../img/video_frame_wide.html) 20% round;
    /* Safari 3.1-5 */
    -o-border-image: url(../img/video_frame_wide.html) 20% round;
    /* Opera 11-12.1 */
    border-image: url(../img/video_frame_wide.html) 20% round;
    border-image-width: 1;
    border-image-repeat: repeat;
    border-image-slice: 30;
    border-image-outset: 0.8;
    /* background-color: rgba(0, 0, 0, 0.7); */
    background-image: url(../img/background_pattern.html);
    background-repeat: repeat;
}

a.arcane.screenshot-container {
    text-align: center;
}
input[type=username] {
    background-color: #001528;
    color: white;
    border-width: 1px;
    border-color: orange;
    border-style: solid;
    padding: 16px;
    text-align: center;
    font-family: 'Rubik';
}
input[type=email] {
    background-color: #001528;
    color: white;
    border-width: 1px;
    border-color: orange;
    border-style: solid;
    padding: 16px;
    text-align: center;
    font-family: 'Rubik';
}
input[type=password] {
    background-color: #001528;
    color: white;
    border-width: 1px;
    -webkit-text-security: disc;
    border-color: orange;
    border-style: solid;
    padding: 16px;
    text-align: center;
    font-family: 'Rubik';
}


button[type=submit] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: transparent;
    height: 50px;
    border-width: 0px;
    background-image: url(../img/res/button-normal.png);
    outline: none;
    margin-top: 16px;
    cursor: pointer;
}

    button[type=submit]:focus {
        outline: none;
    }

/* large screens - bordered items */
@media screen and (min-width: 640px) {
    .arcane.screenshot {
        box-sizing: content-box;
        max-width: 60%;
        /* width: 152px;
         background-size: 100%;
        background-repeat: space, space;
        background-image: url(../../img/screenshot_frame.png); */
    }

        .arcane.screenshot.bordered {
            border: 12px solid transparent;
            -webkit-border-image: url(../img/screenshot_frame.html) 20% stretch;
            /* Safari 3.1-5 */
            -o-border-image: url(../img/screenshot_frame.html) 20% stretch;
            /* Opera 11-12.1  */
            border-image: url(../img/screenshot_frame.html) 20% stretch;
            border-image-slice: 24%;
            border-image-width: 3;
        }
}

/* small screens - bordered items */
@media (max-width: 640px) {
    .arcane.screenshot {
        box-sizing: content-box;
        max-width: 50%;
        /* width: 152px;
         background-size: 100%;
        background-repeat: space, space;
        background-image: url(../../img/screenshot_frame.png); */
    }

        .arcane.screenshot.bordered {
            border: 2.5vw solid transparent;
            -webkit-border-image: url(../img/screenshot_frame.html) 20% stretch;
            /* Safari 3.1-5 */
            -o-border-image: url(../img/screenshot_frame.html) 20% stretch;
            /* Opera 11-12.1  */
            border-image: url(../img/screenshot_frame.html) 20% stretch;
            border-image-slice: 24%;
            border-image-width: 3;
        }
}

.arcane.menu.item-content {
    color: white;
    /* font-family: 'Open Sans', sans-serif; */
    /*font-family: 'Alice', cursive;*/
    font-family: 'Rubik', regular;
    text-transform: none !important;
    text-shadow: -1.5px 1.5px 0px black;
    font-size: 20px;
}

    .arcane.menu.item-content.hoverable:hover {
        color: #ffbb33;
    }

.arcane.secondary.background {
    /* background-color: #083e62; */
    background-color: white;
}

.arcane.secondary.foreground {
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.arcane.link {
    color: #d4d4d4;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

    .arcane.link:hover {
        color: #dbe9f3;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    }

    .arcane.link.secondary {
        color: blueviolet;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    }

        .arcane.link.secondary:hover {
            color: black;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
        }

/* social buttons */

.arcane.new.social.button {
    padding: 16px;
    color: white;
}

    .arcane.new.social.button:hover {
        transform: scale(1.1)
    }

/*.arcane.twitter:hover {
        color: #00aced;
    }

    .arcane.facebook:hover {
        color: #3b5998;
    }

    .arcane.youtube:hover {
        color: #ff0000;
    }

    .arcane.discord:hover {
        color: #7289da;
    }*/

.arcane.video.button {
    /* background-color: #0e3038; */
    /*background-color: #fe1e06;*/
    background-color: #2f2a29ab;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 8px;
}

.arcane.spacer {
    height: 20px;
}

.white {
    color: white;
}
