﻿  /* 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. */


@font-face {
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('../fonts/AvenirLTStd-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/AvenirLTStd-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'AvenirMedium';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/AvenirMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirLTStd-HeavyOblique';
    src: url('../fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirLTStd-LightOblique';
    src: url('../fonts/AvenirLTStd-LightOblique.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
}



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;
}

.vertspacer {
    margin: 0;
    padding: 0;
    height: 50px;
}

.vertspacer-half {
    margin: 0;
    padding: 0;
    height: 25px;
}

.vertspacer-quarter {
    margin: 0;
    padding: 0;
    height: 12px;
}


/* 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;
    line-height: 26px;
    font-family: 'Avenir LT Std', sans-serif;
    margin: 0 auto 0 auto;
    min-height : 600px;
}
.footer {
    margin-top: 50px;
    position: relative;
    text-align: center;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.alt-row-color {
    background: #dfe2ff;
}


.leftbump2 {
    margin-left: 1.6rem;
}


.question_Text_purpbold {
    font-family: AvenirLTStd-Heavy;
    color:#5F21A2;
}

.question_Text_blackbold {
    font-family: AvenirLTStd-Heavy;
    color: #000;
}


.question_Text_purpNorm {
    font-family: 'Avenir LT Std';
    color: #5F21A2;
}


.spacertop {
    margin-top: 20px;
}

.centerlogo{
    width:100px;
    margin: 0 auto;
}

.logoh {
    width:200%;
}

.middlealign {
    vertical-align: middle !important;
}

.linenorm {
    line-height: normal;
}