.master-overlay.mo-1 {
    background-image:
    linear-gradient(to bottom, rgba(33, 30, 121, 0.20), rgba(33, 30, 121, 0.20)), url('/frontend/assets/images/pic3.jpg');
    background-size: cover;
    background-position: center;
}
.master-overlay.mo-2 {
    background-image:
    linear-gradient(to bottom, rgba(178, 214, 166, 0.20), rgba(178, 214, 166, 0.20)), url('/frontend/assets/images/pic1.png');
    background-size: cover;
    background-position: center;
}
.master-overlay.mo-3 {
    background-image:
    linear-gradient(to bottom, rgba(85, 137, 238, 0.20), rgba(85, 137, 238, 0.20)), url('/frontend/assets/images/pic4.jpg');
    background-size: cover;
    background-position: center;
}
.master-overlay.mo-4 {
    background-image:
    linear-gradient(to bottom, rgba(237, 225, 130, 0.20), rgba(237, 225, 130, 0.20)), url('/frontend/assets/images/pic2.png');
    background-size: cover;
    background-position: center;
}
.master-overlay.mo-5 {
    background-image:
    linear-gradient(to bottom, rgba(20, 206, 189, 0.20), rgba(20, 206, 189, 0.20)), url('/frontend/assets/images/pic6.jpg');
    background-size: cover;
    background-position: center;
}
.master-overlay.mo-6 {
    background-image:
    linear-gradient(to bottom, rgba(56, 65, 196, 0.20), rgba(206, 20, 186, 0.20)), url('/frontend/assets/images/pic5.JPG');
    background-size: cover;
    background-position: center;
}
.mo-text {
    color: white;
    font-size: 22px;
    font-weight: bolder;
}

@media all and (max-width: 768px){
    .mo-text {
        font-size: 18px;
    }
}




body {margin:0;height:2000px;}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}