﻿html {
    position: relative;
    height: 100%;
    width: 100%;
}

body {
    background-color: #1e2023;
    /*background-image: url('../Images/sacro_404.jpg');*/
    background-image: url('../Images/sacro_404_blue.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
}

.message-container {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #464d53;
    padding: 2em;
    text-align: center;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

h1 {
    color: #c0c9cb;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #95a6a6;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

/******* BUTTONS ********/
.btn-sacro {
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 30px;
    background-color: #464e51;
    border-radius: 0px;
    border: 1px solid #596164;
    box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.05), 0px 0px 5px rgba(0, 0, 0, 0.34);
    font-size: 12px;
    text-shadow: 0px 0px 10px #b1bdcc;
    font-family: 'Raleway', Arial;
    transition: all 0.5s ease-in-out;
}

a.btn-sacro, a:not([href]):not([tabindex]).btn-sacro {
    color: #FFF;
}

    a.btn-sacro:after {
        content: '';
        display: none;
    }

.btn-sacro:hover, .btn-sacro:focus {
    box-shadow: inset 0px 0px 8px rgba(85, 97, 103, 0.38), 0 5px 15px rgba(85, 97, 103, 0.38);
    transition: all 0.5s ease-in-out;
}

.btn-lg.btn-sacro {
    padding: 1em 2em;
    letter-spacing: 1px;
    font-size: 1em;
}