img {
    display: block;
    margin: auto;
    border-radius: 25px;
    box-shadow: 3px 3px 5px #888888;
}

.main {
  height: 550px;
  padding-top: 55px;
  background: url(/img/autodoor/h1.jpg) ;
  margin-top: 0px;
  background-size: cover;
  box-shadow: 0px -10px 20px white inset;
}

.main h1 {
  margin-top: 0px;
  color: white;
  text-shadow: 2px 2px 5px black;
}

.main h2 {
  margin-top: 0px;
  color: white;
  text-shadow: 2px 2px 5px black;
}
.main p {
  font-size: 26px;
  font-weight: 200;  
  margin-bottom: 40px;
}

.main .download {
  background-color: rgba(238,68,95,0.9);
  color: white;
  padding: 6px 12px;
}



.section .row {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dbdbdb;
}

.section .row p {
  font-size: 25px;
}

.store {
  text-align: center;
  border-bottom: 0px;
  padding-bottom:100px
}

.footer {
  border-top: 1px solid #dbdbdb;
  background-color: #f3f3f3;
  padding: 20px 0px 80px;
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
}

.footer li {
  color: #555555;
  font-weight: 600;
}

@media (max-width: 500px) {
  .col-md-6 img {
    padding: 50px;
    width: 100%;
  }
}
#section {
padding-top:4rem;
}
