﻿/* 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;
}
a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.2s;
}

.sugarcane a {
    font-family: 'Times New Roman', Times, serif;
    font-size: 8px;
}
    a:hover {
        color: black;
        background: white;
        box-shadow: 0 0 10px white,0 0 20px white,0 0 30px white;
    }

.td{
    color:white;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (max-width:600px) {
  html {
    font-size: 10px;
  }
}

.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 */
    font-family: 'Times New Roman', Times, serif;
    font-size:16px;
    margin-bottom: 60px;
    background-color: #242425;
    background-image: url('/images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

img
{
    width:auto;
    height:auto;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.box {
    background: rgba(0,0,0,.77);
    width: auto;
    border-radius: 11px;
    padding: 33px;
    color:white;
}
.phone {
    color:white;
    font-family: 'Times New Roman', Times, serif;
    font-size:30px;
}
.flashit {

    animation: flash linear .5s infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}


