/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
  background: url('../network.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
}
.bgMain{
	background: rgba(0,0,0,0.5);
}
@media (min-width: 767px) {
    .borderLeft{
	border-left: 1px dashed white;
}
.borderRight{
	border-right: 1px dashed white;
}
}
