﻿@font-face {font-family: futura;src: url(fonts/futura.ttf);}
@font-face {font-family: futuralight;src: url(fonts/futura-light.ttf);}
@font-face {font-family: moon;src: url(fonts/moon.otf);}
html,body{
margin:0 !important;
width:100%;
height:100%;
color:#ffffff;
font-family:futura;
}
body {
	position:absolute;
	top:0;
}
footer {
	position:fixed;
	bottom:0;	
	width:100%;
	padding:10px;
	text-align:center;
	background-color: rgba(10, 10, 20, 0.9);
	color:#5e6d82;
}
@media (min-width: 768px) {
.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}
}
.gig {
	color:#ff0327;
	font-size:0.9em;
}
body{
background: linear-gradient(#000000, #04080f); /* Standard syntax */
background: -webkit-linear-gradient(#000000, #04080f);
background: -o-linear-gradient(#000000, #04080f);
background: -moz-linear-gradient(#000000, #04080f);
}
a {
color:inherit !important;
transition: all 0.2s ease-out;
text-decoration:underline;
}
a:hover {
color:#ff0327;
text-decoration:none;
}
canvas {
background: linear-gradient(#000000, #04080f); /* Standard syntax */
background: -webkit-linear-gradient(#000000, #04080f);
background: -o-linear-gradient(#000000, #04080f);
background: -moz-linear-gradient(#000000, #04080f);
display: block; /* fix necessary to remove space at bottom of canvas */
position: fixed;
left: 0px;
top: 0px;
z-index:-99;
}
main {
	color:#fff !important;
	margin-top:20px;
	margin-bottom:80px;
}
.row.row-six {
	background-color:rgba(0,0,0,0.9);
	border-top:1px solid #ff0327 !important;
	padding-top:10px;
	margin:0 !important;
}
h1 {
text-align:center;
margin-top:50px !important;
font-family:futuralight !important;
letter-spacing:0.8em !important;
color:#ff0327 !important;
font-size:2em !important;
font-weight: bold !important;
}
@media (max-width: 768px) {
h1 {
	margin-top:20px !important;
	font-size:1em !important;
}
}
nav ul {
font-family:moon;
text-align:center;
list-style-type: none;
color:#fff;
}
nav li {
margin-right:0.5em;
display:inline;
margin-left:0.5em;
}
nav ul {
margin:0;
}
nav a {
padding:4px 0px;
text-decoration:none;
position: relative;
}
nav a:hover {
color:#ffffff;
}
nav a:before {
  position: absolute;
  left: 50%;
  content: '';
  height: 2px;
  background: #ff0327;
  transition: all 0.3s ease-out;
  width: 0;
  top: -3px;
}
nav a:after {
  position: absolute;
  left: 50%;
  content: '';
  height: 2px;
  background: #ff0327;
  transition: all 0.3s ease-out;
  width: 0;
  bottom: -3px;
}
nav a:hover:before, nav a:hover:after {
width: 100%;
left: 0px;
}
.page {
	display:none;
}

#portfolio {
	background-color:#04080f;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(3, 7, 16, 0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
