h1,h2,h3,h4,h5,h6,body,ul{
    margin:0;
    padding: 0;
}

body{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:13px;
    background:#fff;
}

main{
    width:960px;
    margin:0 auto;

}
section{
    width:100%;
}
.sunset{
    background: url(../site/img/santorin-header.jpg) center center no-repeat;
    background-size:100%;
    width:960px;
    height:300px;
    border-radius:0 0 30px 30px;
    margin-bottom: 30px;
}
.redbox{
    background-color:rgb(221, 16, 60);
    border-radius:15px 15px 0 0;
    color:rgb(255, 255, 255);
    float: left;
    position:fixed;
    bottom: 0;
    width: 960px;
    padding: 10px 0 10px 0;
}

div{
    width:30%;
    float:left;
    margin:0 15px;
}
img{
    margin-bottom:10px;
}
.logo{
    margin-top: 50px;
}
h1{
    font-size:30px;
    font-weight:bold;
    color:rgb(48, 7, 233);
    text-transform:uppercase;
}
h2{
    font-size:20px;
    font-weight:bold;
    color:rgb(221, 16, 60);
    text-transform:uppercase; 
}
h3{
    font-size:15px;
    color:rgb(48, 7, 233);
    margin-bottom: 10px;
}
p{
    width:250px;
}
a{
    font-size:15px;
    color:rgb(48, 7, 233);
    text-decoration:none;
    
}
a:hover{
    color:rgb(221, 16, 60);

}


ul{
    margin-top: 10px;
    list-style-type: none;
}
.menufooter{
    display: inline;
    padding-left: 10px;
}
.menufooter a{
      color:rgb(255, 255, 255);
      font-size: 13px;
}

.listerouge{
    font-weight:bold;
    color:rgb(221, 16, 60);
}