/** ADD YOUR AWESOME CODES HERE **/
.pic_col {
    padding: 10px;

}

.message-box h2  {
    font-size: 26px;
}

.el-image {
    /* padding-left: 5%;
    margin-left: auto;
    margin-right: auto; */
    width:80%;
}

.comment{
    color: red;
    font-style: italic;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #C8FB47;
    background-color: #C8FB47;
}


.navbar-default .navbar-toggle {
    border-color: #393939;
    color: #fff !important;
    background-color: #393939;
    border-radius: 15px 0px 15px 0px;
}


.btn-light:hover,
.btn-light:focus {
    border-color: #3399FE;
    color: rgba(255, 255, 255);
    background: #3399FE;
}


.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #393939;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 30px 60px;
    overflow: hidden;
}

.dmtop {
    background-color: #C8FB47;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #bbbbbb;
    padding: 0;
}

@media only screen and (max-width: 960px) {
    .reverseCol {
        display: flex;
        flex-direction: column-reverse;
    }
}

a { white-space: nowrap; }


small-rule {
    margin: 20px !important;
}