﻿@font-face {
    font-family: GothaProBol;
    src: url("/Fonts/GothaProBol.otf") format("opentype");
}

body {
    font-family: GothaProBol;
    text-align: center;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

html {
    text-align: center;
}

.container {
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal {
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container_bottom {
    color: #2f3033;
    margin-bottom: 0px;
    position: absolute;
    top: 92%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-100%);
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
}

.button {
    background-color: #ddfc36;
    border: 4px dashed #2f3033;
    border-radius: 8px;
    color: #2f3033;
    padding: 32px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

svg {
    width: 100%;
}

#chain_st {
    -webkit-animation: dash 4s infinite linear;
    -moz-animation: dash 4s infinite linear;
    -o-animation: dash 4s infinite linear;
    animation: dash 4s infinite linear;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 8.665;
    }
}

@-moz-keyframes dash {
    to {
        stroke-dashoffset: 8.665;
    }
}

@-o-keyframes dash {
    to {
        stroke-dashoffset: 8.665;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 8.665;
    }
}

.button_solid {
    background-color: #2f3033;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

    .thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .thumbnail canvas {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .thumbnail img.done {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 30px;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .thumbnail img.portrait {
        width: 100%;
        height: auto;
    }

    .thumbnail canvas.portrait {
        width: 100%;
        height: 100%;
    }

.progress {
    position: relative;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
}

div.prog {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: rgba(57, 166, 247, 0.55);
}

.over {
    position: relative;
    width: 100%;
}

h2 {
    top: 50%;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}
