@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: free;
    src: url(fonts/free-font.woff);
}


::selection { color:#FF0000; }


a {text-decoration:none;}

p {-webkit-font-smoothing: antialiased;}

img { }


body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #FFA000;
	background: #fff;
	font-family: times, serif;
	font-size: 16px;
	text-align:center;
}

section {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: table;
	max-width: none;
	height: 100vh;
	position:relative;
  
}


header {
	width: 100%;
	padding: 0px;
	margin: 48px auto;
	display: block;
	z-index:2;
	float:left;
	position:absolute;
	top:0px;
	
}

footer {
	width: 100%;
	padding: 0px;
	margin: 48px auto;
	display: block;
	z-index:2;
	float:left;
	position:absolute;
	bottom:0px;
}

.content {
  display: table-cell;
  vertical-align: middle;
  padding:0px 0px;
  margin: 0px;
}

.intro {
	background-color:#fff;
	height: 100vh;
}

.work {
	background-color:#FFF0ED;
	height: 100vh;
}

.info {
	background-color:#fff;
	height: 100vh;
	margin: 0px auto;
	max-width: 680px;
}

.item {width: 100%;}

.spot {
	width:240px;
	height:240px;
	z-index:99;
	margin:auto;
	
}

.pot {
	width:160px;
	height:120px;
	z-index:99;
	margin:auto;
	
}

.flex-grid {
  display: flex;
}

.col {
  flex: 1;
  margin: auto 0px;
  
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
}
.flex-grid-thirds .col {
  width: 32%;
  margin: auto 0px;
  
}

span.freelance{display:none;}
.item:hover span.livefree{display:none;}
.item:hover span.freelance{display:block;}


.headline {
	font-family:"free", "futura-pt", helvetica, sans-serif;
	font-weight:normal;
	font-size:160px;
	line-height:0px;
	letter-spacing:0em;
	color:#fff;
	width:auto;
	padding-left:0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	
}

.headline a {
	color:#fff;
	text-decoration:line-through;
	
}

.projects {
	font-family:"free", "futura-pt", helvetica, sans-serif;
	font-weight: normal; 
	font-size: 60px;
	line-height: 0px;
	letter-spacing:-2px;
	color: #ff0000;
	text-align:center;
}

.projects a {
	color:#ff0000;
	text-decoration:none;
}

.projects a:hover {
	color:#ffa000;
	text-decoration:none;
}

.about {
	font-family:times, serif;
	font-weight: normal; 
	font-size: 32px;
	line-height: 48px;
	letter-spacing: .1px;
	color: #FFA000;
	text-align:center;
	padding: 40px;
	
}

.about a {
	color:#FFA000;
	text-decoration:none;
}

.about a:hover {
	opacity:.6;
	text-decoration:none;
}

.nav {
	font-family:helvetica,sans-serif;
	font-weight: normal; 
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .2px;
	color: #FFA000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}

.nav a {
	color:#FFA000;
	text-decoration:none;
}

.nav a:hover {
	opacity:.6;
	text-decoration:none;
}

.links {
	color: #339B70;
	text-decoration:none;
	border:none;	
	
}

.links:hover {
	opacity:.6;
	text-decoration:none;
	border:none;	
		
}





.fade {
    animation: fadein .65s;
    -moz-animation: fadein .65s; /* Firefox */
    -webkit-animation: fadein .65s; /* Safari and Chrome */
    -o-animation: fadein .65s; /* Opera */
}

@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 1;}
}


/* #### iPads & Tablets */
@media screen and (min-device-width: 640px) and (max-width: 959px){
	
}


/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 639px){

header {
	margin: 80px auto;
}

footer {
	margin: 80px auto;
}

.info {
	max-width: none;
}


.headline {
	font-size: 240px;
	line-height: ;
	letter-spacing: ;
}

.projects {
	font-size: 120px;
	line-height: ;
	letter-spacing:;
}

.about {
	font-size: 4em;
	line-height: 1.5em;
	
}

.nav {
	font-size: 3em;
	line-height: 1.5em;
}

.flex-grid {
    display: block;
  }

span.freelance{display:none;}
.item:hover span.livefree{display:none;}
.item:hover span.freelance{display:block;}



} /* END */

