html, body{
  height: 100%;
}
.container{
  max-width: 380px;
  margin: 0 auto;
  padding: 1em;
}

.pertimm{
  padding: 100px 0 0 0;
  margin: 40px 0;
  background: transparent url(../img/logo.png) center center no-repeat;
  background-size: 200px auto;
  text-indent: -9999px;
}

.empty{
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  color: #aaa;
  text-shadow: 1px 1px white;
}

ul{
  padding: 0;
  font-size: 18px;
}

ul li{
  list-style: none;
  margin :15px 0;
}

.project,
.project--warning{
  display :block;
  padding: 20px 20px 15px 20px;
  line-height: 1.4em;

  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;

  text-decoration: none;
  color: #444;

  box-shadow: 0 1px 2px rgba(0,0,0,.025);

  /* Clearfix */
  *zoom: 1;
}

/* Clearfix */
.project:before,
.project:after,
.project--warning:before,
.project--warning:after {
  content: " ";
  display: table;
}
.project:after,
.project--warning:after{
  clear: both;
}

.project--warning{
   color: #f0f0f0;
   border: 2px solid #E74C3C;
   background: #E74C3C;
}

a.project,
a.project svg{
  transition: all .1s ease-in-out;
}
a.project:hover,
a.project:focus{
  color: #00789F;
  border-color: #53BAD0;
  outline:none;

  box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

a.project:hover svg,
a.project:focus svg{
  transform: translateX(2px);
}

.project h2,
.project--warning h2{
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.project h3,
.project--warning h3{
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #999;
}
.project--warning h3{
  color:#f0f0f0;
}

.project__title{
  float:left;
  width: calc(100% - 30px);
}

.project__symbol{
  display: block;
  float: right;
  width: 24px;
  height: 24px;
}
a.project:hover svg,
a.project:focus svg{
  fill: #00789F;
}

footer{
  margin: 50px 0 30px 0;
  font-size: 12px;
  text-align:center;
}

footer a{
  color: #999;
  margin : 2px;
  padding: 5px 10px 3px 10px;

  border-radius: 15px;
  text-decoration: none;
  background-color: #fff;
}


footer a:hover,
footer a:focus,
footer a.current{
  color: #fff;
  background-color: #6bc4d7;
}
