/* -------------------------------------------------------------- 
   Reset      
-------------------------------------------------------------- */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}table{border-collapse:collapse;border-spacing:0;}





/* -------------------------------------------------------------- 
  Web Fonts
-------------------------------------------------------------- */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 24, 2013 */



@font-face {
    font-family: 'omnesthin';
    src: url('omnes-thin-webfont.eot');
    src: url('omnes-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('omnes-thin-webfont.woff') format('woff'),
         url('omnes-thin-webfont.ttf') format('truetype'),
         url('omnes-thin-webfont.svg#omnesthin') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* -------------------------------------------------------------- 
  Base
-------------------------------------------------------------- */

html, body {
  max-width: 1115px;
  font-family: "omnesthin", Arial, sans-serif;
  font-weight: normal;
  font-size: 85px;
  color: #6f6f6e;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;	
  background: #fff;
}
	
::-moz-selection{ background: yellow; color: #fff;}
::selection { background: yellow; color: #fff;}	

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

a,
a:link,
a:visited {
  color: #6f6f6e;
  position: relative;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover,
a:active {
  color: #fff;
}


/*
a[title]:hover:after {
  content: attr(title);
  padding: 10px;
  color: #6f6f6e;
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 36px;
  z-index: 100;
  background: white;
  border: solid 1px black;
}
*/
	

.fade_in {
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: .7s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: .7s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: 1;
  -o-animation-name: reset, fade-in;
  -o-animation-duration: .7s;
  -o-animation-timing-function: ease-in; 
  -o-animation-iteration-count: 1; 
  -ms-animation-name: reset, fade-in;
  -ms-animation-duration: .7s;
  -ms-animation-timing-function: ease-in;
  -ms-animation-iteration-count: 1;
  animation-name: reset, fade-in;
  animation-duration: .7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}  	
	

/*============================================================
  Text
============================================================*/

header {
  margin: 5% 10% 0 10%;
}

section {
  margin: 0 10% 0 10%;
  clear: both;
}

footer{margin: 4% 10% 5% 10%;}
  
header img {
  margin-bottom: 3%;
  float: left;
}
  
#menu {
  float: right;
  font-size: 36px;
  line-height: 36px;
}

#menu li {
  display: inline;
  padding-left: 10px;
  text-align: center;
}

#menu a:hover,
#menu a:active {
  color: #6f6f6e;
  text-decoration: underline;
}

  
section h1 a {
  display: inline;
  -webkit-transition: background .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: background .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: background .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background .6s cubic-bezier(0.075, 0.82, 0.165, 1);  	  
  }  

    section h1 a:nth-child(1) {
    border-bottom: 2px solid #2980b9;
  }
  
  section h1 a:nth-child(2) {
    border-bottom: 2px solid #e74c3c;
  }
  
  section h1 a:nth-child(3) {
    border-bottom: 2px solid #3498db; 
  }
  
  section h1 a:nth-child(4) {
    border-bottom: 2px solid #435669;
  }
  
section h1 a:nth-child(1):hover {
  background: #2980b9;
}
  
section h1 a:nth-child(2):hover {
  background: #e74c3c;
  }
  
section h1 a:nth-child(3):hover {
  background: #3498db; 
  }
  
section h1 a:nth-child(4):hover {
  background: #435669;
  }
         


  
/*============================================================
  Social
============================================================*/

.social {clear: both;}

.social li { display: block; float: left; margin-right: 15px; height: 32px; width: 32px;}
.social li a { display: block; height: 32px; width: 32px; text-indent: -9999px;}

	.mail {background: transparent url(../img/social.png) no-repeat 0 0px;}
	.mail:hover {background: transparent url(../img/social.png) no-repeat 0 -32px;}

	.facebook {background: transparent url(../img/social.png) no-repeat -32px 0px;}
	.facebook:hover {background: transparent url(../img/social.png) no-repeat -32px -32px;}
	
	.linkedin {background: transparent url(../img/social.png) no-repeat -64px 0px;}
	.linkedin:hover {background: transparent url(../img/social.png) no-repeat -64px -32px;}
	
	.behance {background: transparent url(../img/social.png) no-repeat -96px 0px;}
	.behance:hover {background: transparent url(../img/social.png) no-repeat -96px -32px;}
	
	.flickr {background: transparent url(../img/social.png) no-repeat -128px 0px;}
	.flickr:hover {background: transparent url(../img/social.png) no-repeat -128px -32px;}

.cowoco {float: right; font-size: 12px; text-align: center;}
.cowoco a {display: block; height: 32px; width: 111px; margin-top: 5px; text-indent: -9999px; background: transparent url(../img/cowoco.png) no-repeat 0 0px;}
.cowoco a:hover {background: transparent url(../img/cowoco.png) no-repeat 0 -32px;}
	

	  
/*============================================================
  Mediaqueries
============================================================*/


@media screen and (max-width: 768px) { 
  body {
    font-size: 65px;
    }
  header img { height:90px; width:90px;}
  }

@media screen and (max-width: 480px) { 
  body {
    font-size: 50px;
    }
  
  
   header img { height:70px; width:70px;}
   
   #menu {font-size: 30px;}
   
   .cowoco {
     clear: both; float: none; padding-top: 15px;
     text-align: left;
   }
   

  
@media screen and (max-width: 320px) { 
  body {
    font-size: 40px;
    }
    header img { height:60px; width:60px;}

  }
