﻿/* Enhanced Style Content */

a {
    color: rgb(46, 151, 107);
}

a:hover {
    color: rgb(35, 116, 82);
}

.game-title {
    font-size: 3rem !important;
}

.fa-15x {
    font-size: 1.5em;
}

.fa-25x {
    font-size: 2.5em;
}

.fa-35x {
    font-size: 3.5em;
}

.fa-45x {
    font-size: 4.5em;
}

.fa-55x {
    font-size: 5.5em;
}
.login-header {
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%,rgba(255,255,255,0.4) 100%), url('Images/title_bg.png');
    /*background-image: url('Images/title_bg.png');*/
    height: 140px;
}

.gray-scale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.gray-scale-50 {
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}


.opacity-75 {
    opacity: 0.75;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-25 {
    opacity: 0.25;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.rotate-10 {
    -ms-transform: rotate(10deg); /* IE 9 */
    transform: rotate(10deg);
}

.rotate-20 {
    -ms-transform: rotate(20deg); /* IE 9 */
    transform: rotate(20deg);
}

.text-green {
    color: rgba(46, 151, 107, 1);
}

.bg-green {
    background-color: rgba(46, 151, 107, 1);
}

.text-black {
    color: rgba(46, 46, 46, 1);
}

.text-stroke {
    -webkit-text-stroke: 2px black;
    -webkit-text-fill-color: white;
}

.text-xxs {
    font-size: 0.65rem !important;
}

.link-green {
    color: rgb(46, 151, 107) !important;
}

.link-green:hover, .link-green:focus {
    color: rgb(35, 116, 82) !important;
}

.link-black {
    color: rgb(0, 0, 0) !important;
}

    .link-black:hover, .link-black:focus {
        color: rgb(0, 0, 0) !important;
    }

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.game-icon {
    /*top: -30px;
    left: 20px;
    position: absolute;*/
    margin: 0 auto;
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: #28a645;
    border-radius: 40px;
}

.info-box-text {
    white-space: normal !important;
}

.size-10,
.size-20 {
    display: block;
    text-align: center;
}

.size-10 {
    height: 10px;
    line-height: 10px;
    width: 10px;
}

.size-20 {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.small-box .progress {
    background-color: rgba(0, 0, 0, 0.125);
    height: 2px;
    margin: 5px 0;
}

.small-box .progress .progress-bar {
    background-color: #ffffff;
}