﻿/* 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 {
    position: relative;
}

body::after {
    content: "";
    background: url(/images/background.jpg);
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

section {
    margin-bottom: 30px;
}

.title {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

footer a i {
    color: #C6C6C6;
}

.scrollspy {
    position: sticky;
    top: 10px;
}
.first-col {
    position: absolute;
    width: 5em;
    margin-left: -10em;
    background: linear-gradient(180deg, #56524C 0%, #322D25 40%, #221D15 60%, #372E1E 100%);
    border-top: 1px solid #777065;
    border-bottom: 1px solid #4A4437;
    border-left: 1px solid #383026;
    border-right: 1px solid #383026;
}
.second-col {
    position: absolute;
    width: 5em;
    margin-left: -5em;
    background: linear-gradient(180deg, #56524C 0%, #322D25 40%, #221D15 60%, #372E1E 100%);
    border-top: 1px solid #777065;
    border-bottom: 1px solid #4A4437;
    border-left: 1px solid #383026;
    border-right: 1px solid #383026;
}
@media (min-width:900px) {
    .leftSideImage {
        background-image: url("../images/left.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: left;
        height: inherit;
        min-width: 300px;
        min-height: 700px;
    }

    .rightSideImage {
        background-image: url("../images/right.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right;
        height: inherit;
        min-width: 300px;
        min-height: 700px;
    }
}