/* Custom styles for index.php */

/* Slider Shape Image */
.single_slider_shape_image img {
  width: 80%;
}

/* Royal Blue Banner */
.royal-blue-banner {
  background-color: royalblue;
}

.royal-blue-banner p {
  margin: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
}