/* BMW fonts */
@import url(//db.onlinewebfonts.com/c/18ef7d48e5aad7f01745ddab09c29bf7?family=BMW+Type+Web+Bold+All);
@import url(//db.onlinewebfonts.com/c/e9de4f4d373ef5c6d9cf52490816ff5d?family=BMW+Type+Web+Light+All);
@font-face {font-family: "BMW Type Web Bold All"; src: url("//db.onlinewebfonts.com/t/18ef7d48e5aad7f01745ddab09c29bf7.eot"); src: url("//db.onlinewebfonts.com/t/18ef7d48e5aad7f01745ddab09c29bf7.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/18ef7d48e5aad7f01745ddab09c29bf7.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/18ef7d48e5aad7f01745ddab09c29bf7.woff") format("woff"), url("//db.onlinewebfonts.com/t/18ef7d48e5aad7f01745ddab09c29bf7.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/18ef7d48e5aad7f01745ddab09c29bf7.svg#BMW Type Web Bold All") format("svg"); }
@font-face {font-family: "BMW Type Web Light All"; src: url("//db.onlinewebfonts.com/t/e9de4f4d373ef5c6d9cf52490816ff5d.eot"); src: url("//db.onlinewebfonts.com/t/e9de4f4d373ef5c6d9cf52490816ff5d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/e9de4f4d373ef5c6d9cf52490816ff5d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/e9de4f4d373ef5c6d9cf52490816ff5d.woff") format("woff"), url("//db.onlinewebfonts.com/t/e9de4f4d373ef5c6d9cf52490816ff5d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/e9de4f4d373ef5c6d9cf52490816ff5d.svg#BMW Type Web Light All") format("svg"); }

body{
    font-family: "BMW Type Web Light All",Arial,Helvetica,sans-serif;
    font-weight: 300;
    margin: 0 2em 0 2em;
}

.gridContainer {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    padding: 10px;
  }

.grid-item {
  text-align: center;
}
.item1{
  grid-row: 1;
  text-align: left;
  margin: 0 10% 0 10%;
}

#bmwlogo{
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 115px;
  display: block;
}

.item2 {
    grid-row: 2;
}

.item3 {
    grid-row: 3;
}

#videoHolder {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#video1{
    position: absolute;
    display: block;
}

#video2{
    position: absolute;
    display: none;
}

#background{
position: absolute;
width: 100%;
height: auto;
left: 0;
display: block;
object-fit: fill;
}

.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  margin: 1.5em 1em;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1.2em;
  background-color: #1c69d4;
  color: #fff;
  transition: background-color .25s ease;
  min-width: 180px;
  min-height: 3.25rem;
  font-family: "BMW Type Web Bold All",Arial,Helvetica,sans-serif;
}

.button:hover {
  background-color: #0653b6;
}

h1{
  line-height: 2rem;
  display: block;
  font-size: 4em;
}

p{
  font-size: 1.2em;
  margin-bottom: 30px;
  width: 95%;
}