       	@font-face {
		  font-family: "Futura-Lt";
		  src: url(/main/FuturaGr-Lt.ttf) format("truetype");
		}
		
		@font-face {
		  font-family: "Futura-Md";
		  src: url(/main/FuturaGr-Md.ttf) format("truetype");
		}

	   body {
		   max-width: 95vw;
            margin: auto;
			position: relative;						
            font-family: Futura-Lt, Arial, sans-serif;
			font-size: 1.1em;
			min-height: 100vh;
			display: flex;
			flex-direction: column;
        }
		
		body.index {
			width: 620px; 
		}
		
		body.legal-notice {
			width: 900px;
			
		}
		
        .column.simp a {
            text-decoration: none;
            color: #44BEE0;
            }
        .column.sump a {
            text-decoration: none;
            color: #f7941d;
            }   
        .column a:hover {
            color: #1b1b1d !important;
        }    
        img {max-width: 100%; }        
            .column { flex: 0 0 50%; }
			
		h1 {
		font-family: Futura-Md; 
		font-size: 2.5em;
		}
		
		h4 {
			font-size: 1.05em;
			margin: 0.5em 0;
		}
		
		article {
			font-size: 1.2em; 
		}
		
		.content {
			padding-bottom: 50px;
		}
			
		footer {	
			text-align: center;	
			width: 100%;
			margin-top: auto;
		}

		footer a {
			color: #1b1b1d;
			display: inline-block;
			margin: 0 10px;
		}
		
		footer a:hover {
			color: #f7941d;
		}
		
		body.index footer a.index,
		body.legal-notice footer a.legal-notice {
			   pointer-events: none;
			   cursor: default;
			   text-decoration: none;
		}