.nac-ico{
    font-size: 2em !important;
}


.main-content {
    min-height: 100vh;
}


.app-footer {
    background-color: #0883b5;
    color: #ffffff;
}

.appbox-a :hover{
    text-decoration: none;

}
/*
.app-footer a {
    text-decoration: none;
}

.app-footer a:hover {
    color: #000000;
    font-style: oblique;
}

.app-footer a {
    color: #ffffff;
}

.img-social {
    width: 48px;
    padding: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.img-social:hover {
    padding: 1px;
}

.nav-ico {
    font-size: 1.5em !important;
}

.app-tab{

    width: 25%;
}
*/


/****************************************
    Footer
****************************************/

#sectionFooter {
    background-color: #1f1f1f;
    border-top: 2px solid #038CC7;
    color: #d8d8d8;
    padding: 25px;
    font-family: 'Lato', sans-serif;
}

.section-footer .container {
    font-size: large;
}

.section-footer a {
    text-decoration: none;
    color: #c3c3c3;
}

.section-footer p {
    color: #038CC7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #038CC7;
    margin-right: 25%;
}

.section-footer a:hover {
    color: #2babe2;
}