@charset "utf-8";

body {
    background-color: #eeeeee !important;
}

.container-fluid,
.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

header {
    padding-bottom: 50px;
}

.logo {
    font-size: 200px;
    color: #0372d9;
    position: relative;
    margin-bottom: -40px;
}

.btn {
    width: 100% !important;
}

.btn-primary:hover{
    transform: scale(1.07);
    
}

.btn-primary{
    transition: all 0.3s ease !important;
}

.content {
    padding: 20px;
    background-color: #ffffff;
    border-radius: .25rem;
    font-size: 18px;
}

.colorCircle{
    display:inline-block;
    border-radius: 18px;
    background-color: #ff9c00;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight:bold;
}

.img-thumbnail {
    margin: 25px 0 !important;
}

.content a {
    color: #999999;
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease;

    &:before,
    &:after {
        content: '';
        position: absolute;
        transition: all 0.3s ease;
    }
    
    &:hover{
        color: #00a8ff;
    }
}

/*
.content a {
    text-decoration: none;
    position: relative;
    transition: 0.5s;

    
    color: #00a8ff;
    transition: all 0.3s ease;
    text-decoration: none;

}
*/

.LinkEffect {
    &:before {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #00a8ff;
        transform: scale(0);
    }

    &:hover:before {
        transform: scaleX(1);
    }
}

/*.content a:hover {
        color: #336699;
    transition: all 0.3s ease;

    position: relative;
    top: 2px;

}
*/
.content h4 {
    color: #00a8ff;
}

#gotop {
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 31px;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #007bff;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
