﻿@font-face {
    font-family: 'raleway-extrabold';
    src: url('fonts/raleway-extrabold-webfont.woff') format('woff'), url('fonts/raleway-extrabold-webfont.woff2') format('woff');
}

html {
    background: url(images/R6ZWbAb-mountain-wallpaper.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'raleway-extrabold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 100%;
    overflow: hidden;
}

.card {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 320px;
    height: 363px;
    background-color: white;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.55);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .card h1 {
        font-size: 3rem;
        color: #e9a545;
        background: url('images/GoldenGate_Old.jpg') no-repeat;
        height: 218px;
        overflow: hidden;
    }

        .card h1 span {
            display: none;
        }

    .card a {
        background-color: white;
        color: #e9a545;
        border: 1px solid #e9a545;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 1em 1.5em;
        position: relative;
        text-decoration: none;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .card a:hover {
            background-color: #e9a545;
            color: white;
            cursor: pointer;
        }

        .card a:active {
            box-shadow: none;
            top: 5px;
        }
