﻿/* 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; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header {
  width: 100%;
}

html,
body {
  height: 100%;
}

.form-signin {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: auto;
}

.invite {
  width: 100%;
  /* padding-top: 20px; */
  padding-bottom: 20px;
  margin: auto;
}

.img {
  height: 150px;
}

.img-preview {
  object-fit: fill;
  width: 250px;
  height: 200px;
}

.overlay-text {
  z-index: -1;
  width: 100%;
}

.bg-watermark {
  color: #b0c4de;
  opacity: 0.45;
  font-size: 5rem;
  width: 700px;
  transform: rotate(-25deg);
  /* transform-origin: 90% 50%; */
}

.dl {
  margin-top: auto;
  margin-bottom: 15px;
}

.dl-invite {
  display: flex;
  margin-bottom: 15px;
}

.dr {
  padding-top: 0px;
}

.pass {
  /* background: url("../lib/img/retreat_image.jpg") no-repeat center; */
  /* background-color: #cccccc;
  background-position: center; */
  /* background-size: cover;
  opacity: 0.8; */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pass-bg {
  opacity: 0.15;
  position: absolute;
  z-index: -5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pass-content {
  position: relative;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }

  .img-preview {
    object-fit: fill;
    width: 150px !important;
    height: 150px;
  }
}

@media (max-width:768px) {
  .dt {
    flex-direction: column;
  }

  .dl {
    display: flex;
    margin-top: auto;
    margin-bottom: 15px;
    flex-direction: column;
  }

  .dr {
    padding-top: 0px;
  }

  .form-signin {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    margin: auto;
  }

  .invite {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: auto;
  }

  .img {
    height: 100px;
  }

  .img-preview {
    object-fit: fill;
    width: 60%;
    height: 200px;
  }

  .bg-watermark {
    color: #b0c4de;
    opacity: 0.45;
    font-size: 4rem;
    width: 500px;
    transform: rotate(-25deg);
    /* transform-origin: 90% 50%; */
  }

  .footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
  }
}