﻿* {
    box-sizing:border-box;
}
html {
    overflow: hidden;
}

body {
    position: relative;
    background: #dddddd url('../images/bg_underconstruction.png') no-repeat content-box fixed;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.center {
    position: fixed;
    top: 50%;
    /* left: 50%; */

    text-align: center;
    /* bring your own prefixes */
    /* transform: translate(-50%, -50%); */
    transform: translateY(50%);
}

#domain {
    position: fixed;
    bottom: 20%;
    background-color: #09a3cc;

    /* left
    left: 0;

    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;

    -moz-border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;

    padding-left: 50px;
    */

    /* right */
    right: 0;

    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;

    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;

    padding-right: 50px;
    
}

#domain h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
    background-color: #09a3cc;

    /* left
    margin: 2px 20px 2px 0;
    */

    /* right */
    margin: 2px 0 2px 20px;
    
}

#work {
    width: 100vw;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff256d;
}

#work h2 {
    width: 100vw;
}