@media (min-width : 768px){
	body.mgo_special {
		padding-top: 170px;
		font-family: monospace;
	}
	
	#app-header {
		height: 133px;
	}
	
	#img-logo{
		max-width: 320px;
	}
	
	#nav-menu {
		position: fixed;
		top: 133px;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	
	#menu-group{
		margin-top: 19px;
	}
}

@media (max-width : 767px){
	body.mgo_special {
		padding-top: 55px;
		font-family: monospace;
	}
	
	#nav-menu {
		position: fixed;
		top: 81px;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	
	#menu-group{
		margin-top: 4px;
	}
	
	p.lead {
		font-size: 1rem;
	}
}

#app-header>div {
	width: 33%;
}

#site-description{
	font-family: monospace;
	font-size: x-large;
	color: #6c757d;
}

#head-user a{
	text-align: right;
	color: #6c757d;
	font-size: large;
}

#head-menu{
	background-color: white;
	font-size: large;
	color: steelblue;
}

#head-menu li:not(.active){
	background-color: #f8f9fa
}

.nav-link:not(.active){
	background-color: aliceblue;
}

#main_mgo{
	/*max-width: 900px;*/
	padding: 1em 1.5em;
	font-size: large;
	text-align: left;
}

.col-module {
	padding-bottom: 15px;
}

img.pict_domain {
	width: 100%;
	padding-bottom: 5px;	
}

.waw-image-cont{
	text-align: center;
}

.waw-image{
	max-width: 800px;
	width: 95%;
	border: 1px solid steelblue;
}

.contact-title{
	font-size: 1.4em;
	color: steelblue;
}

.contact-subtitle{
	font-size: 1.2em;
	margin-bottom: .5em;
}