html,body{
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 0;
  background-image: url('/resources/miniwaves.png');
}

.materialTile a:link, .materialTile a:visited, .materialTile a:hover {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.materialTile a:hover {
  border-bottom: 1px dotted #000;
}

#lightbox-nav a {
  border: none;
}
 
.title
{
  background: #453460;
  background: radial-gradient(70% 250% at 75% 75%, #d38970, #453460);
  color: #EEE;
  text-align: center;
  padding: 20px;
  position: relative;
  text-shadow: 2px 4px 3px #333;
  margin-bottom: 10px;
}
 
.title h1
{
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  margin: 0;
  z-index: 1;
  position: relative;
  color: #EEE;
}

.title a:link, .title a:visited, .title a:hover {
  text-decoration: none;
  color: #EEE;
}

.subTitle {
  font-size: 18pt;
  text-transform: lowercase;
  letter-spacing: 3px;
  font-weight: 300;
  z-index: 1;
  position: relative;
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
}

#container {
  transition: 5s all ease;
  opacity: 1;
  height: 120%;
  top: -10%;
}

#noise {
  background:url('/resources/noise.png');
  opacity: 0.1;
  /* Mask out the noise in the bottom section to avoid abrupt change on jagged section. Shame not supported in IE or FF. */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}

#gradient {
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.1));
}

.materialTile {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  margin: 20px;
  box-shadow: 0 3px 6px #aaa;
}

.linkbar
{
  font-size: 1.3em;
  color: #111;
  line-height: 25px;
}

.linkbar ul li
{
  list-style-type: none;
}

.linkbar .projlink {
  font-size: 0.7em;
  margin-left: 20px;
  line-height: 1.7em;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.linkbar a {
  border:0;
}

.linkbar a:hover {
  border-bottom: 1px dotted #000;
}

.linkbar ul
{
  margin: 0;
  padding: 0;
}

.linkbar li:first-child:before {
  content: none;
}

.linkbar a:link {
  color: #111;
  border-color: #111;
}
 
.linkbar a:visited {
  color: #111;
  border-color: #111;
}
  
.footnote { 
  margin: 10px;
  font-size: 9px;
  text-align: center;
}

.content h3 {
  margin-top: 0; 
  font-size: 75%;
  font-style: italic;
}
 
p {
  text-align: justify;
}
 
.sm {
  list-style-type: none;
  padding-left: 0;
  margin-left: 1.7em;
}
 
.lastfm {
	background: url('/resources/about/lastfm.png') left center no-repeat;
	padding-left: 18px;
	margin: 5px 0;
	height: 16px;
}

.linkedin {
	background: url('/resources/about/linkedin_16.png') left center no-repeat;
	padding-left: 18px;
	margin: 5px 0;
	height: 16px;
}
 
.mail {
	background: url('/resources/about/mail.png') left center no-repeat;
	padding-left: 18px;
	margin: 5px 0;
	height: 16px;
}
 
.reddit {
	background: url('/resources/about/reddit_16.png') left center no-repeat;
	padding-left: 18px;
	margin: 5px 0;
	height: 16px;
}
 
.hypem {
  background: url('/resources/about/hypem_16.png') left center no-repeat;
  padding-left: 18px;
  margin: 5px 0;
  height: 16px;
}

.github {
  background: url('/resources/about/github_16.png') left center no-repeat;
  padding-left: 18px;
  margin: 5px 0;
  height: 16px;
}

.paditabit li {
  padding-top: 5px;
}
 
.navigation {
  margin-top: 10px;
  font-size: 9px;
  text-align: center;
}

.projBox, .singleProject {
  max-width: 900px;
}

.projBox {
  display: flex;
  justify-content: center;
}

.singleProject {
  min-height: 230px;
}

.projectthumb {
  background: #fff;
  box-shadow: 1px 1px 0 #aaa;
  border: 1px solid #ddd;
  margin: 10px 15px;
  padding: 10px;
  padding-bottom: 45px;
}

.projectImage .projectthumb {
  filter: grayscale(40%);
  -moz-filter:grayscale(40%);
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  transform: scale(0.95);
}

.projBox:hover .projectthumb {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: rotate(5deg) translate(30px,-20px) scale(1.0);
  box-shadow: 5px 5px 10px #666;
}

.singleProject .projectthumb {
  float: right;
}

.headshot {
  width: 200px;
  height: auto;
}

.thumbnail {
  margin: 0 auto;
  display: block;
  background: #ccc;
  padding: 5px;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.thumbnailLink {
  border: none !important;
}


/* Desktop */
@media screen and (min-width: 1260px) {
  .singleProject {
    width:900px;
  }
}

/* Mobile */
@media screen and (max-width: 900px) {
  .title h1 {
    font-size: 10vw;
  }

  .flex {
    flex-direction: column;
  }

  .linkbar {
    margin-bottom: 0;
  }

  .linkbar > ul {
    display: flex;
    justify-content: space-around;
  }

  .linkbar > ul > li {
    display: inline;
  }

  .linkbar .projlink {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .wf-active .title h1 {
    font-size: 40pt;
  }

  .wf-loading .title h1 {
    font-size: 40pt;
  }

  .flex {
    flex-direction: row;
  }

  .linkbar {
    width: 230px;
  }
}

@media screen and (min-width: 601px) {
  .projBox {
    flex-direction: row;
  }
}

@media screen and (max-width: 600px) {
  .projBox {
    flex-direction: column;
  }

  .projectImage {
    text-align: center;
  }
}