body {
    background-image:url(img/turista\ hatter.jpg);
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}
h1 {
    font-size: 100%;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-se
}

h2 {
    font-size: 100%;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-se
}

h3 {
    font-size: 110%;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-se
}

h4 {
    font-size: 110%;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-se
}


.h1-box {
    width: 80%;
    margin-left: 10%;
    background-color: rgba(0, 0, 0, 0.404);
}

.date {
    font-size: 125%;
    text-align: center;
    color: red;
}

.day {
    font-size: 125%;
    text-align: center;
}

.facebook {
    font-size: 130%;
    text-align: center;
}

p{
    font-size: 16px;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.p-box{
    background-color: rgba(0, 0, 0, 0.404);
    width: 80%;
    margin-left: 10%;
}

hr {
    border: 2px black solid;
}

.tel {
    color: rgb(255, 187, 0)
}  
