﻿html {
    min-height: 100%;
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.page-image {
    background-image: url("/images/profile-additive-manufacturing-splash-screen.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    text-align: center;
    margin: auto;
}

.bg {
    width: 100%;
    z-index: 0;
}

section {
    height: 90vh;
    position: relative;
}

.container {
    max-width: 700px;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.splashBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    background-color: #FFC500; /*#4CAF50; Green */
    border: solid 1px #999;
    color: #000;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 150px;
    border-radius: 8px;
}

    .button:hover {
        background-color: #00FF45;
    }
