﻿/* 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;
}

.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 (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;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.99)), url('../images/pharmacy-crosses-removebg.png');
    background-size: 2000px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
}


/* Custom styles
-------------------------------------------------- */

.navbar.navbar-expand.navbar-dark.bg-dark {
    background: url('../images/pharmacy-crosses-removebg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 500px;
}


.pharma-cross {
    position: relative;
    width: 4rem;
    height: 1.6rem;
    margin: 1rem 2rem 1rem 0;
    border: 2px solid grey;
}



    .pharma-cross::after {
        z-index:0;
        position: absolute;
        content: '';
        left: 1.1rem;
        top: -1.3rem;
        height: 4rem;
        width: 1.6rem;
        border: 2px solid grey;
    }

.pharma-cross-closed {
    background-color: dimgray;
}
    .pharma-cross-closed::before {
        z-index: 1;
        position: absolute;
        content: '';
        left: 1.1rem;
        top: -0.1rem;
        height: 1.6rem;
        width: 1.6rem;
        border: 3px solid dimgray;
        border-radius: 2px;
    }

    .pharma-cross-closed::after {
        background-color: dimgray;
    }

.pharma-cross-open {
    background-color: limegreen;
    box-shadow: 0px 0px 50px 1px rgba(50,205,50,0.75);
    -webkit-box-shadow: 0px 0px 50px 1px rgba(50,205,50,0.75);
    -moz-box-shadow: 0px 0px 50px 1px rgba(50,205,50,0.75);
}
    .pharma-cross-open::before {
        z-index: 1;
        position: absolute;
        content: '';
        left: 1.1rem;
        top: -0.1rem;
        height: 1.6rem;
        width: 1.6rem;
        border: 3px solid limegreen;
        border-radius: 2px;
    }

    .pharma-cross-open::after {
        background-color: limegreen;
        box-shadow: 0px 0px 50px 1px rgba(50,205,50,0.75);
        -webkit-box-shadow: 0px 0px 50px 1px rgba(50,205,50,0.75);
        -moz-box-shadow: 0px 0px 50px 1px rgba(50,205,50,0.75);
    }