body { background: rgba(49, 54, 59, 1);
color: white; }
header { margin-top: 30px; }
header a { color: rgb(255, 255, 255); text-decoration: none; }
header a:hover { text-decoration: none; }
form { margin-top: 20px; }
form, #results { padding: 0 20px;  }
.item { margin-bottom: 25px; --background: none;
    background-image: url('homepagePhoto1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.644);
    border-radius: 12px;
   
}
.w100 { width: 100%; border-radius: 12px; }

@media (max-width: 767px) { 
   .w100 { max-height: 240px; border-radius: 12px; 
}
}


.row{
  
margin-left: 0px;
margin-right: 0px;
}

.h2, h2 {
    display: none;
}
.btn-primary { background: #ff2727; border-color: #ff2727; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background: #ff3535;  border-color: #ff0000; }
