/* Add here all your CSS customizations */
.top-overlay1{
	background: inherit;
    top: -300px;
    content: '';
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-5deg);
    transform-origin: 100%;
    background-color: #f5f5f5;
    z-index: 100;
}
