* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Alegreya Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h2 {
  font-size: 50px;
  margin-bottom: 0.5em;
  color: #1373CC;
}
p {
  font-size: 20px;
  line-height: 36px;
}
.font-bold {
  font-weight: bold;
}
.wrap {
  width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.col {
  flex: 1;
  margin: 15px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.padded {
  padding: 2em 0;
}

.text-center {
  text-align: center;
}

.button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button-primary {
  background-color: #1373CC !important;
  border-color: #1373CC !important;
  color: #fff;
}
.align-items-center {
  align-items: center;
}
.color-primary {
  color: #1373CC;
}
.color-secondary {
  color: #FEC84B;
}

label {
  font-size: 20px;
  font-weight: 300;
}
form input,
form textarea {
  border: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0.5em 0;
}

#header {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bg-white {
  background-color: #fff;
}

.logo {
  flex-basis: 20%;
}
.logo a {
  text-decoration: none;
  color: #1373cc;
}
.logo h1 {
  font-weight: 500;
}
div.navigation {
  flex-basis: 60%;
}

.actions {
  flex-basis: 10%;
  text-align: right;
}

.actions.column a {
  margin-left: 1em;
}
.col-half {
  width: 50%;
}
.col-5 {
  flex-basis: 37%;
}
.col-7 {
  flex-basis: 60%;
}
.product {
  background-color: #e9eef5;
}
.product-image,
.product-content {
  padding: 20px;
}
#categories .product-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
}
p.rating,
p.description {
  margin-bottom: 1.5em;
}
.product-content a.button {
  margin: 1em 0;
  font-size: 20px;
}

#categories .product-content .price {
  font-size: 26px;
}
#categories .product-image img {
  border-radius: 0;
}
.top-bar {
  background-color: #1373CC;
  text-align: center;
  color: #fff;
}
.top-bar p {
  font-size: 16px;
}

#banner {
  /* background-color: #E9EEF5; */
  padding: 2em 0;
}
#banner h1 {
  font-size: 60px;
  margin-bottom: 0.2em;
  font-weight: 500;
}
#banner p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1em;
}
#banner .button {
  padding: 0.575rem 0.95rem;
  font-size: 1.5rem;
}

nav {
  font-size: 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: block;
  padding: 16px;
  color: #212934;
  text-decoration: none;
  text-transform: uppercase;
}

nav ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.actions i {
  color: #000;
  font-size: 22px;
}

.feature {
  display: flex;
  align-items: start;
}
.feature img {
  margin-right: 1em;
}
#categories .feature h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
#categories .feature  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#categories,
#featured-products {
  padding: 2em 0;
}
#categories h2,
#featured-products h2 {
  font-size: 50px;
  margin-bottom: 0.5em;
  color: #1373CC;
}

#categories .subtitle,
#featured-products .subtitle {
  font-size: 24px;
  margin-bottom: 2em;
}
#categories h3,
#featured-products h3 {
  font-size: 30px;
  margin: 0.5em 0;
}


#featured-products {
  background-color: #e9eef5;
}

#featured-products .col {
  background-color: #fff;
}
#featured-products .column {
  padding: 0;
}
#featured-products .content {
  padding: 0 1em;
}
#featured-products .content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1em;
}
#featured-products .button {
  margin-bottom: 1em;
}
#featured-products .content p.price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.5em;
}

h3.question {
  color: #1373CC;
  font-weight: 500;
  font-size: 24px !important;
}

#footer {
  background-color: #212934;
  padding: 2em 0;
  color: #fff;
}
#footer img {
  margin-bottom: 2em;
}
#footer li {
  font-size: 20px;
  margin-bottom: 1em;
}
#footer li a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
#footer li .fa {
  margin-right: 0.3em;
}
.unstyled {
  list-style-type: none;
}
#footer h3 {
  font-size: 30px;
  margin-bottom: 1em;
}
.copyright {
  background-color: #1d242d;
  color: #fff;
  font-size: 18px;
  padding: 1em 0;
}

.car-features-list{
  list-style-type: none;
  column-count: 2;
  margin-bottom: 3em;
}
ul.car-features-list li {
  line-height: 2em;
}
ul.car-features-list li i {
  margin-right: .5em;
}
@media screen and (max-width: 1200px) {
  .logo {
    flex-basis: 10%;
    text-align: center;
  }
  .navigation {
    flex-basis: 90%;
  }
  .actions {
    flex-basis: 10%;
    text-align: center;
  }
  .col-half {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 992px) {
  .logo,
  .navigation,
  .actions {
    flex-basis: 100%;
  }
  .logo {
    text-align: center;
  }
  .actions {
    text-align: center;
  }
  #banner .content {
    text-align: center;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  .col-half,
  .col,
  .col-5,
  .col-7 {
    flex-basis: 100%;
  }
  .col {
    margin-bottom: 5em;
  }
  form .col {
    margin-bottom: 0;
  }
  #footer .col {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 576px) {
  .wrap {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1140px;
  }
}
