﻿/* 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. */

.qr-container {
    width: auto;
    display: flex;
    justify-content: center;
    margin: 10px;
    padding: 10px;
    /* Material design properties */
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

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: #EDF5E1;
    background-color: #05386B;
    border-color: #05386B;
}

/* 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;
    font-family: 'Roboto', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}



.customcolor {
    color: #EDF5E1;
}
    .customcolor:hover {
        color: antiquewhite;
    }
.topcolor {
    background-color: #05386B
}
.topcolor .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(237, 245, 225,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }


.linkcolor:hover{
    color:darkblue;
}
.button1:hover {
    color: antiquewhite;
}
.button1 {
    background-color: #05386B;
    color: #EDF5E1;
}
.customimage{
    max-width:100%;

    max-height: 100%;
     
}

.gallery {
    position: relative;
}

.gallery-background {
    width: 100%;
    height: 100%;
    display: table-cell;
   
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
}

    .gallery-background img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        max-height: 100%;
    }






