.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1024px;
	margin: 0 auto 0 auto;
	display:block;
	background: url('../img/background2.png');
    background-size:contain;
	background-repeat: no-repeat;
	background-position:center-top;'
	z-index:1;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 15px 40px 0 0;
	color: #000;
	margin-bottom: 0.1em;
	
}











.wrapper{
	padding-top:4em;
	font-size: 1em;
    color: #504e4e;
}




.title{
	
	margin: auto;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: column ;
	flex-flow: column ;
	-webkit-justify-content: center;
	justify-content: center;
	max-width:460px;           /* this is necessary for IE11 */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { .title-main{margin:0 281px 0 281px;}}/* fix for IE11 - this detect IE which doesn't like 
                                                                                                                         margin:auto and justify-content:center in same time */

.indent{
	padding-left: 2em;
	
}

.title-title {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: row ;
	-webkit-justify-content: center;
	justify-content: center;
	
}







 



  
@media all and (max-width : 768px) {



.wrapper{
	padding-top:0.5em;
	
}



img {
    max-width: 100%;
	
    height: auto;
    }

h1 {
	font-size: 1.4em;
}

 

br.br{
	display:none;
}
   



}



