/*
Custom Css
*/
html, body {
    font-family: 'Roboto', sans-serif;
}

.h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 300;
}

.deptTitle h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	margin-bottom: 0px;
	color: #333333;
}
.bgWhite {
	background-color: #ffffff;
}
.justify-content-between {
    justify-content: flex-end!important;
}

.cityQuadSM span {
	font-weight: bold;
    color: #ffffff;
	font-size: .8888em;
}

.cityQuadSM:before {
    background-image: url("../img/CityQuad-SM.svg");
    border-radius: 0px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: cover;
    margin-right: 10px;
    margin-top: -4px;

	
}
.footer-logo a {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    margin-bottom: 15px;
}
.footer-logo a img {
    max-width: 100%;
    height: auto;
}
.bg-dark {
    background-color: #8B0E04 !important;
}
.bg-success {
    background-color: #8B0E04 !important;
}
.text-success {
    color: #333333 !important;
}
.nav a.nav-link {
	font-weight: 500;
}
.navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.navbar-brand-City a {
	text-decoration: none;
	color:#333333;
	font-weight: 400!important;
	width: 100%;
}

.deptTitle {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
	background-color: #EEEEEE !important;

}
.content-top {
	min-height: 500px;
	height: 100%;
	padding: 5px;
}
.flxWrap {
	display: flex;
	flex-wrap: wrap;
}
.flxWrap span {
	width:100%;
}
.navbar-collapse {
    width: unset;
}

#templatemo_main_nav a:hover {
    color: #333333;
	font-weight: bold!important;
    text-decoration: none;
}
/*.h1 {
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 0px;
}*/

.appCitylogo img {
	/*width:90px;
	margin-right: 15px;*/
	max-width: 80px;
	width: 100%;
}
#cityQuadLogo {
	margin-right: 15px;
}

span.menuText {
    font-size: 14px;
}

.navbar-brand {
    white-space: unset;
}


@media (min-width:1200px) {
  /*  .h1, h1 {
    font-size: 2rem;
}*/
}

@media (min-width: 992px) {
	.mx-lg-auto {
    margin-right: 0px!important;
    margin-left: auto!important;
}
		
}

/*@media (max-width: 400px) {
  	.justify-content-between {
		display: flex;
		flex-direction: column;
		justify-content: center!important;
}
	.navbar-toggler {
    	align-self: flex-end!important;

}*/
@media (min-width: 395px) {
	.navbar-expand-lg .navbar-collapse {
    display: flex!important;
}
	.justify-content-lg-between {
    justify-content: space-between!important;
}
	.d-lg-flex {
    display: flex!important;
}
	.navbar-expand-lg .navbar-toggler {
    display: none;
}
	#templatemo_main_nav .navbar-nav {
    max-width: 550px;
}
	.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
	.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
	.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
	/*.flxWrap {
    text-align: center;
}*/
	
}



@media only screen and (max-width: 394px) {
	.justify-content-lg-between {
    	justify-content: space-between!important;
}

	.justify-content-between {
		display: flex;
		flex-direction: column;
		justify-content: center!important;
}
	.navbar-toggler {
    	align-self: flex-end!important;

}
	.appCitylogo img {
		max-width: 90px;
		width: 100%;
}
	#cityQuadLogo {
		margin-right: 0px;
}
	.flxWrap {
    	text-align: center;
}
	.navbar-collapse {
    width: 100%;
}
	
	
}
