/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f1f6fc !important;
  }

.jumbotron {
    margin-bottom: 0px !important;
}

.info-text {
    color: #ffffff;
    font-size: 28px !important;
    text-align: center;
    line-height: 30px;
}

.main-icon {
    font-size: 5em;
    color:#5a7392;
    cursor: pointer;
    text-align: center !important; 
    padding:20px 0 20px 0 !important;
}

.main-icon-active {
    color:#79d156;
}

.main-icon:hover {
    color:#79d156;
}

.icon-description {
    color:#ffffff;
    margin: 0px !important;
    text-align: center !important; 
}

