@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);

body {
    background: url(../images/desktop.jpg);
    background-color: #5d5d55;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    user-drag: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    cursor: default;
    margin: 0px;
}

a {
    color: #FFFFFF;
}

#pagewrapper {
    margin: 0px auto;
    max-width: 960px;
    margin-top: 40px;
    background-color: rgba(93, 93, 85, 0.8);
    box-shadow: 1px 1px 30px #000000;
}

#intro {
    text-align: justify;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 2.2em;
    text-shadow: 1px 1px 20px #000000;
    color: #FFFFFF;
}

#premises {
    text-align: justify;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 2.2em;
    text-shadow: 1px 1px 20px #000000;
    color: #FFFFFF;
}

#services {
    text-align: justify;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 2.2em;
    text-shadow: 1px 1px 20px #000000;
    color: #FFFFFF;
}

#contact {
    text-align: justify;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 2.2em;
    text-shadow: 1px 1px 20px #000000;
    color: #FFFFFF;
}

#mapcontainer {
    margin: 0 auto;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 2.2em;
}

.googlemaps {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.googlemaps iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; 
    border: none;
}

ul.list {
    list-style-type: square;
    margin: 0px 3px 3px 3px;
}

li.list {
    margin: 3px 0px 0px 0px;
    max-width: 400px;
}

footer {
    padding-bottom: 2.2em;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 20px #000000;
}