@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .carousel{
    margin-top:4rem;}
  .carousel-item {
  height:380px;
}

#top-container.bg-red+#main-container_rwd #menu {

    position: fixed;
	top:7rem !important;
 	 z-index: 1030;	
 	
}

#top-container.bg-dark+#main-container_rwd #menu{

    position: fixed;
	top:3rem !important;
 	 z-index: 1030;
 	 
}
}
	