
/*-- Use For Custom Styling --*/

.text-bold {
	font-weight: 700;
}

.blog-cover {
	margin-top: 120px;
	padding:180px 0;
}


.parallax {

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .parallax {
    height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}