﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-image: url('../images/golf-course-1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-left: 150PX;
    padding-right: 150PX;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.header {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

hr {
    height: 3px;
    color: lightgrey;
    background-color: #aab400;
    border: none;
    margin-left: 10PX;
    margin-right: 10PX;
}


div.main-panel {
    padding-left: 10px;
    padding-right: 10px;
    background-color: white
}

table.main-header {
    width:100%;
    border-width: 0px;
}

td.align-right {
    text-align:right;
}

footer.main-footer {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.width20percent {
    width:20%;
}

span.block {
    display:block;
}