﻿@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: black;
}

.openseadragon1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: black;
}

.wrapper {
    width: 100%;
    height: 100%;
    padding: 0 0 3em;
    font-family: sans-serif;
    background: black;
}

    .wrapper p {
        padding: 0 2% 10px;
        font-size: 20px;
        line-height: 1.5;
        color: white;
    }

/* Corrects the wrapper position on Modal Boxes opening */
.modal-dialog:target ~ .wrapper {
    margin-top: 1.2em
}

/* Custom fonts */
@media only screen and (min-width: 720px) {

    .header-modal,
    .modal-dialog .inner-dialog h2 {
        font-family: Roboto, sans-serif;
        font-weight: 300
    }

    .modal-dialog .inner-dialog p,
    .footer-modal {
        font-family: 'Open Sans', sans-serif
    }
}

.result-form p {
    word-wrap: break-word;
    font-size: 1rem;
    color: white;
    text-align: center;
}

.social-media {
    text-align: center;
}

ul.social-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.social-media-list li {
        display: inline-block;
        margin: 0.4em;
        font-size: 1.8em;
    }

.txt-center {
    text-align: center
}

.modal-dialog .modal,
.footer-modal {
    overflow: hidden;
    background: #e47911;
    color: #fff
}

.modal .close-span {
    text-align: right
}

.close-span strong {
    margin-right: 3.5em
}

.modal-dialog .close {
    background: #e47911;
    border: 2px solid #fff;
    color: #fff
}

    .modal-dialog .close:hover,
    .modal-dialog .close:active {
        background: #e47911;
        border: 2px solid #333;
        color: #333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

.modal-dialog .header-modal {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.header-modal span {
    width: 100%
}

.header-modal img {
    width: 3rem;
    height: 3rem;
}

.modal-dialog .header-modal strong {
    display: block;
    color: #e47911;
    font-size: 1.0em;
    font-size: 3rem
}

.modal-dialog .inner-dialog {
    /* Removes vertical scrolling bar */
    max-height: 100%;
    color: #fff
}

    .modal-dialog .inner-dialog a,
    .modal-dialog .footer-dialog a {
        color: #fff
    }

.modal-dialog .modal-message,
.modal-dialog .header-modal,
.modal-dialog .inner-dialog,
.modal-dialog .footer-modal {
    border-color: #e47911 !important
}

    .modal-dialog .inner-dialog .input-form {
        width: 60%;
        margin: 0 20%
    }

    .modal-dialog .inner-dialog .result-form {
        width: 80%;
        margin: 0 10%
    }

@media only screen and (max-width: 720px) {

    .modal-dialog .inner-dialog .input-form {
        width: 90%;
        margin: 0 5%
    }

    .modal-dialog .inner-dialog .result-form {
        width: 90%;
        margin: 0 5%
    }
}

.modal-dialog .inner-dialog input[type="text"] {
    width: 96%;
    height: 42px;
    margin: 0;
    padding: 0 2%;
    background: transparent;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-dialog .inner-dialog .charsleft,
.modal-dialog .inner-dialog .error {
    float: right;
    text-align: right;
    font-size: .65em
}

.modal-dialog .inner-dialog .charsleft {
    margin-top: .5em;
}

.modal-dialog .inner-dialog button {
    width: 100%;
    margin: 1em 0 .5em;
    padding: 10px;
    background: #fff;
    color: #e47911;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

input:invalid {
    box-shadow: 0 0 1px #ec008c
}