﻿@charset "UTF-8";
/* CSS Document */


.myheader {
	
	background: no-repeat;
	background-image: url('pictures/clara-hp - v2.png');
	min-height: 1000px;
	background-size: contain
}
	


@media all and (orientation: portrait) {
.myheader 
{
	background-image: url('pictures/clara-hp-handy.png');;
	min-height: 1000px;
	background-size: contain;
}
}