  .logo 
{display: flex;
flex-direction: row;

}

.logo .title {
font-size: 1.8em;
color: #06274a;
font-weight: bold;
 text-shadow:  1px  1px 1px rgba(0,0,0,0.8), -1px  -1px 1px rgba(255,255,255,0.8);
 	display: none;
	}
	
	.logo .desc {
font-size: 1em;
color: #06274a;
	}
	
	@media only screen and () {

.logo .title, h1 {
font-size: 1.8em;
color: #06274a;
font-weight: bold;
 text-shadow:  1px  1px 1px rgba(0,0,0,0.8), -1px  -1px 1px rgba(255,255,255,0.8);
	display: block;
	}	  
}