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

@viewport{
    zoom: 1.0;
    width: device-width;
}


@font-face {
    font-family: 'si';
    src: url('font/si/socicon.eot');
    src: url('font/si/socicon.eot?#iefix') format('embedded-opentype'),
         url('font/si/socicon.woff') format('woff'),
         url('font/si/socicon.ttf') format('truetype'),
         url('font/si/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dala';
    src: url('font/dala/DalaFloda-Medium-Web.eot');
    src: url('font/dala/DalaFloda-Medium-Web.eot?#iefix') format('embedded-opentype'),
         url('font/dala/DalaFloda-Medium-Web.woff') format('woff'),
         url('font/dala/DalaFloda-Medium-Web.ttf') format('truetype'),
         url('font/dala/DalaFloda-Medium-Web.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinreg';
    src: url('font/din/DINPro-Regular.eot');
    src: url('font/din/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('font/din/DINPro-Regular.woff') format('woff'),
         url('font/din/DINPro-Regular.ttf') format('truetype'),
         url('font/din/DINPro-Regular.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinmed';
    src: url('font/din/DINPro-Medium.eot');
    src: url('font/din/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('font/din/DINPro-Medium.woff') format('woff'),
         url('font/din/DINPro-Medium.ttf') format('truetype'),
         url('font/din/DINPro-Medium.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dinreg {
	font-family: 'dinreg';
}
 
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url('font/si/socicon.svg') format(svg);
    }
}*/

@keyframes animateYellow {
	0% { background-position: -900px -900px; opacity:0;}
	100% { background-position: 0 0; opacity:1;}
}

@keyframes animateGray{
	0% { background-position: 900px 900px; opacity:0;}
	100% { background-position: 0 0; opacity:1;}
}

@keyframes animateOpacity{
  0% {opacity:0;}
  100%{opacity:1;}
}

body {
  color:#000;
  margin:0;
  padding:0;
  width:100%;
}

#wrapper {
  width: 90%;
  padding:5%;
  position:absolute;
  z-index:9999;
}

#container {
  overflow:auto;
  width:100%;
}

#name {
  width: 100%;
  height: 30px;
  margin-bottom:60px;
}

#name a{
  color:#000;
  text-decoration:none;
}

#pitch {
  width: 100%;
  margin-bottom:40px;
}

#social {
  margin-bottom:40px;
}

h1 {
  font-size: 36px;
  line-height:40px;
  font-family: 'dala';
  padding-top:0;
  margin-top:0;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-weight:normal;
}

h2 {
  font-family: 'dinmed';
  text-transform: uppercase;
  font-size: 20px;
  margin-top:5px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-weight:normal;
}

h3 {
  font-family: 'dinreg';
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom:0;
  margin-bottom:0;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-weight:normal;
}
h3.dash{
  margin:0;
  padding:0;
  margin-bottom:8px;
}

p.footer{
  font-family: 'dinreg';
  font-size:11px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-weight:normal;
}

span.dinreg {
  font-family: 'dinreg';
}

#upper-triangle {
  width:100%;
  height:100%;
  position:fixed;
  top: 0;
  left: 0;
  background-image: url("img/triangle_yellow.png");
  background-size:115%;
  background-repeat:no-repeat;
  background-position:0 0;
  z-index:1;
  animation: animateYellow 0.4s ease-out;
	-moz-animation: animateYellow 0.4s ease-out;
	-webkit-animation: animateYellow 0.4s ease-out;
	-ms-animation: animateYellow 0.4s ease-out;
	-o-animation: animateYellow 0.4s ease-out;
}

#lower-triangle {
  width:100%;
  height:30%;
  position:fixed;
  bottom: 0;
  right: 0;
  background-image: url("img/triangle_gray.png");
  background-size:100%;
  background-repeat:no-repeat;
  z-index:3;
  animation: animateGray 0.6s ease-out;
	-moz-animation: animateGray 0.6s ease-out;
	-webkit-animation: animateGray 0.6s ease-out;
	-ms-animation: animateGray 0.6s ease-out;
	-o-animation: animateGray 0.6s ease-out;
  -webkit-animation-delay: 0.1s; /* Chrome, Safari, Opera */
  animation-delay: 0.1s;
}

.soc {
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
  padding-bottom:1px;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 12px;
    color: #000;
    border:1px solid #000;
}
/*
.soc li a:hover {
  color:#999;
  border:1px solid #999;
}
*/

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-instagram:before {
    content:'x';
}
.soc-linkedin:before {
    content:'j';
}
.soc-dribbble:before {
    content:'D';
}
.soc-email2:before {
    content:'.';
}

@media (min-width: 500px) {
  h1 {
  font-size: 42px;
  line-height:46px;
  }
  h2 {
  font-size: 24px;
  }
  h3 {
  font-size: 16px;
  }
  #name {
    margin-bottom:85px;
  }
  #pitch {
  margin-bottom:60px;
  }
  p.footer{
  font-size:12px;
  }
  #upper-triangle {
  background-size:75%;
  }
}

@media (min-width: 700px) {
  h1 {
  font-size: 56px;
  line-height:60px;
  }
  h2 {
  font-size: 26px;
  }
  h3 {
  font-size: 18px;
  }
  #name {
    margin-bottom:130px;
  }
  #pitch {
  margin-bottom:70px;
  }
  p.footer{
  font-size:13px;
  }
  .soc li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 21px;
	transition:color .3s, border .3s;
  }
  .soc li a:hover {
    color:#ffd400;
	border:1px solid #ffd400;
  }
  #upper-triangle {
  background-size:65%;
  }
}

@media (min-width: 1100px) {
  #wrapper{
    max-width:1000px;
  }
  h1 {
  font-size: 70px;
  line-height:75px;
  margin-bottom:0;
  }
  #pitch {
    width:80%;
    float:left;
    margin-right:40px;
  }
  #social {
    width:10%;
    float:left;
  }
  .soc li {
    width:100%;
    margin-bottom:8px;
  }
  .soc li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .optical-right {
    margin-left:2px;
  }

}

@media (min-width: 1500px) {
	#wrapper{
		width:1000px;
		margin:0 auto;
		position:relative;
	}
}