@import url(https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin,latin-ext);

body {
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}
a {
    color: black;
    text-decoration: none;
}
.logo {
    width: 100%;
    height: 206px;
    background-image: url("urejeno-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: white;
    top: 0;
}
.background {
    width: 100%;
    height: 100%;
    background-image: url("garden-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    min-height: 800px;
}
.background > ul {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    float: left;
    left: 0;
    margin: 0;
    padding: 2% 0;
    position: absolute;
    top: 206px;
    width: 100%;
}
.background > ul >li {
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    list-style: outside none none;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.background > ul >li.heading {
    font-size: 40px;
    color: black;
}
.background > ul >li.contact {
    font-size: 40px;
    color: black;
}
.signature {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

.signature ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color:  #3b3b3b;
}

@media screen and (max-width: 1000px) {
    .signature {
        display: none;
    }
}
