html {
    margin: 0;
    padding: 0;
    /*background-color: #061c20;*/
    background-color: 	rgb(20, 25, 25);
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: rgb(135, 135, 135);
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
}
img.shrinkme {
    padding-top: 10%;
    max-width: 10%;
    max-width: 2vw;
}

a:link {
    color: rgb(200,140,120);
}

/* unvisited link */

a:visited {
    color: rgb(165,130,130);
}

/* visited link */

a:hover {
    color: rgb(200,100,64);
}

/* mouse over link */

a:active {
    color: rgb(200,100,64);
}

/* selected link */

video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
iframe, embed, object {
    max-width: 100%;
}
.topper {
    display: flex;
    justify-content: space-between;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 3%;
    padding-bottom: 2%;
}
.top_left {
    align-self: stretch;
}
.bottom_right {
    align-self: flex-end;
    display: flex;
}
.name {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-size: 4.5vw;
    font-weight: 200;
    line-height: 1;
    padding-bottom: 4px;
    float: left;
}
.title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 150;
    font-size: 22px;
    font-size: 2vw;
    text-align: left;
    float: left;
    line-height: 1;
    clear: both;
}

.contact_email {
    flex:1;
}

.contact_imdb {
    flex:1;
    margin-right: 3%;
}

.contact_linked_in {
    flex:1;
    margin-right: 3%;
}
.container {
    width: 50%;
    margin: 1px auto;
    background: #000000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1242px) {
  .container {width:100%;}
  .title {font-size: 3vw;}
  /* .contact_email {font-size: 2vw;} */
}

.vendor {
    padding: .2%;
    background: #111111;
    margin-bottom: 2em;
    align-content: center;
}
.unsupported {
    background: #000000;
}
.grid {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 3%;
    background: #000000;
}
.license {
    padding-top: 2%;
    font-size: 13px;
    font-size: 0.75vw;
    text-align: center;
    margin: 0 auto;
    background: #000000;
}
.cubby {
    display: inline-block;
    max-width: 16.0%;
    background: #000000;
}
.thumbnail {
    display: inline-block;
    padding: .2%;
    max-width: 100%;
    background: #111111;
}
.tooltip {
    text-align: left;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
.tooltip:after
/* triangle decoration */

{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
.tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
.tooltip.left:after {
    left: 10px;
    margin: 0;
}
.tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.the_reel {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    opacity: 0.2;
    transition: opacity 0.4s;
}







/*

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400|Pacifico);

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



h1 {
  font-family: 'Pacifico', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(255,255,255,.7), 5px 7px 0px rgba(0, 0, 0, 0.1);
}

form {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.contact-form input,
.contact-form textarea {
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: .8em;
  font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(34,34,34,0.1);
  resize: none;
}

.contact-form textarea {
  margin-bottom: 1em;
  height: 125px;
}

.contact-form input:focus {
  box-shadow: 0 0px 2px rgba(3,201,169,1)!important;
}

.contact-form textarea:focus {
  box-shadow: 0 0px 2px rgba(3,201,169,1)!important;
} 

#submit {
  color: white; 
  background-color: #bfbfbf;
  cursor: pointer;
  font-weight: 400;
}
    
#submit:hover {
  background-color: rgba(3,201,169,.6);
}

*/