.navbar-brand {
    font-size: 1.45em;
    line-height: 30px
}

.light-logo {
    color: #fff
}

.dark-logo {
    color: #000
}

.side-img-noshadow img {
    box-shadow: none !important
}

h2.title-center {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px
}

.dowload-help {
    text-align: center;
    margin-bottom: 3em
}

.download-link {
    display: block;
    padding-top: 12px;
    transition: all .5s
}

.download-link * {
    transition: all .5s
}

.download-link:hover {
    background: #4aa3df;
    border-radius: 100px
}

.download-link:hover h5 {
    color: #fff
}

.download-link:hover .icon {
    color: #fff
}