﻿/* 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. */

/*
    28px = 1.75rem
    26px = 1.625rem
    24px = 1.5rem
    22px = 1.375rem
    20px = 1.25rem
    18px = 1.125rem
    16px = 1rem
    14px = 0.875rem
    12px = 0.75rem
    10px = 0.625rem
*/
.general-fontsize-10px {
    font-size: .625rem;
}

.general-fontsize-12px {
    font-size: .75rem;
}

.general-fontsize-14px {
    font-size: .875rem;
}

.general-fontsize-16px {
    font-size: 1rem;
}

.general-fontsize-18px {
    font-size: 1.125rem;
}

.general-fontsize-20px {
    font-size: 1.25rem;
}

.general-fontsize-22px {
    font-size: 1.375rem;
}

.general-fontsize-24px {
    font-size: 1.5rem;
}

.general-fontsize-26px {
    font-size: 1.625rem;
}

.general-fontsize-28px {
    font-size: 1.75rem;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

h1 {
    font-size: 2rem;
}

.layout-headertext {
    clear: none;
    font-size: 24px;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.blog-date {
    color: #767676;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

.blog-title {
    color: #666;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
}

blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}