﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.banner, .banner-address {
    color: #5e3c0f;
}


.banner {
    font: 400 80px/1.3 'Berkshire Swash', Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #ededed, 4px 4px 0px rgba(0,0,0,0.15);
    padding: 5px;
    margin: 0;
}

.banner-address {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
/* 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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */

    font-size: small;
}

.align-items-center {
    display: flex;
    align-items: center; /*Aligns vertically center */
    justify-content: center; /*Aligns horizontally center */
}


.navbar {
    position: relative;
    padding-top: 0;
    opacity: 80%;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.img-responsive {
    height: auto;
    width: auto;
    max-height: 156px;
    max-width: 250px;
    top: 109px;
}

.circle {
    width: 249px;
    height: 285px;
    border-radius: 250px;
    font-size: 50px;
    line-height: 500px;
    text-align: center;
    background: black;
}


.navbar-nav a {
    color: black;
    white-space: nowrap;
}

/* additions */
.left {
    display: flex;
    gap: 20px;
}

.right {
    display: flex;
    gap: 20px;
}


nav.same-line {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .same-line {
        font-size: smaller;
    }

    .left, .right {
        display: flex;
        gap: 5px;
    }
}

/* additions END */

body {
    background: url(assets/hack2.jpg) no-repeat center center fixed;
    background-size: cover;
}
