/* Basics */
/*
html, body {
    height: 100%;
	color: #fff;
}

/*
h3 {
color: #fff;
background-color: #011993;	
text-align: center;
padding: 10px 5px;
font-size: 1.25rem;
}

.list_ruled {
padding-left: 0px;
list-style-type:none;	
}
.list_ruled li {
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #333;
}

.list_ruled li a {
text-decoration: none;
color: #fff;	
}

/* Clears */
/*
.clear_10 {
clear: both;
height: 10px;	
}

.clear_20 {
clear: both;
height: 20px;	
}

.clear_30 {
clear: both;
height: 30px;	
}

.clear_40 {
clear: both;
height: 40px;	
}

.clear_50 {
clear: both;
height: 50px;	
}

/* Sections */

.logo_idv {
    padding-left: 0px;
    text-decoration: none;
    width: 100%;
    background-color: black;
    background-image: url(/images/logo_IdVectoR.png);
    background-size: 25%;
    background-repeat: no-repeat;
    height: 70px;
}

.section_fullscreen {
    height: auto;
    width: 100%;
    background: #00030d;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
    background-image: url(/images/background_fullscreen.jpg);
    color: #FFF;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) { 

.section_fullscreen {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

}


