body{
    background-color: #3f435f !important;
}
h1{
    font-weight: 700 !important;
    color: #fff;
    /*font-size: 3rem;;*/
}
h2{
    color: #878cb0;
    /*font-size: 2rem;*/
}
h3{
    color: #878cb0;
}
p,p:hover{
    color: #fff;
}
section#about .about-item:hover h3 {
  color: #fff;
}
section#about .about-item i.fa {
    cursor: pointer;
    border: 2px solid #fff;
    color: #fff;
}
section#about .about-item i.fa:hover{
    border: 2px solid #fff;
}
section#about .about-item i.fa:hover h3{
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    h1{
        font-size: 35px !important;
    }
    h2{
        font-size: 20px !important;
    }
    
}
#cd-logo{
    margin: 20px 5% 0 0;
    /*display: inline-block;*/
    float: left;
}
#cd-action{
    margin: 20px 5% 0 0;
    /*display: inline-block;*/
    float: right;
}
#cd-action a{
    text-decoration: none;
    padding: 15px 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #696f9b;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-weight: bold;
    letter-spacing: 2px;
}

.homepage_{
    overflow: hidden;
}
.nodata_vtkh:hover i.fa{
    background: #3f435f !important;
}