body {
	background-color: black;
	font-size: 12pt;
	font-family: 'Lato', 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #423e3e;
	font-weight: 300;
}

#top {
    background-color: black;
}

header {
	font-size: 36pt;
    color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
    padding-top: 100px;
}

#header {
	white-space: nowrap;
}

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

p {
    margin-bottom: 8px;
}

h3 {
    margin-bottom: 0px;
}


#links {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#links > span > a {
    color: #FFFFFF;
}

.link {
	padding: 12px;
}

h1 {
	font-size: 12pt;
	margin-top: 25px;
}

#shortcuts {
    width: 1200px;
    margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
    margin-bottom: 80px;
}

#shortcuts > a > img {
    width: 300px;
    margin: 12px
}

#shortcuts > a > img:hover {
   background-image: url("images/thumb-hover.png");
}



#wholepage {
    background-color: white;
}

.content {
	font-size: 16pt;
	width: 90%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	margin-bottom: 10%;
}

#intro {
	font-weight: 300;
	margin-bottom: 10%;
    text-align: center;
    color: #FFFFFF;
}

.project {
	height: 450px;
	width: 100%;
	margin: 0px;
}

#header-amazon {
	background: 	
	linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.8)
      ),
      url(images/closeup.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
}

#header-dm {
	background: 	
	linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.8)
      ),
      url(images/dm-bg@2x.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
}

#header-cj {
	background: 	
	linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.8)
      ),
      url(images/cj-bg@2x.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
}

#header-share {
	background: 	
	linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.8)
      ),
      url(images/share-bg@2x.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
}

#header-events {
	background: 	
	linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.8)
      ),
      url(images/events-bg@2x.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
}

#header-vine {
	background: 	
	linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.8)
      ),
      url(images/vine-bg@2x.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	display: inline-block;
}

.white {
	width: 90%;
	height: 80px;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 325px;
	color: white;
	opacity: 1.0 !important;
}

.white p {
	font-size: 18pt;
	font-weight: 300;
}

.title {
	font-weight: 600;
	font-size: 32pt;
	margin-bottom: -25px;
}

.description {
    width: 90%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
    padding-bottom: 50px;
}

.specs {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.specs img {
	width: 100%;
	margin-bottom: 24px;
}

.specs > a > img {
	width: 100%;
	margin-bottom: 24px;
}

.specs-dm {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.specs-dm img {
	width: 100%;
	margin-bottom: 48px;
}

.specs-dm > a > img {
	width: 80%;
    min-width: 360px;
	margin-bottom: 48px;
}


#fire_thumb {
	text-align: center;
}

#fire_thumb > a > img {
	width: 165px;
	display: inline-block;
    margin: 6px;
}

.twitter_thumb {
	text-align: center;
    margin-bottom: 48px;
}

.twitter_thumb > a > img {
	width: 230px;
	display: inline-block;
    margin: 6px;
}


.gif_text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 400px;
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
}

.gif {
    text-align: center;
}

.gif > img {
    width: 240px;
    display: inline-block;
    margin: 24px;
}

.skills {
    background-color: black;
    /**background-color: #F1625A;**/
    color: white;
    padding: 4px;
    border-radius: 4px;
}

.space {
    background-color: #ffffff;
    display: inline-block;
    width: 0px;
}

#footer {
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 10pt;
}

#scratch {
	position: relative;
}

#footer img {
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}