A:link    { COLOR: #e0e0e0; TEXT-DECORATION : underline }
A:visited { COLOR: #e0e0e0; TEXT-DECORATION : underline }
A:hover   { COLOR: #ffffff; TEXT-DECORATION : underline }

* {
    box-sizing: border-box;
}

.clear-all {
    float: none;
    clear: both;
}

html,body {
    margin: 0px;
    padding: 0px;
    background-color: #000;
    width: 100%;
    min-height: 100vh;
}

body {
    background: url(/images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    height: 100%;
}

pre {
    position: relative;
    background-color: rgba(0,0,0,0.9);
    border: 1px solid #f0f0f0;
    padding: 20px;
    text-align: left;
    font-size: 12px;
}

div {
    position: relative;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pointer-events-none {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a, div {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    outline-style: none;
}

.content {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    top: 30vh;
}

.logo {
    position: relative;
    max-width: 90%;
    height: auto;
}
.service {
    display: inline-block;
    width: auto;
    margin-top: 4vh;
}

img.svg {
    display: inline-block;
    position: relative;
    width: 100px;
    height: auto;
    opacity: 0.8;
}
img.svg.margin-left {
    margin-left: 30px;
}

.info-text {
    font-family: Arial;
    font-weight: normal;
    font-size: 20px;
}

a.mail {
    text-underline: none !important;
    text-decoration: none !important;
    color: #ffffff !important;
}