body {
    background: white;
    font-family: 'merriweather', "open sans";
    color: #343434;
    font-weight: 100;
    min-width: 400px !important;
}

@font-face {
    font-family: 'merriweather';
    src: url(../fonts/Merriweather-Light.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'merriweather';
      src: url(../fonts/Merriweather-Bold.ttf);
      font-weight: 600;
}

@font-face {
    font-family: 'merriweather';
      src: url(../fonts/Merriweather-Black.ttf);
      font-weight: 900
}

@font-face {
    font-family: 'merriweather';
      src: url(../fonts/Merriweather-Regular.ttf);
      font-weight: 400;
}

h1 {
  font-size: 4.5rem;
  font-weight: 900;
  margin: 20px 0 60px 0;
  letter-spacing: -2px;
  text-indent: -3px;
}

h6 {
  color: #5daac4;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 600;
}

h5 {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #6EB055;
  font-weight: 600;
  font-size: 19px;
}

p {
  color: #5E6467;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: "light"
}

.philips {
  margin: 50px auto;
}

.europ {
  width: auto;
    margin: 50px auto;
  display: table;
}

.full {
  width: 100% !important
}

.social {
  line-height: 19px;
    padding-right: 8px;
}

.cyann {
  font-family: "open sans" ;
}

.flip {
  -webkit-transform:scale(-1);
  -moz-transform:scale(-1);
  -o-transform:scale(-1);
  transform:scale(-1);
}

.stack-footer {
  position: fixed;
  bottom: 0px;
  background: rgb(244, 244, 244);
  border-top: 1px solid #DADADA;
  width: 100%;
  padding: 0px !important;
    font-family: "open sans" ;
    z-index: 99

}

.nextbtn {
  border-left: 1px solid #e3e3e3;
  height: 42px;
  line-height: 46px;
  display: block;
  font-size: 13px;
}

.nextbtn a:hover {
      background-color: #E7E7E7;
      color: rgb(62, 177, 215);
}

.leftbtn {
  float: left;
  border-right: 1px solid #e3e3e3;
  border-left:0px !important;
  position: absolute;
  left: 0px
}

.leftbtn:hover + li.previousproject{
  opacity: 1;
  visibility: visible;
}

.nextbtn:hover + li.nextproject{
  opacity: 1;
  visibility: visible;
}

.previousproject  {
  left: 0px;
}

.nextproject img, .previousproject img {
  width: 200px;
}

.nextproject {
    right: 0px;
}

.nextproject, .previousproject {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 43px;
  height: 150px;
  box-shadow: 3px 0px 4px 1px #e3e3e3;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
  transition:0.3s;
}

.leftproject {
    position: absolute;
    left: 165px;
}

.nextbtn a {
  color: rgb(82, 82, 82);
  display: block;
  font-weight: 400;
      padding: 0 10px;
        line-height: 42px;
  -webkit-transition:0.3s ease;
  -moz-transition:0.3s ease;
  -o-transition:0.3s ease;
  transition:0.3s;
}

.project {
  color: rgb(82, 82, 82);
  font-size: 12px;
  line-height: 42px;
  padding: 0 10px;
}

.img-full {
  width: 85%;
  box-shadow: 0px 2px 8px 0px #BBBBBB;
  margin: 50px auto;
  display: table;
  }

.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.8);
}

.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);
}

.credits {
  padding-bottom: 50px
}

.credits h5{
  color: #3E97B4
}

.credits p {
  font-size: 16px;
}

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

.index {
    width: 50%;
  padding: 15px;
}

.list-animate {
  list-style: none;
    margin: 0 auto;
  padding: 0;
  text-align: center;
}

.list-animate li {
    display: inline-block;
    margin: 20px 30px
}

.videoWrapper {
  position: relative;
  padding-bottom: 50%;
  height: 0;
}

.videoWrapper iframe {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50px;
  left: 10%;
}

.minions_live {
    position: relative;
  padding-bottom: 73%;
  height: 0;
}


.minions_live iframe {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50px;
  }

  .feature-minion {
    list-style: none;
    font-size: 20px;
    line-height: 40px;
    padding-left:0px;
  }

    .feature-minion a {
color: rgb(6, 142, 184);

  }

      .feature-minion a:hover {
color: #6EB055;
font-weight: 400
  }

.main-body {
  margin-top: 100px; 
  padding: 38px 38px 38px 22px !important; 
}




@media (max-width:991px) {
  ul.more li:nth-child(1) {display: none !important}

}

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

    .more { display: none}

    .nav li { padding: 5px 25px 0 0 !important}

    .project { visibility:hidden !important}

.main-body {  padding: 38px 68px 38px 52px !important}

.europ {
  width: 100%
}
 }

 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 {
  font-family: "open sans";
    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;
    letter-spacing: 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

}}