﻿/* 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. */
@font-face {
    font-family: "BrandFont";
    src: url(../fonts/Audiowide-Regular.ttf) format("truetype");
    unicode-range: U+00-024F;
}

html, body {
    min-height: 100vh;
    color: #8C5627;
    /*background-color: #f4dfbe;*/
}

.brand {
    color: #d8a274;
    font-family: 'BrandFont';
    font-size: 1.5rem;
    transition: 0.3s;
}

.brand:hover {
    transform: scale(1.1);
}

.navbar {
    z-index: 1;
    color: #fff!important;
    background-color: #A17A51;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-item {
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: auto;
    transition: 0.3s;
}


.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-link, .nav-link:hover {
    padding: 0!important;
    color: #fff;
}


/* 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%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #BF8450;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.text-white {
    color: #fff;
}

.main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.string-1 {
    font-family: "BrandFont";
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.string-4 {
    font-family: "BrandFont";
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}

.main-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}