﻿/* 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. */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;400;700&display=swap');

html, body {
  font-family: 'Libre Franklin', Avenir, Helvetica, Arial, sans-serif;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #5ece57;
}

a:hover {
  color: #439c3d;
}

ul,
li {
  list-style: none;
}

ul.bullet-list li {
  list-style: disc;
}

.text-shadow {
  text-shadow: 1px 1px 1px #000;
}

.text-primary {
  color: #5ece57 !important;
}

.btn-primary {
  color: #fff;
  background-color: #5ece57;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #68ea5f;
  border-color: transparent;
}
/* 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;
}
.footer {
  background: #f0f0f0;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Login Styles */
.alert ul {
  margin: 0;
  padding: 0;
}

/* Manage Account Pages */
.manage-account-card {
  min-height: 650px;
}

.fiber-portrait-background {
  background: url('../images/skreen_portrait_splash.jpeg') top right no-repeat;
  background-size: cover;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.nav-pills .nav-link {
  color: #fff !important;
  padding: .5rem .5rem .5rem 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: rgba(255, 255, 255, .35);
  border-color: transparent;
}
