body {
 margin:90px 0 0 0;
}

nav.navbar-header {
 height:60px;
}

#slider-container {
 background: rgb(228,228,228);
 background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(255,255,255,1));
}

#slider {
 margin:0 auto;
 overflow:hidden;
 max-width:1920px;
 aspect-ratio:3.2;
}

.slide {
 max-width:1920px;
 aspect-ratio:3.2;
}

#header-announces {
 background:#F45D4C;
 border-color:#F45D4C;
 top:60px;
}

@media only screen and (min-width: 1150px) {
body {
 margin-top:150px;
}
nav.navbar-header {
 height:120px;
}
#header-announces {
 background:#F45D4C;
 top:120px;
}
}

