header h1 {
    width:50%;
    margin:auto;
    color:white;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 300px;
    letter-spacing: 10px;
    margin-top:50px;
    background-color: transparent;
}

video {
    width: 100%;
    position:absolute;
    top:0;
    z-index:-1;
    background-color: black;
}

hr {
    margin: auto;
    margin-top:100px;
    width: 500px;
}

#introduction {
    font-family: Geneva, Tahoma, sans-serif;
    width:500px;
    font-size: 1.5em;
    color:white;
    margin:auto;
    margin-top:250px;
    padding: 15px;
    border-style: solid;
    border-width: 0 2px;
    border-color: white;
}

#top-desc {
    margin-top:400px;
    margin-left: 20%;
    display:inline-block;
    width: 240px;
    height: 6em;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    letter-spacing: 2px;
    line-height: 1.2em;
    background-color: transparent;
    padding-left: 10px;
    border-style: solid;
    border-width: 0px;
    border-left-width: 5px;
    border-color: white;
}

#top-desc img {
    margin: 0 0;
    margin-left: 275%;
    z-index: 1;
    box-shadow: 0px 0px 20px 15px#FAB800;
}

#bottom-desc {
    margin-top:200px;
    margin-bottom:200px;
    display:inline-block;
    width: 100%;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    letter-spacing: 2px;
    line-height: 1.2em;
    background-color: transparent;
}

#bottom-desc p {
    width:420px;
    position:relative;
    top:200px;
    display:inline-block;
    margin-left:60%;
    border-style: solid;
    border-color: white;
    border-width: 0;
    border-right-width: 5px;
}

#bottom-desc img {
    display:inline-block;
    margin-left:20%;
    box-shadow: 0px 0px 20px 15px#FAB800;
}

div#purchase {
    width: 100%;
    height: 2.2em;
    margin: 100px 0;
    text-align: center;
}

#purchase p {
    color:white;
    padding:20px;
    width:10%;
    height: 100%;
    font-size: 2em;
    font-family: Rockwell, serif;
    text-align: center;
    margin: 5% 45%;
    border-style: dotted;
    border-color: white;
    border-width: 3px;
    border-radius: 4px;
}

#purchase a {
    text-decoration: none;
}