@charset "utf-8";

A:link { color: #0047B6}
A:active { color: #0047B6}
A:visited { color: #0047B6}
    
a.imglink:hover img{
  opacity:0.6;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
	
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #5c27a8;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #0047B6;
}
	
.responsive {
    width: 100%;
    height: auto;
}

.caption {
    color: white;
    font-size: 14px;
}

.module {
    cursor: url('../img/brush.png'), auto;	
}
    
.module2 {
    cursor: url('../img/brush4.png') 0 50, auto;	
}
  
.aligncenter {
    text-align: center;
}

.sidebar {
    height: 100%;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
