html{
    font-size: 100% !important;
}

body{
    margin: 0;
    padding: 0;
    background-color: #40464f;
    font-family: "Serif";
    font-size: 1.875em;
}

.logo{
	text-align: center;
}

.content{
    margin-top: 0;
    text-align: center;
    font-size: 54px;
    color: #29ABE2;
    font-weight: bold;
    margin-bottom: 0;
}

.subtitle{
    font-weight: bold;
    font-size: 1.2em;
}

.mail{
    text-decoration: none;
    color: #29ABE2;
}

.mail:hover{
    color: #238dba;
}

.contact{
    color: #e9e9e9;
    text-align: center;
    font-size: 0.7em;
}

.sistems, .jobs{
    margin-top: 20px;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
	list-style-type: none;
	text-align: left;
}

.sistems > li, .jobs > li{
    margin-top: 5px;
}

.whiteColor{
    color: #fff;
}

.size-1140 .lineNav{
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
}

#head > .line{
    text-align: left !important;
}

@media screen and (max-width: 500px){
    
    .content{
        font-size: 78px;
    }
    
    .contact{
        font-size: 54px;
    }
    
}