.navbar-gplates{
    position: fixed;
    width: 100%;
    margin-bottom: 0px;
    z-index: 9999 !important;
}

.affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }

.filter-1{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
    background: -moz-linear-gradient(-45deg, rgba(86,141,226,0.89) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(86,141,226,0.89)), color-stop(100%, #000));
    background: -webkit-linear-gradient(-45deg, rgba(86,141,226,0.89) 0%, #000 100%);
    background: -o-linear-gradient(-45deg, rgba(86,141,226,0.89) 0%, #000 100%);
    background: -ms-linear-gradient(-45deg, rgba(86,141,226,0.89) 0%, #000 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#455666', EndColorStr='#000')";
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#455666', EndColorStr='#000')";
    background: linear-gradient(135deg, rgba(86,141,226,0.89) 0%, #000 100%);
    background-size: 120% 120%;
}

.bg-1{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: url("/static/img/bg-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*-webkit-filter: blur(1px) grayscale(0.8);*/
}

.jumbotron-scheme-1{
    min-height: 80vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    background-color: transparent;
    padding-bottom: 20px;
}

#gplates-icon-div{
    position: relative;
    width: 101px;
    height: 101px;
    min-height: 15vh;
    text-align: center;
    margin: 30px auto 0;
    overflow: hidden;
    animation-name: info-div-text-animation;
    animation-duration: 6s;
}

#gplates-icon-div img{
    margin: auto;
    vertical-align: middle;
    height: 81px;
    width: 81px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

#gplates-icon-div:hover > img{
    height: 95px;
    width: 95px;
    -webkit-filter: contrast(150%);
    animation: shake 2s;
    /*animation-iteration-count: infinite;*/
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

#info-div{
    min-height:40vh;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
}

@keyframes headline-animation {
    from {font-size:10px;}
    to {font-size:50px;}
}

#info-div h2 {
    font-size:50px;
}

@keyframes info-div-text-animation {
    from {opacity:0;}
    to {opacity:1;}
}

#info-div p{
    font-size:25px;
    color:lavender;
}

@media screen and (min-width: 1200px) {
    #info-div p{
        animation-name: info-div-text-animation;
        animation-duration: 2s;
    }
    #info-div h2 {
        animation-name: headline-animation;
        animation-duration: 2s;
    }
}

@media screen and (min-width: 2200px) {
    #info-div p{
        font-size:30px;
    }
}

@media screen and (max-width: 1200px) {
    #info-div h2{
        font-size:30px;
    }
     #info-div p{
        font-size:15px;
    }
}

.app-card {
    margin-bottom: 30px;
    text-align: center;
}

.app-card h4{
    color: gray;
    font-size: medium;
    white-space: nowrap;
}

.app-card img{
    box-shadow: 0 25px 20px -21px rgba(0,0,0,0.57);
    border: black 1px solid;
}

.app-card .app-info{
    text-align: center;
    border-bottom: 1px solid grey;
}

.app-card .app-info .btn{
    width: 100px;
}

.app-card .thumbnail{
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}

.app-card .thumbnail:hover{
    -webkit-filter: contrast(150%);
    -webkit-filter: sepia(0.5);
    -webkit-filter: saturate(3) drop-shadow(1px 1px 5px black);
}

.app-card .thumbnail:hover > img{
    transform: scale(1.5);
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
}


.thumbnail .thumb-overlay{
    padding: 15px 20px;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0; 
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 3;
    content: "";
    left: 0;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: 2em;
    padding-top: 3em;
    text-decoration: none;
}

.thumbnail .thumb-overlay:hover{
    /*opacity: 1;*/
}

hr.style-1{
    height: 2px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #fff, #8c8b8b, #fff);
    background-image: -moz-linear-gradient(left, #fff, #8c8b8b, #fff);
    background-image: -ms-linear-gradient(left, #fff, #8c8b8b, #fff);
    background-image: -o-linear-gradient(left, #fff, #8c8b8b, #fff);
}

.hr-style-1-content{
    text-align: center;
    position: relative;
    top: -35px;
    padding: 0 10px;
    background: transparent;
    color: #8c8b8b;
    font-size: 18px;
}
.hr-style-1-content span{
    background: #fff;
    padding: 0 5px 0 5px;
}

#people{
    text-align: center;
}

#people img{
    -webkit-filter: grayscale(100%);
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

#people img:hover{
    -webkit-filter: grayscale(0%);
}

#people .title {
    font-size: 12px;
}

#people .work{
    font-size: 12px;
    margin-bottom: 10px;
}
#social-media-bar{
    margin-top:30px;
    text-align:center;
}

#social-media-bar img{
    width: 48px;
}

#social-media-bar img:hover{
    -webkit-filter: brightness(150%);
}

#social-media-bar a{
    display: inline-block;
    margin-right: 10px;
}

.fb-share-button {
    padding-right:10px;
    top:-5px;
}

#social-media-share-div{
    position: fixed;
    bottom: 12px;
    left:0;
    z-index:20;
}

#social-media-share-div ul{
    list-style-type: none;
    padding-left: 10px;
}

#social-media-share-div li{
    padding-bottom:5px;
}

#statistics{
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

#statistics strong{
    color: lime;
}

#sponsors{
    margin-bottom: 50px;
}

#sponsors img{
    height: 60px;
    margin-top: 15px;
}
#sponsors a{
    display: inline-block;
    margin-right: 20px;
}

#collaborators{
    margin-bottom: 50px;
}

#collaborators img{
    height: 100px;
    margin-top: 15px;
}

#collaborators a{
    display: inline-block;
    margin-right: 20px;
}

#services{
    margin-bottom: 50px;
    text-align: center;
}

.new-label{
    position: absolute;
    top: 5px;
    right: 10px;
    color: red;
    font-weight: bold;
}
