body {
	margin:0; padding:0; height:100%; width:100%;
}

#wrapper {
	padding:0;
	margin:0;
}

#background {
    background: url(devtrance.com/web.jpg) no-repeat rgb(29, 192, 255);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#logo {
    height: 66px;
    width: 253px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -33px;
    margin-left: -126px;
    background-image: url('devtrance.png');
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#logo:hover {
    filter: blur(10px) drop-shadow(0px 5px 5px white);
    -webkit-filter: blur(10px) drop-shadow(0px 5px 5px white);
    -moz-filter: blur(10px) drop-shadow(0px 5px 5px white);
    -o-filter: blur(10px) drop-shadow(0px 5px 5px white);
    -ms-filter: blur(10px) drop-shadow(0px 5px 5px white);

    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

#clientes {
    position: absolute;
    z-index: 100;
    font-family: arial;
    color: white !important;
    font-size: 13px;
    font-weight: bold;
    top: 10px;
    right: 10px;
}

#contacto {
    position: absolute;
    z-index: 100;
    font-family: arial;
    color: white !important;
    font-size: 13px;
    top: 10px;
    left: 20px;
}

#contacto {
    margin-top: -5px;
}

#contacto .mail {
    padding-left: 25px;
    background: url('images/icons/mail.svg') no-repeat center left;
    background-size: 17px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

#contacto .phone {
    padding-left: 25px;
    background: url('images/icons/phone.svg') no-repeat center left;
    background-size: 17px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

#contacto .skype {
    padding-left: 25px;
    background: url('images/icons/skype.svg') no-repeat center left;
    background-size: 20px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}


a {
    color: white;
    text-decoration: none;
}

