/***** Header *****/
.logo-wrapper {
	display: flex;
	justify-content: space-between;
}

.header_logo {
	float:									right;
	background-color: 						#FFFFFF;
	vertical-align:bottom;
}

.header_logo a:hover {
	border:				none;
}

#logo-title {
	margin-bottom: 7px; 
	font-size: 11pt;
}

#logo-text {
	line-height: 12px;
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
	.logo-wrapper {
		height: 40px;
		position: relative;
	}
	
	.header_logo {
		float:									right;
		background-color: 						#FFFFFF;
		vertical-align:							bottom;
	}
	
	.logo-img {
		height: 40px;
	}
	
	#logo-title {
		font-size:	0pt;
		margin:		0px;
		visibility: hidden;
	}
	
	#logo-text {
		position: absolute;
    	bottom: 0;
    	left: 0;
    	font-size: 8pt;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 400px) and (max-width: 600px) {
	.logo-wrapper {
		height: 50px;
		position: relative;
	}
	
	.header_logo {
		float:									right;
		background-color: 						#FFFFFF;
		vertical-align:							bottom;
	}
	
	#logo-title {
		font-size:	0pt;
		margin:		0px;
		visibility: hidden;
	}
	
	#logo-text {
		position: absolute;
    	bottom: 0;
    	left: 0;
    	font-size: 9pt;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}