/* Add here all your CSS customizations */


.trabi {

background-color: #110C11;	
}

#header .header-column .header-row {
	justify-content: inherit;
	background-color: black;
}





html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
	position: relative;
	top: 0;
	background: black;
	border-top: 0;
    border-bottom: 0;
    box-shadow: none;
}

#header .container {
    width: 100%;
    background-color: black ;

}

.header-body { 
background-color: black !important ;

 }


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

.trabi {

	margin-top: 15%;
 }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

.trabi {

	margin-top: 8%;
 }
}

@media only screen 
and (min-device-width : 1280px) 

 { 

.trabi .img-fluid{
	padding-left: 15%;
 }
}

/*@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px)*/  /* STYLES GO HERE }*/

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.trabi {

		margin-top:20%;
	}
}*/