/* Your custom styles */


.bg-full {

  /* The image used */
  background-image: url("../img/main_bg_1.jpg");

  /* Full height */
  height: 100vh;
  width: 100vw;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.fix-top{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.light-shadow-text{
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0,0,0,1  );
}
