 body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #000;
	background:#f1f1f1;
  }
  p {font-size: 16px;}
  .margin {margin-bottom: 45px;}
  .bg-1 { 
    background-color: #c83200; /* Green */
    color: #ffffff;
  }
  .bg-2 { 
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;
  }
  .bg-4 { 
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
  }
  .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
  }
  .navbar-nav  li a:hover {
    color: #007fff !important;
  }
  .img-demo {max-width: 500px;

margin: 0px auto;
margin-bottom: 50px;}
.new .img-my {display: inline;
margin-bottom:0px;
width: 100%;

height: 500px;

object-fit: cover;
object-position:top;}
.new{
margin:25px 0px;
  }
  
  .banner .new {border: 5px solid #c83200;height:300px; width:100%;object-fit: cover;object-position: top;}
  .navbar-brand {padding:0px 15px;}
  
  
  /* This selector is used to test the responsive scaling of the image */
/*.image-container {
  width:100%;
  text-align: center;
}*/

/* Set the image to be 100% of its' container*/
img {
     max-width: 100%;
}

/* Until Javascript is ready don't display the images*/
.image-resize {
    display:none;
}


.padbot100{
    padding-bottom: 100px;
}