body {
  background-color: #fff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

a:visited {
  color: darkgray;
}

footer {
  background-color: #fff;
  padding: 1em;
  color: #000;
  text-align: center;
}

footer a {
  color: red;
}

footer ul {
  list-style: none;
}

footer li {
  display: inline;
  padding: 2em;
}

header {
  position: fixed;
  background-color: #fff;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  width: 100%;
}

iframe {
  width: 560px;
  height: 315px;
}

img {
  width: 20em;
  height: 14em;
  margin: 10px;
}

input {
  height: 30px;
  border: solid 2px #000;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #;
}

nav ul {
  float: right;
  margin-right: 2em;
}

nav li {
  padding: 1em;
  display: inline-block;
}

nav ul li a:hover {
  border: solid 2px;
  padding: 5px;
}

main {
  font-family: "Exo 2", sans-serif;
}

p {
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  text-shadow: 2px 1px 2px #000;
  text-align: center;
  line-height: 1.75;
}

.details {
  color: #000;
  text-shadow: none;
  text-align: center;
  list-style-type: none;
}

.email-us {
  text-align: center;
}

.nav-link {
  font-family: inherit;
}

.video {
  margin: 0 auto;
  text-align: center;
}

#about {
  background-color: #fff;
  color: white;
  padding: 10em;
  background-image: url(https://www.actionblacktop.com/images/ab_fleet.png);
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
}

#about h1 {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}

#about h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}

#form {
  text-align: center;
  padding-bottom: 2em;
}

#header-img {
  width: 150px;
  height: 75px;
  float: left;
  padding-top: 1em;
}

#submit {
  border: solid 2px;
  border-radius: 5px;
  height: 37px;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background-color: #ffe500;
}

#video {
  text-align: center;
  border: none;
}

@media (max-width: 550px) {
  p {
    text-align: left;
  }

  iframe {
    width: 280px;
    height: 158px;
  }
  
  #about {
    background-color: #fff;
    color: white;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 2em;
    padding-right: 2em;
    background-image: url(http://www.actionblacktop.com/WP/wp-content/uploads/2015/12/ab_fleet.png);

    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
  }
  
  #about h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 50px;
    padding-top: 120px;
    text-align: left;
  }
  
  #about h2 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: left;
  }
  
  nav ul {
    margin: 0;
    padding-bottom: 10px;
  }
  
  nav li {
    display: inline;
  }
  
  nav ul li a:hover {
  border: none;
  }
}

@media (max-width: 360px) {
  p {
    text-align: left;
  }

  iframe {
    width: 280px;
    height: 158px;
  }
  
  #about {
    background-color: #fff;
    color: white;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 2em;
    padding-right: 2em;
    background-image: url(https://user-images.githubusercontent.com/47066250/51796147-5af33500-21bb-11e9-96b9-90272bcdefcb.jpg);
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
  }
  
  #about h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 50px;
    padding-top: 120px;
    text-align: left;
  }
  
  #about h2 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: left;
  }
  
  nav ul {
    margin: 0;
    padding-bottom: 10px;
  }
  
  nav li {
    display: inline;
  }
  
  nav ul li a:hover {
  border: none;
  }
}