/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: White !important; }
 #content{ background: White !important; }
 #wrapper{ background: #E5E7E7 !important; }

 #footer { background: White !important; }
 
 #header_right {
position: relative;
float: right;
margin-top:1000px;
}
 

 
    #index .carousel .carousel-item  img {
        width: 1105px; /* Example width, adjust as needed */
        height: 180px;
                      }
 
   
#header .menu {
   margin-left: -10px; /* Adjust the value as needed */
 }

.carousel .carousel-inner {
    height: auto;
}

