/*!
 *  Simple - Minimal, responsive resume
 *  Copyright 2013 prettyspoon.com
 *  Author: Uvis Grinfelds
 */
/* Borders and Spacing */
body {
  display: none;
  font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
  background-color: #F9F9F9;
  font-weight: 300;
}
.container {
  max-width: 750px;
  background-color: #fff;
  padding: 25px 25px;
  margin: 5px auto;
}
.row-fluid {
  border-bottom: 1px solid #dddddd;
}
.span9 {
  padding-top: 10px;
}
.top-menu {
  max-width: 800px;
  margin: 0 auto;
  min-height: 60px;
  background-color: #03A9F4;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.logo  {
	float:left;	
	margin: 0 0 0 25px;
}
article {
  padding: 20px 0;
}
footer {
  text-align: right;
  padding-top: 10px;
}
ul {
  list-style: none;
  margin: 0px;
}
.skills {
  border: 0;
}
/* Links */
a {
  color: #000000;
  border-bottom: 1px solid #dddddd;
  -o-transition: color 0.5s ease-out, background 0.6s ease-in;
  -ms-transition: color 0.5s ease-out, background 0.6s ease-in;
  -moz-transition: color 0.5s ease-out, background 0.6s ease-in;
  -webkit-transition: color 0.5s ease-out, background 0.6s ease-in;
  /* ...and now override with proper CSS property */

  transition: color 0.5s ease-out, background 0.6s ease-in;
}
a:hover {
  color: #333333;
  background: #F9F9F9;
  text-decoration: none;
}
footer a {
  padding: 0 ;
}
/* Typography */
h1,
h2,
h3,
h4,
h5 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 100%;
}
h1 {
  font-size: 36px;
  color: #03A9F4;
  line-height: 40px;
  padding-top: 10px;
  font-weight: 700;
}
.pwd {
  line-height: 40px;
  padding-top: 0px;
}
h2 {
  font-size: 21px;
  color: #78909C;
}
h3 {
  font-size: 20px ;
}
h4 {
  font-size: 16px ;
}
h5 {
  font-size: 12px;
}
strong {
  font-weight: 400;
}
p {
  font-size: 16px;
  margin: 0px;
}
.welcome {
  font-size: 24px;
  text-indent: 0px;
  line-height: 30px;
}
.auth {
  text-align: right;
  font-size: 16px;
}
/* Contact */
.social a {
  font-size: 20px;
  text-decoration: none;
  margin: 5px 2px;
}
.social {
  padding: 30px 0px;
  font-size: 14px;
  line-height: 23px;
}
.social li {
  list-style: none;
}
/* Images */
img {
  margin: 5px;
  float: right;
}

/* Responsive */
@media (max-width: 800px) {
  body {
    display: block;
    padding: 0px;
  }
  .container {
    margin: 0px;
  }
  header img { display: none; }
}
@media (max-width: 600px) {
  .social {
    margin-top: 10px;
  }
  .social ul li {
    display: inline-block;
  }
  .social ul {
    margin-top: 21px;
  }
  header img { display: none; }
}
@media (max-width: 480px) {
  .container {
    padding: 15px ;
  }
.logo  {
	margin: 0 auto;
}
.welcome {
  font-size: 16px;
  text-indent: 0px;
  line-height: 20px;
}
}
@media (max-width: 320px) {
  .container {
    padding: 15px ;
  }
  h1 {
    font-size: 24px;
    margin-top: 16px;
  }
  .pwd {
    font-size: 24px;
   line-height: 0px;
   padding-top: 0px;
  }
  h2 {
    font-size: 16px;
  }
  .social ul li {
    display: block;
  }
  .social ul {
    margin-top: 16px;
    padding: 0 34px;
  }
  article {
    padding: 10px 0;
  }
  .span9 {
    padding-top: 0px;
  }
.welcome {
  font-size: 16px;
  text-indent: 0px;
  line-height: 20px;
}
}
