#headshot {
    float: right;
    margin-left: 24px;
    vertical-align: center;
    box-shadow: 5px 10px 22px #3e4646;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    background-color: #6b6d6d;
    padding: 0px;
    margin: 0px;
}

#indexContent {
    margin-top: 146px;
    margin-left: 15%;
    margin-right: 15%;
}

#content.videos  {
    margin-top: 40px;
}

#smallVidsContent {
    margin-top: 146px;
    margin-left: 10%;
    margin-right: 10%;
}

#largeVidsContent {
    margin-top: 40px;
    margin-left: 15%;
    margin-right: 15%;
}

.lightBlueText {
    color: #b6b6b6;
    margin: 0px;
}

.lightBlueSolidBorder {
    position: fixed;
    z-index: 997;
    top: 0px;
    left: 0px;
    border: 0px solid #93c0be;
    border-bottom-width: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.lightBlue {
    color: #93c0be;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.2em;
    padding-bottom: 14px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    margin-left: 40px;
}

#indexHeader {
    z-index: 999;
    background-color: #2c2c2c;
    width: 100%;
    padding: 20px 40px 24px 40px;
    line-height: 0.9em;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    white-space: nowrap;
}

#headerGradient {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 20px;
    top: 94px;
    left: 0px;
}

div.intro {
    margin-top: 60px;
}

.intro {
    width: 750px;
    padding: 0px;
    margin-left: 40px;
    line-height: 1.45em;
    color: white;
    text-shadow: 3px 5px 6px #3a4242;
}

#steve {
    font-size: 1.3em;
    color: white;
}

.vid {
    width: 900px;
    margin: 0px 40px;
    margin-bottom: 0px;
}

#harnisch {
    background-color: #394242;
    padding: 15px;
    margin-left: 10px;
    margin-bottom: 60px;
}

video.vid {
    margin-bottom: 60px;
}

#indexVid {
    margin-bottom: 0px;
}

.samplesHeader {
    margin-top: 80px;
    color: #e6e6e6;
}

blockquote {
    font-style: italic;
    color: white;
}

#vertBar {
    vertical-align: top;
    font-size: 1.2em;
}

a:link {
    color: #c7d4d4;
}

a:visited {
    color: #c7d4d4;
}

a:hover {
    color: white;
}

#morevideo {
    font-size: 1.3em;
    margin-left: 20px;
}

.tableContainer {
    display: table;
    border-spacing: 5px;
    margin: 0px 60px;
}


.tableContainer #vidTable {
    display: table;
    border-spacing: 5px;
    margin-left: -10%;
}

.tableRow {
    display: table-row;
}

.thumb {
    display: table-cell;
    background-color: #a1b9b8;
    padding: 5px;
    padding-bottom: 0px;
    vertical-align: top;
}

.vidThumb {
    display: table-cell;
    padding: 0px;
    padding-bottom: 30px;
    vertical-align: top;
}

.smallVid {
    width: 300px;
    margin: 0px 40px;
    margin-bottom: 0px;
}

.thumbImg {
    width: 672px;
}

h3 {
    margin-left: 10px;
    margin-left: 88px;
}

#design {
    margin-left: 70px;
}
  