@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,700;8..144,900&display=swap');


.stop {
    position: fixed;
    bottom: 30px;
    right: 3px;
    z-index: 999;
    font-size: 2em;
    line-height: 1em;
    background-color: rgba(0, 66, 138, 0.6);
    display: none;
    padding: 3px;
    text-align: center;
    border-radius: 3px;
    scroll-behavior: smooth;
}

.stop img {
    width: 40px;
    height: 40px;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.stop a {
    color: #CECECE;
    text-decoration: none;
    outline: none;
}

.form-control {
	display: block;
	width: 100%;
	padding: .35rem .5rem;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.3;
	background-clip: padding-box;
	border: 0px;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar {
	opacity: 0;
}

.navbar.affix {
	opacity: 1;
	background-color: rgba(64, 64, 64, 0.9);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-link {
	color: #151515;
}

.navbar-nav > li > a {
	font-family: "Roboto Flex",sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.4em;
}

.nav-link.affix {
	color: #fff;
}

.navbar-brand {
	background: url('https://chattanoogahistory.com/svg/CHALOGO21c.svg') no-repeat;
	background-size: auto auto;
	background-size: cover;
	display: inline;
	height: 7vh;
	width: 7vh;

	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


.navbar-brand.affix {
	background: url('https://chattanoogahistory.com/svg/CHALOGO21c.svg') no-repeat;
	background-size: auto auto;
	background-size: cover;
	display: inline;
	height: 7vh;
	width: 7vh;
margin-bottom: -45px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.navbar-toggler {
	color: #ffffff;
}

.nav-link:focus, .nav-link:hover {
	color: #ffa900;
	outline: none;
}

.navbar-nav > li > a {
	color: #fff;
}

hr{
    margin:1rem 0;
    color:inherit;
    background-color:currentColor;
    border:0;
    opacity: .25
}