* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {background:#ff9912; 
      color:#fff;
    font-family: 'Simonetta';
    
}
a {color:#fff; text-decoration: underline;}
.title {font-family: 'Cinzel'; margin-bottom:20px; margin-top:10px;
}

.header {margin:0 auto; padding:15px; max-width:1000px;}
.logo {float:left; width:75px; margin-right:20px; border:0px;}
.titlelogo {float:left; width:65%}
.content {border:solid 1px #fff;font-size:20px; margin:0 auto; padding:20px; max-width:1000px; min-height:500px;  background-color:#7678a2; color:#fff;}
.menu a {color:#fff; padding:5px 5px; text-decoration:none; font-size:20px; }
.menu a:hover {
    color:#7678a2;
}
.menu {white-space: nowrap;}
.menu li {list-style: none outside none;
display: inline-block;}
.menu ul {margin:0; padding:0; margin-left:90px;}
.headercontact {
    font-size:18px;
    padding-top:10px;
    text-align:center;
    float:right;
    line-height:30px;
    width:35%;
}
.headercontact a {
    text-decoration: none;
}
.footer {text-align:center; max-width:1000px; width:100%; margin:0 auto; padding:20px; font-size:18px;}
.landingimage {width:49.4%; float:left; display:block; border:0px;}
#landingimage-1 {margin-bottom:10px; float:left;}
#landingimage-2 {margin-right:10px; margin-bottom:10px;}
#landingimage-3 {margin-right:10px}
.landingtext { color:#fff; width:49.4%; margin-right:10px; float:left; margin-bottom:10px; padding-top:10px;}
img {max-width:100%; border:solid 1px #fff;}
/*.menu {display:none; width:38px; float:left; position:absolute; left:25px; top:70px;}*/
@media(max-width:888px) {
    .landingimage  {width:auto; max-width:100%; display:block; margin:0 auto !important; float:none !important; margin-bottom:10px !important;}
    .landingtext {width:100%; padding-top:0px;}
    .titlelogo {width:50%;}
    .menu ul {margin-left:0px;}
    .headercontact {padding-left:20px; width:50%;}

}
@media(max-width:484px) {
    .titlelogo {width:100%;}
    .headercontact {display:none;}
    .menu {white-space: normal;}

}