﻿@import 'mobile_portrait.css?version=5';




/*======================= Gilmex general ==================================*/

.picture_h1
{
	font-size: 40px;
	line-height:50px;
	
}

.picture_h2
{
	font-size: 20px;
	line-height:22px;
	
}


#main_wording
{
	margin-top: -6px;
	
}




#main_content
{
	justify-content: space-between;
	align-items:flex-start;
	flex-direction: row;

}




#focus_image_container
{
	
	width:30%;
}




#main_narrative
{
	width:65%;
}




/*======================= contact ==================================*/


#contact #main_content
{
	
	flex-direction: column;

}




#contact #focus_image_container
{
	width:100%;
	margin-top:20px;
}




#contact #main_narrative
{
	width:auto;
}






------------------

#contact #main_narrative
{
	width:100%;
	min-width:230px;
	
}


#contact #focus_image_container
{
	width:auto;
	height:0;
	max-width:600px;
	padding-bottom: 56.25%;
	margin-left:0;
	margin-right:0;
	overflow:hidden;
}

/*======================= home ==================================*/

#home .picture_h2
{
	font-size: 40px;
	line-height:50px;
	max-width:500px;

}
