﻿@import 'https://fonts.googleapis.com/css2?family=Nunito&family=Nunito&display=swap';body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #f1e6ab
}


html, body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

hr {
	background-color:#cccccc;
}

.main {
    font-family: Nunito, sans-serif;
    letter-spacing: 0.8px;
    font-size: 16px;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main main {
	color: #000;
}

.add-form {
	color: #000;
}

.footer-style {
    font-family: myriad-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: .75rem
}

.mastfoot {
  color: #000000;
}


a {
    color: #cccc00;
    text-decoration: none
}

a:hover {
    color: #ffffff;
    text-decoration: none
}

.footer-style {
    font-family: myriad-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: .75rem
}

.bg-img {
    position: relative;
    min-height: 200px;
    display: flex;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    //background-image: url('/assets/img/bs_1.JPG');
}

.bg-img::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.4);
}

.header-link {
	font-size: 13px;
	letter-spacing: 1.3;
	font-weight:700;
	padding: .25rem 0;
	text-transform: uppercase;
}

.session-stats {
	color:#cccccc;
}

.session-stats h4 {
	color:#ffffff;
}

.site-menu {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color:#343a40;
}

.login-row {
	background-color: #666666;
	padding: 4px 0px 4px 0px;
	vertical-align:middle;
}

.login-row a {
	color:#333399;
}

.login-loggedin {
	background-color: #444400;
	color:#eeeeee;
}


.login-failed {
	color:#FF7700;
	font-weight: bold;
	padding: 12px 16px 0px 0px;
}
