@charset "utf-8";
/* CSS Document */
@media (max-width: 500px) {
	.button {
		font-size: 30px;
		margin: 0px 10px 0px 10px;
	}
    #slides .arrowright:after, #slides .arrowright:before, #slides .arrowleft:after, #slides .arrowleft:before {
        background-color: rgba(255,255,255,1.0);
		box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
    }
	.title {
      font-size: 24px;
	  text-shadow: 1px 1px 1px #ccc;
	}
	.posthead .title {
		line-height: 22px;
	}
	.project {
	  display: inline-block;
	  margin-bottom: 20px;
	  width: 100%;
	}
	.projGroup {
		width: 100%;
		display: inline-block;
	}
	.slideText {
		font-size: 18px;
	}
}

@media (min-width: 501px) {
	.button {
		font-size: 35px;
		margin: 10px 10px 10px 10px;
	}
	.title {
	  font-size: 34px;
	  text-shadow: 1px 1px 1px #aaa;
	}
	.posthead .title {
      font-size: 30px;
	  line-height: 28px;
	}
	.project .title {
      font-size: 30px;
	}
	.project {
	  display: table-cell;
	  width: 50%;
	}
	.projGroup {
		border-spacing: 20px 10px;
		display: table-row;
	}
	.projectWrapper {
		width: 100%;
		border-collapse: separate;
		border-spacing: 20px 20px;
	}
  .projGroup:only-child {
    display:inline-block;
    width:50%;
  }
	.projGroup:last-child:not(:only-child) .project:only-child {
		display: inline-block;
		width: 100%;
    margin-left:50%;
	}
	.slideText {
		font-size: 25px;
	}
}
/*@font-face {
	font-family: MuseoSlab500;
	src: url("Museo_Slab_500Web.woff") format("woff");
}
@font-face {
	font-family: Museo500;
	src: url("Museo500-RegularWeb.woff") format("woff");
}*/
body {
	background: #e1e1e1 !important;
	margin: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

a {
	text-decoration: none;
}
a:not([class]) {
	color: #3080dd;
}
a:not([class]):hover {
	color: #158;
	text-decoration:underline;
}
.insetRed {
	color: rgba(200, 0, 0, 0.6);
	text-shadow: 1.5px 2px 1px #ddd, 0 0 0 #990000;
}
.insetCyan {
	color: rgba(0, 70, 140, 0.7);
	text-shadow: 1.5px 2px 1px #dddddd, 0 0 0 #002040;
}
.insetOrange {
	color: rgba(200, 80, 20, 0.7);
	text-shadow: 1.5px 2px 1px #dddddd, 0 0 0 #000000;
}
.insetDark {
	color: rgba(0, 0, 0, 0.5);
	text-shadow: 1.5px 2px 1px #dddddd, 0 0 0 #000000 !important;
}
.socialButtons {
    white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #444;
	display: inline-block;
}
.socialButtons * {
	max-width: 150px !important;
    border-radius: 3px;
    padding: 1px 3px 3px 3px;
}
.btn_twitter {
    background-color: #4AB3F4;
    color: white;
    font-weight: bold;
}
.btn_fb {
    background-color: #4267b2;
    color: white;
}
.btn_gplus {
    background-color: #db4437;
    color: white;
    font-weight: bold;
}
.btn_reddit {
    background-color: #ff4500;
    color: white;
}
.title {
	color: rgba(0, 0, 0, 0.9);
	font-weight: 500;
	transition:all 0.1s;
/*	animation: colorshift 80s linear infinite;
	-webkit-animation: colorshift 80s linear infinite;
*/}
.title:hover, a.project:hover .title {
	color: rgba(0, 30, 230, 0.6);
}
a.project:hover {
	background-color: #f8f8ff;
}
.project {
	background-color: white;
	padding: 2px 7px 7px 7px;
	transition: all 0.1s;
	color:inherit;
  box-sizing: border-box;
}
.project:hover {
	color: inherit;
}
.projectWrapper {
	text-align: center;
}
.projGroup {

}
#topbar {
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	align-items: center;
}

#buttons {
	flex: 1 1 auto;
	margin: 0px;
	padding: 0px;
}

.button {
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
	position: relative;
    transition-duration: 0.1s;
	transition-property: transform;
	-webkit-transform: perspective(300px);
	transform: perspective(300px);
}

.button:hover {
	-webkit-transform: perspective(300px) translateZ(15px);
	transform: perspective(300px) translateZ(15px);
}
.button a div {
	display:inline-block;
}
.linkButton {
	display: inline-block;
	box-shadow: 1px 1px 2px #444;
	border-radius: 2px;
	padding: 3px 4px 5px 4px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	background-color: #337ab7;
	transition: all 0.1s;
	margin-top: 5px;
}
.linkButton:hover {
	box-shadow: 1px 1px 3px 1px #444;
	color: #fff;
}
.projContent {
  margin-top: 5px;
  height: 0px !important;
  padding-bottom: calc(100% * 9/16);
  background-size: cover;
  background-image: url(attr(data-image));
  position: relative;
    box-sizing:border-box;
}
.contentText {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  bottom: 0px;
  box-sizing:border-box;
  padding: 5px;
  background-color: rgba(0,0,0,0.50);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.50);
  width: 100%;
}
table.custom-table-bordered td {
  border: 1px solid #999;
  padding: 2px;
}
table.custom-table-bordered
{
  margin-bottom: 10px;
}
.svgWrapper {
  margin: auto;
  width: 100%;
  height: 0px;
  padding-bottom: calc(100% / 5.5);
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  	transition-duration: 0.1s;
	transition-property: transform text-shadow;
	-webkit-perspective-origin: center center center;
	perspective-origin: center center center;
	-webkit-transform: perspective(200px);
	transform: perspective(200px);
	margin-bottom: -4px;
}
.svgWrapper svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.svgText {
  font-size:60px;
  font-family:"Droid Serif", serif;
  text-anchor: middle;
}
.logoOuter {
	flex: 1 0 auto;
}
.logoInner {
	min-width: 250px;
	max-width: 400px;
	width: 100%;
	display: inline-block;
}
.svgWrapper:hover {
	-webkit-transform: perspective(200px) translateZ(4px);
	transform: perspective(200px) translateZ(4px);
}

.soon:before {
	content: "(Coming soon)";
	top: 35px;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	color: #333;
}
hr {
  margin-top: 4px;
  margin-bottom: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
}
#main {
	max-width: 700px;
	margin: 0px auto;
	padding: 20px;
}
.post {
	margin-bottom: 7%;
	width: 100%;

	padding: 8px;
  box-sizing: border-box;
}
.posthead {
	margin-bottom: 10px;
}
.gallery .posthead {
  padding:10px;
}
.postSides {
	position: relative;
	background-color: #ffffff;
	box-shadow: 6px 7px 12px -1px #222, inset -1px -1px 1px #aaa, inset 1px 1px 1px #e4e4e4;
}
.postSides:before, .postSides:after{
	content: "";
	position: absolute;
	display: block;
	background-color: #aaa;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.postSides:before {
	width: 4px;
	height: 100%;
	left: 100%;
	top: 0.5px;
	border-bottom-right-radius: 2px;
	-webkit-transform: skew(0deg, 45deg);
	transform: skew(0deg, 45deg);
	box-shadow: inset -4px 0px 1px -3px #888;
}
.postSides:after {
	height: 4px;
	width: 100%;
	bottom: -4px;
	left: 0.5px;
	border-bottom-right-radius: 2px;
	-webkit-transform: skew(45deg, 0deg);
	transform: skew(45deg, 0deg);
	box-shadow: inset 4px -4px 1px -3px #888;
}
.floatingPost {
    background-color: rgba(150, 150, 150, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    overflow:scroll;
    display: none;
}
.floatingPost .postSides {
    box-shadow: 30px 30px 18px 2px rgba(0, 0, 0, 0.6), inset -1px -1px 1px #aaa, inset 1px 1px 1px #e4e4e4;
    max-width: 700px;
    margin: 30px auto 0px auto;
    border-radius: 3px 0px 0px 0px;
}
.floatingPostActive
{
    display: block;
}
.noScroll {
  overflow:hidden;
}
.flexContainer {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.namedate {
    font-size: 14px;
	margin-top: 3px;
}

.postphoto {
    box-shadow: 2px 2px 5px 0px #666;
    border-radius: 4px;
    width: 100%;
    height: auto;
	overflow: hidden;
  margin-bottom:10px;
  vertical-align: middle;
}
.imgTiles {
  text-align: center;
  margin-bottom:15px;
  margin-top:15px;
}
.imgTiles img {
  max-height:100px;
}
.caption  {
    padding: 8px 5px 5px 5px;
    line-height: 1.2;
    background-color: #f7f7f7;
    margin: -11px 15px 10px 15px;
    border-radius: 0px 0px 5px 5px;
    border: 1px dashed #ccc;
}
.gallery .content {
  text-align:center;  
}
.gallery {
  
}
.gallery .galleryItem:hover {
    background-color: #eeeeff;
    cursor:pointer;
}
.galleryItem {
    height: 150px;
    display: inline-block;
    margin: 5px 5px 8px 5px;
    vertical-align: top;
    padding: 5px 5px 30px 5px;
}
.galleryItem img {
    height: 100%;
    border-radius: 3px;
}
.ytwrap {
    width: 100%;
    height: 0px;
    padding-bottom: 56.2%;
    box-shadow: 2px 2px 5px 0px #444;
    position: relative;
    margin-bottom: 5px;
}
.ytwrap iframe {
    height: 100%;
    width: 100%;
    position: absolute;
}
#slideindicator {
	text-align: center;
	width: 100%;
	height:20px;
	margin-top: -6%;
	margin-bottom: 7%;
}
.dot {
	display: inline-block;
	background: #555;
	box-shadow: inset -1px -1px 1px #000, inset 1px 1px 1px #aaa, 1px 1px 1px #222;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	margin: 0px 1px 0px 1px;
	transition: all 0.8s;
}
.dotbig {
	width: 28px;
}
input:checked + div {
    right: 0%;
    z-index: 1;
}
input:not(:checked) + div {
   right: 150%;
}
#slides {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 42.55%;
    overflow: hidden;
    background-color: #999999;
    box-shadow: inset 2.5px 2.5px 35px 3px #000000;
    margin-bottom: 7%;
}
#slides:hover .arrowright:after, #slides:hover .arrowright:before, #slides:hover .arrowleft:after, #slides:hover .arrowleft:before {
    background-color: rgba(255,255,255,1.0);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}
.slide {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    box-shadow: 3px 3px 15px 0px #000;
    -webkit-transform-origin: center center center;
    transform-origin: center center center;
    perspective-origin: center center center;
    -webkit-perspective-origin: center center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slide img {
    width: 100%;
    height: auto;
    display: block;
}
.slideText {
  color: #eee;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  bottom: 0px;
  box-sizing:border-box;
  padding: 5px 10% 5px 10%;
  background-color: rgba(0,0,0,0.50);
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.50);
  width: 100%;
  text-align: center;
}
a.slideText:hover {
    color: #bbccff;
}
#slides input {
    display: none;
}
.arrowright {
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrowleft {
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrowright, .arrowleft {
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
    top: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 1;
}
.arrowright:after, .arrowright:before, .arrowleft:after, .arrowleft:before {
    display: block;
    position: absolute;
    width: 80%;
    height: 6px;
    top: 50%;
    background-color: rgba(255,255,255,0.0);
    content: "";
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.arrowleft:after, .arrowleft:before {
    right: 0px;
    transform-origin: 3px 0%;
	-webkit-transform-origin: 3px 0%;
}
.arrowright:after, .arrowright:before {
    left: 0px;
    transform-origin: 95% 0%;
	-webkit-transform-origin: 95% 0%;
}

.arrowright:after {

    -webkit-transform: rotateZ(-30deg) translateY(-50%);

    transform: rotateZ(-30deg) translateY(-50%);
}
.arrowright:before {;

    -webkit-transform: rotateZ(30deg) translateY(-50%);

    transform: rotateZ(30deg) translateY(-50%);
}
.arrowleft:after {

    -webkit-transform: rotateZ(-30deg) translateY(-50%);

    transform: rotateZ(-30deg) translateY(-50%);
    z-index: -1;
}
.arrowleft:before {

    -webkit-transform: rotateZ(30deg) translateY(-50%);

    transform: rotateZ(30deg) translateY(-50%);
}

.arrowright:hover:after {
    -webkit-transform: rotateZ(-25deg) translateY(-50%);
    transform: rotateZ(-25deg) translateY(-50%);
}
.arrowright:active:after {
    -webkit-transform: rotateZ(-15deg) translateY(-50%);
    transform: rotateZ(-15deg) translateY(-50%);
}
.arrowright:hover:before {
    -webkit-transform: rotateZ(25deg) translateY(-50%);
    transform: rotateZ(25deg) translateY(-50%);
}
.arrowright:active:before {
    -webkit-transform: rotateZ(15deg) translateY(-50%);
    transform: rotateZ(15deg) translateY(-50%);
}

.arrowleft:hover:after {
    -webkit-transform: rotateZ(-25deg) translateY(-50%);
    transform: rotateZ(-25deg) translateY(-50%);
}
.arrowleft:active:after {
    -webkit-transform: rotateZ(-15deg) translateY(-50%);
    transform: rotateZ(-15deg) translateY(-50%);
}
.arrowleft:hover:before {
    -webkit-transform: rotateZ(25deg) translateY(-50%);
    transform: rotateZ(25deg) translateY(-50%);
}
.arrowleft:active:before {
    -webkit-transform: rotateZ(15deg) translateY(-50%);
    transform: rotateZ(15deg) translateY(-50%);
}

.inright {
    -webkit-animation: inright-3d 1.1s cubic-bezier(1,.5,.7,1), inright-pos 1.1s cubic-bezier(.6,.9,.5,1);
    animation: inright-3d 1.1s cubic-bezier(1,.5,.7,1), inright-pos 1.1s cubic-bezier(.6,.9,.5,1);
}
.inleft {
    -webkit-animation: inleft-3d 1.1s cubic-bezier(1,.5,.7,1), inleft-pos 1.1s cubic-bezier(.6,.9,.5,1);
    animation: inleft-3d 1.1s cubic-bezier(1,.5,.7,1), inleft-pos 1.1s cubic-bezier(.6,.9,.5,1);
}
.outright {
   -webkit-animation: outright-3d 1s cubic-bezier(.15,.5,.15,.5), outright-pos 1s cubic-bezier(.5,0.1,.3,.3);
   animation: outright-3d 1s cubic-bezier(.15,.5,.15,.5), outright-pos 1s cubic-bezier(.5,0.1,.3,.3);
}
.outleft {
   -webkit-animation: outleft-3d 1s cubic-bezier(.15,.5,.15,.5), outleft-pos 1s cubic-bezier(.5,0.1,.3,.3);
   animation: outleft-3d 1s cubic-bezier(.15,.5,.15,.5), outleft-pos 1s cubic-bezier(.5,0.1,.3,.3);
}
.acrossleft {
    -webkit-animation: acrossleft 1s linear;
    animation: acrossleft 1s linear;
}
.acrossright {
    -webkit-animation: acrossright 1s linear;
    animation: acrossright 1s linear;
}
@-webkit-keyframes acrossleft {
    0% { left: 120% }
    100% { left: -20% }
}
@-webkit-keyframes acrossright {
    0% { right: 120% }
    100% { right: -20% }
}
@-webkit-keyframes inleft-3d {
    0% { -webkit-transform: perspective(600px) scale(0.8) rotateY(-10deg); }
    9% { -webkit-transform: perspective(600px) scale(0.8) rotateY(-10deg); }
    100% { -webkit-transform: perspective(600px) scale(1.0) rotateY(0deg); }
}
@-webkit-keyframes inleft-pos {
    0% { right: 150%; }
    9% { right: 150%; }
    100% { right: 0%; }
}
@-webkit-keyframes inright-3d {
    0% { -webkit-transform: perspective(600px) scale(0.8) rotateY(10deg); }
    9% { -webkit-transform: perspective(600px) scale(0.8) rotateY(10deg); }
    100% { -webkit-transform: perspective(600px) scale(1.0) rotateY(0deg); }
}
@-webkit-keyframes inright-pos {
    0% { left: 150%; }
    9% { left: 150%; }
    100% { left: 0%; }
}
@-webkit-keyframes outleft-pos {
    0% { right: 0%; }
    100% { right: 150%;  }
}
@-webkit-keyframes outleft-3d {
    0% { -webkit-transform: perspective(600px) scale(1.0) rotateY(0deg); }
    100% { -webkit-transform: perspective(600px) scale(0.8) rotateY(-10deg); }
}
@-webkit-keyframes outright-pos {
    0% { left: 0%; }
    100% { left: 150%; }
}
@-webkit-keyframes outright-3d {
    0% { -webkit-transform: perspective(600px) scale(1.0) rotateY(0deg); }
    100% { -webkit-transform: perspective(600px) scale(0.8) rotateY(10deg); }
}

@keyframes acrossleft {
    0% { left: 120% }
    100% { left: -20% }
}
@keyframes acrossright {
    0% { right: 120% }
    100% { right: -20% }
}
@keyframes inleft-3d {
    0% { transform: perspective(600px) scale(0.8) rotateY(-10deg); }
    9% { transform: perspective(600px) scale(0.8) rotateY(-10deg); }
    100% { transform: perspective(600px) scale(1.0) rotateY(0deg); }
}
@keyframes inleft-pos {
    0% { right: 150%; }
    9% { right: 150%; }
    100% { right: 0%; }
}
@keyframes inright-3d {
    0% { transform: perspective(600px) scale(0.8) rotateY(10deg); }
    9% { transform: perspective(600px) scale(0.8) rotateY(10deg); }
    100% { transform: perspective(600px) scale(1.0) rotateY(0deg); }
}
@keyframes inright-pos {
    0% { left: 150%; }
    9% { left: 150%; }
    100% { left: 0%; }
}
@keyframes outleft-pos {
    0% { right: 0%; }
    100% { right: 150%;  }
}
@keyframes outleft-3d {
    0% { transform: perspective(600px) scale(1.0) rotateY(0deg); }
    100% { transform: perspective(600px) scale(0.8) rotateY(-10deg); }
}
@keyframes outright-pos {
    0% { left: 0%; }
    100% { left: 150%; }
}
@keyframes outright-3d {
    0% { transform: perspective(600px) scale(1.0) rotateY(0deg); }
    100% { transform: perspective(600px) scale(0.8) rotateY(10deg); }
}

@-webkit-keyframes colorshift {
	0% {color: rgba(0, 160, 0, 0.6)}/*green*/
	17% {color: rgba(180, 180, 0, 0.6)}/*yellow*/
	33% {color: rgba(220, 0, 0, 0.6)}/*red*/
	49% {color: rgba(180, 0, 180, 0.6)}/*purple*/
	65% {color: rgba(0, 0, 255, 0.6)}/*blue*/
	83% {color: rgba(0, 170, 170, 0.6)}/*cyan*/
	100% {color: rgba(0, 160, 0, 0.6)}/*green*/
}
@keyframes colorshift {
	0% {color: rgba(0, 160, 0, 0.6)}/*green*/
	17% {color: rgba(180, 180, 0, 0.6)}/*yellow*/
	33% {color: rgba(220, 0, 0, 0.6)}/*red*/
	49% {color: rgba(180, 0, 180, 0.6)}/*purple*/
	65% {color: rgba(0, 0, 255, 0.6)}/*blue*/
	83% {color: rgba(0, 170, 170, 0.6)}/*cyan*/
	100% {color: rgba(0, 160, 0, 0.6)}/*green*/
}
