﻿
html {
    height: 100%;
    font-size: 100%;
}

body {
    color: #565656;
    background: #F0F3F3;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #2e2e32;
}

a:hover, a:active {
    outline: none;
    text-decoration: none;
    color: #999999;
}

h1 {
    font-family: "Montserrat", sans-serif;
    color: #007fc8;
    margin: 0;
    font-weight: 500;
}

p {
    font-size: 0.875em;
}

.btn {
    border: none;
    font-size: 15px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 14px;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

    .btn:hover, .btn:focus {
        outline: none;
    }

    .btn:active {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
    }

.btn-info {
    color: #ffffff;
    background-color: #1f7bb6;
}

.btn-info, a.btn-info:link, a.btn-info:visited {
    color: #ffffff;
    background-color: #1f7bb6;
}

a.btn-info:hover, a.btn-info:active {
    color: #ffffff;
    background-color: #238acc;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #ffffff;
    background-color: #238acc;
    border-color: #238acc;
}

.btn-info:active {
    background: #1f7bb6;
    border-color: #1f7bb6;
}

.btn-success {
    color: #ffffff;
    background-color: #27b6af;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        color: #ffffff;
        background-color: #2ccbc3;
        border-color: #2ccbc3;
    }

    .btn-success:active {
        background: #27b6af;
        border-color: #27b6af;
    }

.btn.btn-3d {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn.btn-3d:active {
        -webkit-transform: translate(0, 3px);
        -moz-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

.btn-success.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #24aca5;
    -moz-box-shadow: 0px 6px 0px #24aca5;
    box-shadow: 0px 6px 0px #24aca5;
}

    .btn-success.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #24aca5;
        -moz-box-shadow: 0px 2px 0px #24aca5;
        box-shadow: 0px 2px 0px #24aca5;
    }

    .btn-success.btn-3d:hover, .btn-success.btn-3d:focus {
        background-color: #27b6af;
    }

.btn-info.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #2273a5;
    -moz-box-shadow: 0px 6px 0px #2273a5;
    box-shadow: 0px 6px 0px #2273a5;
}

    .btn-info.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #2273a5;
        -moz-box-shadow: 0px 2px 0px #2273a5;
        box-shadow: 0px 2px 0px #2273a5;
    }

    .btn-info.btn-3d:hover, .btn-info.btn-3d:focus {
        background-color: #1f7bb6;
    }

#error-container {
    text-align: center;
    margin: 100px auto 0px;
}

    #error-container header h1 {
        font-size: 10em;
    }

    #error-container header p {
        text-transform: uppercase;
        font-size: 2em;
    }

    #error-container p {
        margin: 10px 0 20px 0;
    }

.text-center {
    text-align: center;
}


section {
    margin-top: 0;
}

body {
    top: 0px !important;
}

@media (max-width: 430px) {
    html {
        font-size: 70% !important;
    }
}
