/*
Theme Name: Winpro
Theme URI: http://www.winpro.lu
Author: Frederico Neto
Author URI: http://winpro.lu
Version: 1.0
Tags: empty
Text Domain: Winpro.lu

*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto:900');

html {
margin-top: 0px !important;
}

body {
background-color: #333;
font-family: "Roboto";
padding: 0px;
margin: 0px;
margin: 0;
}

h1 {
font-weight: 900;
font-size: 54px;
}

h4.blue {
font-weight: 400;
margin-top: -12px;
font-size: 22px;
}

.background {
background-color: #fff;
padding: 10px;
}

.orange{
color: #f47637;
}
.blue{
color: #4b6fa3;
}
span.orange{
background-color: #4b6fa3;
padding-left: 3px;
padding-right: 3px;
margin-right:2px;
}
.background-bottom {
	background-image: url("img/bottom.png");
        position: fixed;
   	bottom: 0;
	background-repeat: no-repeat;
	height: 300px;
	width: 1175px;
	z-index: 10;
}
.space { height: 300px; }
.address {
padding-top: 200px;
color: #fff;
}