
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: left;
}
.bgimage{
	background-image: url('../img/CNheaderscroll.jpg');
	background-position: center;
	background-size: cover;
	height: 200px;
}

.footer{
background-image: url('../img/CNheaderscroll.jpg');
background-position:center;
background-size: cover;
height: 100px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 

}

