@import url(http://weloveiconfonts.com/api/?family=maki);

/* maki */
[class*="maki-"]:before {
  font-family: 'maki', sans-serif;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?s7esdf');
  src:  url('../fonts/icomoon.eot?s7esdf#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?s7esdf') format('truetype'),
    url('../fonts/icomoon.woff?s7esdf') format('woff'),
    url('../fonts/icomoon.svg?s7esdf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
}

.icon-directions_run:before {
  content: "\e900";
}


body {
  width: 100%;
  height: 100%;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
  color: white;
  line-height: 1;
  background-color: black;
}

html {
  width: 100%;
  height: 100%;
}

a {
	text-decoration:none !important;
}
.intro {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background-color: #d94f5c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body{
	display: table-cell;
	vertical-align: middle;
}
.intro-name{
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 40px;
}

.list-item a{
	font-size: 100px;
	color: white;
}

@media (min-width: 768px) {
	.intro-name{
		font-size: 120px;
	}
}

.ca-icon{
    font-size: 91px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-icon:hover{
    color: #fff;
    font-size: 85px;
}

.intro-description {
	visibility: hidden;
	opacity: 0;
	font-size: 10px;
}

a:hover + .intro-description {
    visibility: visible;
	opacity: 1;
	font-size: 30px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.run-time {
  visibility: hidden;
  opacity: 0;
  font-size: 10px;
}

a:hover + .run-time {
    visibility: visible;
  opacity: 1;
  font-size: 40px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.section-full-page{
	text-align: center;
	display: table;
	width:100%;
	height:100%;
}

.section-body{
	display: table-cell;
	vertical-align: middle;
}

.bottom {
    position: absolute;
    bottom: 0;
    margin-right: 0;
}

#media{
	background-color: white;
}

.full-width{
	text-align: center;
	display: table;
	width:100%;
}

#coder{
  display:none;
}

#runner{
  display:none;
}

#photographer{
  display:none;
}

.ca-icon-media{
    font-size: 100px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-icon-media:hover{
    color: white;
    font-size: 120px;
}