body {
    background: #F2F2F2;
    font-family: "open sans";
}

.ease {
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
  transition:0.3s;}

.nav li a {
    color: rgba(255, 255, 255, 0.80);
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
  transition:0.3s;
}

.nav li a:hover {
    color: white;
    font-weight: 400
}

.more li  {
padding:5px 17px 0 0 !important;
}

.nav {
  margin: 6px;
  padding-left: 8px;
}

.nav li {
  padding: 5px 40px 0 0;
  font-size: 12px;
  margin-top: 0px;
  font-weight:  100;
}

.cyann {
background: #53a9c5;
background: -moz-linear-gradient(top,  #53a9c5 0%, #23809e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53a9c5), color-stop(100%,#23809e));
background: -webkit-linear-gradient(top,  #53a9c5 0%,#23809e 100%);
background: -o-linear-gradient(top,  #53a9c5 0%,#23809e 100%);
background: -ms-linear-gradient(top,  #53a9c5 0%,#23809e 100%);
background: linear-gradient(to bottom,  #53a9c5 0%,#23809e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a9c5', endColorstr='#23809e',GradientType=0 );
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #126984;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
  -o-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);  
}

.work li {
    padding: 5px 40px 0 0;
    font-size: 14px;
    font-weight:  100;
}

.work li a {
        color: rgba(255, 255, 255, 0.8);
          padding-bottom: 9px;
}

.work li a:hover {
border-bottom: 3px solid #53a9c5;
}

.selected {
    font-weight: 600;
    border-bottom: 3px solid #53a9c5;
}

a.active {
  color: #FFFFFF !important;
  padding-bottom: 4px;
  font-weight: 400;
}

.name {
      margin: 10px 0 4px 0;
  font-weight:  100;
  float: left;
  font-size: 15px;
  color: #808080
}

.type {
      margin: 13px 0 0 0;
  font-weight:  100;
  font-size: 12px;
  padding-right: 7px;
  float: right;
}

.ux {
      border-right: 2px solid #85C6DB;
        color: #85C6DB;
}

.ill {
      border-right: 2px solid #f7a83c;
        color: #f7a83c;
}

.prod {
      border-right: 2px solid #e25c45;
        color: #e25c45;
}

.prac {
      border-right: 2px solid #26a76f;
      color: #26a76f;
}

.item {
  margin: 15px;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
  transition:0.3s;
   overflow: hidden;
  box-shadow: 2px 2px 2px #ECECEC;
    background-color: white;
}

.item img {
  width: 100%;
}

.worktitle {
  font-weight: 100;
  color: #545454;
  font-size: 21px;
  vertical-align: middle;
  display: table-cell;
}

.case {
  font-size: 15px;
  color: white;
  font-weight:  100;
  margin: 10px auto;
background-color: rgba(130, 195, 216, 1);
  padding: 1px 5px;
  border-radius: 4px;
  width: 120px;
}

.blue {
  background-color: rgba(133, 198, 219, 0.90);
}

.orange {
  background-color: rgba(247, 168, 60, 0.85);
}

.green {
  background-color: rgba(84, 162, 132, 0.85);
}


.hoverr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
  transition:0.3s;
  opacity: 0
}

.hovers {
  cursor: pointer !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.hovers:hover .hoverr {
opacity: 1
}

.cyan {
    background: #85c6db;
}

.soon {
  background-color: #4da3bf;
  font-size: 10px;
  margin: -9px 0px 0px 7px;
  float: right;
  padding: 1px 5px;
  border-radius: 4px;
}


@media (max-width : 500px) { 
    h1 {  font-size: 3.5rem;};

}

@media (max-width : 768px) { 
    .more {display: none}
        .nav li {
    padding: 5px 25px 0 0 !important;
  }

}

a.amr  {
      display: block;
    position: relative;
    padding-right: 10px;
}

.amr span {
      font-size: 22px;
    line-height: 0px;
    color: rgba(122, 189, 218, 0.72);
    position: absolute;
    top: -6px;
}



.black:before {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    content: ''
}


#modals:target .black:before{
   display: block;
}

#modals:target .modal-body{
   top: 50%
}

.modal-body {
    width: 550px;
    height: 425px;
    position: fixed;
    text-align: left;
    left: 50%;
    top: -120%;
    z-index: 99999;
    margin-left: -275px;
    margin-top: -220px;
    background-color: white;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.80);
    border-top: 5px solid #1b7dbe;
    border-bottom: 5px solid #1b7dbe;
    background: url('../images/tree.png') no-repeat 323px 290px white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

.modal h1 {
  color: #1b7dbe;
  font-weight: 400;
  font-size: 37px;
    padding: 10px 30px 0 30px;
    font-size: 37px;
    margin: 0px;
}

#lets_talk {
      color: #55585a;
    font-weight: 100;
    padding: 0 20px 0 30px;
    font-size: 17px;
    line-height: 25px;
}


.send-btn:focus{
  outline: 0
}

.send-btn  {
    font-size: 16px;
    width: 170px;
    border-radius: 22px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    color: #1b7dbe;
    background: white;
    border: 1px solid #1b7dbe;
    transition: 0.3s ease;
    font-weight: 100;
    display: block;
    margin: 30px auto 13px auto;
}


.send-btn:hover{
  border-radius: 5px;
  font-weight: 400
}

.mail {
      color: #26a76f;
    clear: both;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
}

.find-me {
    position: absolute;
    bottom: 20px;
}

.find-me p {
    color: #8E8E8E;
    font-weight: 100;
    padding-left: 32px;
    line-height: 0px;
}

.contact-links {
      margin: 0;
    padding: 0;
}

.contact-links li {
    margin: 10px 0 7px 7px;
}

.contact-links li a span:before {
  font-size: 17px;
padding-right: 6px;
}

.contact-links a {
      font-size: 15px;
    padding:0px 0px 0px 8px;
    margin: 10px 0 ;
    font-weight: 100;
    color:#7a7a7a;
    -webkit-transition:0.3s ease;
}

.contact-links a:hover {
    color:#3e3e3e;
}

.lnkt {
  background-image: url('../images/linked.jpg');
  display: inline-block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
    margin: 0 6px -3px 6px;
}

#close {
  display: none
}

.btn-close {
    color: #737373;
  font-size: 30px;
  text-decoration: none;
  position: absolute; right: 10px; top: 10px;
}



@media screen and (max-width:600px) {

.modal-body {
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
  width: 450px !important;
  margin-left: -225px !important;
  background-position: 450px 290px !important

}
}

