h1 {
  color: #336492;
  font-family: "Rubik", sans-serif;
}
h2 {
  color: #336492;
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
}

.bg-white {
  margin-top: 10%;
}
.bg-white img {
  width: 100%;
}

.btn-primary {
  background-color: #336492 !important;
}
.logo img {
  width: 200px;
}
.bg-blue {
  background-color: #336492 !important;
}

.colcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 550px;
}

.car-title {
  min-height: 50px;
  flex: 0 0 auto;
  font-size: 32px;
}

.zoom {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  margin-bottom: 50px;
}
.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.zoom_button:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.side_button{
  min-width:150px;
  color:white !important;
  font-family: "Rubik", sans-serif;
}
.side_button:focus{
  box-shadow: none !important;
}
.side_button:active{
  box-shadow: none !important;
}
.side_button:active:focus{
  box-shadow: none;
}
.side_row{
  margin: auto;
}
.no_bottom_margin{
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .upper_button_mobile {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 1190px) {
  #ecoCar {
    padding-top: 88px;
  }
}
@media only screen and (max-width: 745px) {
  #ecoCar {
    padding-top: 79px;
  }
}
@media only screen and (min-width: 1190px) {
  #ecoCarId {
    padding-bottom: 24px;
  }
}
