/* Colours: http://www.colourlovers.com/palette/148712/Gamebookers */
/* Font: https://www.google.com/fonts/specimen/Comfortaa */
/* Author: pidpawel <pidpawel.eu>, all rights reserved */

@font-face {
    font-family: 'comfortaa-regular';
    src: url('fonts/comfortaa-regular-webfont.woff2') format('woff2'),
         url('fonts/comfortaa-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'comfortaa-light';
    src: url('fonts/comfortaa-light-webfont.woff2') format('woff2'),
         url('fonts/comfortaa-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'comfortaa-bold';
    src: url('fonts/comfortaa-bold-webfont.woff2') format('woff2'),
         url('fonts/comfortaa-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #FFFFFF;
    font-family: 'comfortaa-light', Arial;
}

#parent {
    position: absolute;
    top: 50%;
    width: 99%;
}
#child {
    height: 140px;
    margin-top: -140px;
    clear: both;
    text-align: center;
}

#logo {
    color: #3299BB;
    font-size: 96px;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 20px;
}

#logo-tld {
    display: inline;
    color: #BCBCBC;
}

#services li {
    display: inline;
    margin-left: 5px;
    margin-right 5px;
}
#services li:before {
    content: " | ";
    color: #BCBCBC;
    margin-right: 5px;
}
#services li:first-child:before {
    content: none;
}

a, a:active {
    color: #3299BB;
    text-decoration: none;
}
a:hover {
    color: #424242;
}
