#windows {
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
  font-family: 'Lato', Arial, sans-serif;
}

#windows .wrapper{
  margin:0 auto;  
  padding-left:12%;
  padding-right:12%;
}
#windows .heading{
  font-size: 4em;
  font-weight: 300;
  margin-bottom: .5em;
}

#windows .wrap{
width: auto;
height: auto;
/*margin: 70px 0px;*/
float: left;
}
#windows .fa{
color:#FFFFFF;
}
#windows div[class^="btn"]{
float: left;
margin: 0 10px 10px 0;
height: 95px;
position: relative;
cursor: pointer;
transition: all .4s ease;
user-drag: element;
border: solid 2px transparent;
text-align:center;
line-height:70px;
}
#windows div[class^="btn"]:hover{
  opacity: 0.7;
}
#windows div[class^="btn"]:active{
  transform: scale(.98,.98);
}
#windows .btn-big{width: 200px;}
#windows .btn-small{width: 95px;}
#windows .last{margin-right: 0 !important;}
#windows .Start{
color: #fff;
font: normal 30px 'Yanone Kaffeesatz', sans-serif;
margin-top: 20px;
margin-bottom: 20px;
cursor: pointer;
user-select: none;
transition: all .3s ease;
}
#windows .Start:hover{
  text-shadow: 0 0 4px #2493D1;
}

#windows .wrap:hover .Start{
  text-shadow: 0 0 4px #2493D1;
}
#windows .space{
  margin-bottom: 110px;
}
#windows .label{
  position: absolute;
  color: white;
  font: 500 12px sans-serif;
  left: 0;
  user-select: none;
  white-space: unset;
  text-align: center;
  width: 100%;
}
#windows .bottom{bottom: 5px;}
#windows .top{top: 5px;}

#windows .red{background: #df0024;}
#windows .blue{ background: #00a9ec;}
#windows .orange{background: #ff9000;}
#windows .green{background: #0e5d30;}
#windows .purple{background: #8b0189;}
#windows .red-light{background: #ce4e4e;}
#windows .photo{
  background: url('http://lorempixel.com/200/95/people');
  background-position: -2px -2px;
}
#windows .gray{
  background: #5f5f5f;
  animation: flip 6s linear infinite;
  transform: rotateX(0deg);
}
#windows .green-bright{background: #78d204;}
#windows .blue-nav{background: #25478e;}
#windows .redish{background: #fe0000;}
#windows .yellow{background: #d0d204;}

#windows .fa-2x {
    font-size: 1.5em;
}

#windows div[class^="icon"]{
  width: 45px;
  height: 45px;
  margin: 20px auto;
  background-size: 45px 45px;
}

::-webkit-scrollbar{
  width: 10px;
  height: 10px;
  cursor: pointer;  
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px 2px rgba(0,0,0,0.3);
    background: #007491;
}
::-webkit-scrollbar-thumb {
    background: #002f3b; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    cursor: pointer;
}
::selection{
    background: #ff0000; 
    color: #fff;
}

@keyframes flip{
  0%{
    transform: rotateX(0deg);
  }
  15%{
    transform: rotateX(360deg);  
  }
  100%{
    transform: rotateX(360deg); 
  }
}

#windows .photo img{
  top: -4px;
  left: -4px;
  position: absolute;
  opacity: 0;
  animation: fade 8s ease-in-out infinite 8s;
  z-index: 0;
  border: solid 2px transparent;
  transition: all .3s ease;
}

#windows .photo img:hover{
  border: solid 2px mintcream;
}

@keyframes fade{
  0%{
    opacity: 0; 
  }
  10%{
    opacity: 1;
  }
  50%{
    opacity: 1;
  }
  60%{
    opacity: 0;
  }
}


.card-body {
        overflow: auto;
}
