.grid {
  background-image: url("../img/layout_grid.png");
  background-repeat: repeat; }

.grid-v {
  background-image: url("../img/layout_grid_v.png");
  background-repeat: repeat;
  background-position: 0% 0%; }

.red{
background-color: rgba(255, 0, 0, 0.75);

  }

  .green {
  background-color: rgba(0, 139, 69, 0.5) !important; }

.yellow {
  background-color: #f8ae00 !important; }

.magenta {
  background-color: rgba(255, 0, 255, 0.5) !important; }
.sky {
  background-color: #66ffff !important; }

.blue {
  background-color: #3399ff !important; }

.pink {
  background-color: #f35e7e !important; }

.gray {
  background-color: #e5e5e5 !important; }
.h-2000{
  height:2000px;
}