.uncheet{
    display:none;
}

body{
    background-color: #5DAC81; !important
}
.fadeInDown{
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.flipInX.btn{
    -webkit-animation-duration: 1.5s; !important
    -webkit-animation-delay: 1s;!important
    -webkit-animation-iteration-count: 1;!important
}

* {
    border-radius: 0 !important;
}
.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}
.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;

}
.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}
.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding:2px;
}
.buttons{
    background-color: #5DAC81;
}

.buttons button:before{
   opacity: 1;
}
.buttons button:hover{
    border-width: 0px;
    opacity: 0.7;
}
.buttons button:hover b{
    display: block;
    font-size: 30px;
}
.buttons button:hover i {
    display: none;
}
.buttons button b {
    display: none;
}
.buttons button i {
    padding: 0px;
}

.btn-ps {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-ps:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.btn-github {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
