﻿html {
    background-size: cover;
}
body {
    background-image: url(/images/underconstruction.jpg);
    background-attachment: fixed !important;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#panel {
    position: absolute;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 90%;
    left: 50%;
    
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    background-color: rgba(240,240,240,0.95);
    padding: 82px 20px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
    word-break: break-word;
}

    #panel #logo {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90px;
        height: 90px;
    }

#panel .contact-info {
    margin-bottom: 18px;
}

h2 {
    color: dimgray;
}

#panel label.control-label {
    margin-bottom: 1px;
}

#panel div.form-group {
    margin-bottom: 2px;
}

    #panel div.form-group#contact-message {
        margin-top: 8px;
    }


@media (max-width: 768px) {
    
    #panel #logo {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 85px;
        height: 85px;
        text-align: center;
    }

    h1 {
        text-align: center;
        font-size: 2.1em;
    }

    h2 {
        margin-top: 8px;
        text-align: center;
        font-size: 1.6em;
    }

    h3 {
        text-align: center;
    }

    .contact-info h2 {
        font-size: 1.8em;
    }
}

@media (min-width: 769px) {
    #panel {
        /*height: 70%;*/
        width: 80%;
        max-width: 760px;
        /*max-height: 640px;*/
        padding: 82px 60px;
    }

    h1 {
        margin-top: 16px;
        font-size: 2.3em;
    }

    h2 {
        margin-top: 10px;
        font-size: 1.7em;
    }

        h2 a {
            font-size: 1em;
        }
}
