﻿/* 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. */
/* Provide sufficient contrast against white background */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
a {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.card-incubator {
  margin-bottom: 20px;
}
#site-builder-preview-container,
#custom-site-preview-container {
  width: 100%;
  height: 800px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #808080;
}
.site-preview {
  width: 100%;
  height: 2000px;
  border: 0px;
}
.site-preview {
  zoom: 1;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
  -o-transform: scale(1);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .site-preview {
    zoom: 1;
  }
}
.navbar-center ul {
  margin: 0 auto;
}
.brand-link .brand-image {
  float: none !important;
}