@import url(http://fonts.googleapis.com/css?family=RobotoDraft:200,400,500,700,400italic);

html, body
{
  margin: 0;
  padding: 0;
  display: block;
  font-family: 'RobotoDraft', sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.10000000149011612px;
  line-height: 24px;
  color: #212121;
  background: #ffffff;
  overflow-x: hidden;
  text-shadow: -1.5px 1.5px 1px rgba(0, 0, 0, 0.15);
}

a
{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

nav
{
  background: #fff;
  z-index: 2;
  height: 66px;
  width: 100%;
  position: fixed;
  display: block;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

nav a
{
  width: 111px;
  padding: 18px;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -0-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav a:hover, footer a:hover
{
  color: #37375a;
  text-shadow: 0 0px 15px rgba(0,0,0,0.52);
}

nav .site
{
  margin-top: 20px;
  margin-left: -0px;
  position: absolute;
}

nav .site svg
{
  margin-top: -10px;
  margin-left: 60px;
  position: absolute;
}

nav .menu
{
  right: 0;
  padding-top: 20px;
  position: absolute;
}

.container
{
  padding: 0;
  width: 100%;
  position: absolute;
  display: block;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.26);
  background: url(../img/city.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.element_container
{
  margin: 0 auto;
  width: 700px;
  padding: 20px;
  color: #fff;
}

.element
{
  background: #37375a;
  height: 200px;
  width: 200px;
  display: inline-block;
  margin: 15px;
}

.under_element
{
  background: #a5a5d9;
  position: absolute;
  height: 140px;
  width: 140px;
  margin: 30px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -0-border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -0-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.26);
}

.under_element i
{
  font-size: 36px;
}

.under_element p
{
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -0-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.element:hover > .under_element
{
  border-radius: 0;
  margin: 0;
  width: 200px;
  height: 200px;
  background: #5b5b92;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.element:hover > .under_element p
{
  opacity: 1;
}

.text
{
  position: relative;
  height: 500px;
  z-index: 10;
}

.description
{
  margin-top: -16px;
}

footer
{
  background: #fff;
  height: 156px;
  width: 100%;
  display: block;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.26);
}

footer p
{
  text-align: center;
  padding: 18px;
  font-size: 18px;
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.15);
}

footer a
{
  color: #000;
  text-decoration: underline;
}

#logo
{
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background: url(../img/biglogo.png) no-repeat fixed;
  color: white;
  display: block;
  height: 450px;
  padding-top: -200px;
  padding: 0;
}

*::selection
{ 
  background:#37375a;
  color:#fff;
} 

*::-moz-selection
{ 
  background:#37375a;
  color:#fff;
} 

*::-webkit-selection
{ 
  background:#37375a;
  color:#fff;
}

.description
{
  background: #37375a;
  background: linear-gradient(to left, #32324d 0%, #32324d, 8.333%, #f9f9fb 8.333%, #f9f9fb 16.667%, #c9c9dc 16.667%, #c9c9dc 25%, #8282ae 25%, #8282ae 33.333%, #6a6a9e 33.333%, #6a6a9e 41.667%, #595989 41.667%, #595989 50%, #32324d 50%, #32324d 58.333%, #f9f9fb 58.333%, #f9f9fb 66.667%, #c9c9dc 66.667%, #c9c9dc 75%, #8282ae 75%, #8282ae 83.333%, #6a6a9e 83.333%, #6a6a9e 91.667%, #595989 91.667%, #595989 100%);
  /*background: linear-gradient( to left, #e16766 6.25%, #f6b26b 6.25%, #f6b26b 12.5%, #fed966 12.5%, #fed966 18.75%, #92c47d 18.75%, #92c47d 25%, #6d9eeb 25%, #6d9eeb 31.25%, #8d7cc3 31.25%, #8d7cc3 37.5%, #e16766 37.5%, #e16766 43.75%, #f6b26b 43.75%, #f6b26b 50%, #fed966 50%, #fed966 56.25%, #92c47d 56.25%, #92c47d 62.5%, #6d9eeb 62.5%, #6d9eeb 68.75%, #8d7cc3 68.75%, #8d7cc3 75%, #e16766 75%, #e16766 81.25%, #f6b26b 81.25%, #f6b26b 87.5%, #fed966 87.5%, #fed966 93.75%, #92c47d 93.75%, #92c47d 100%);*/
  animation: animatedBackground 60s linear infinite;
  margin-top: -30px;
  min-height: 450px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.26);
}

.text
{
  background: rgb(55, 55, 90);
  background: rgba(55, 55, 90, 0.75);
  height: 200px;
  margin: 0 auto;
  margin-top: 125px;
  left: 50%;
  color: #FFF;
  position: absolute;
  z-index: 0;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.26);
  text-align: center;
  width: 370px;
  margin-left: -245px;
}

.profile
{
  background: url(/img/profile.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 135px;
  width: 135px;
  margin-left: 290px;
  margin-top: 27.5px;
  border-radius: 100%;
  border: 5px solid #A5A5D9;
}

.social
{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 10px;
  position: absolute;
  top: 50px;
  left: 400px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.social:hover
{
  width: 50px;
  height: 50px;
  margin-top: -5px;
  margin-left: -5px;
}

#codepen
{
  margin-left: -15px;
  margin-top: -62.5px;
  background: url(/img/social/codepen.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#pinterest
{
  margin-top: -25px;
  margin-left: 30px;
  background: url(/img/social/pinterest.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#twitter
{
  margin-left: 45px;
  margin-top: 30px;
  background: url(/img/social/twitter.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#github
{
  margin-top: 85px;
  margin-left: 30px;
  background: url(/img/social/github.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#mail
{
  margin-left: -15px;
  margin-top: 125px;
  background: url(/img/social/mail.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.text h1
{
  padding: 20px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}

.text p
{
  padding: 20px;
  margin-top: -70px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  font-weight: 200;
  width: 250px;
  text-align: center;
}

.text a
{
  border-bottom: 1px solid #fff;
  font-size: 15px;
}

.text a:hover
{
  border-bottom: 2px solid #fff;
}

.adsbygoogle
{
  margin-left:0px;
}