/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@media only screen and (max-width:767px) {
	.header-row #logo{ width: 100px;}
	#logo img {
		height: auto!important;
        align-self: flex-start;
	}
	#header-wrap {
		padding:10px;
	}
	.display-4 {
		font-size: 32px;
	}
}
.select2-container.select2-container--default {
	width: 100%;
}
.login-page {
	background-color: #000;
}
.gold-color, .nav-link {
	color: #F6DA75!important;
}
.vh-100{
	height: 100vh;
}
