body {
    color: #7f8ea8;
    background-color:#eee;
    font: 300 16px/20px 'Roboto Condensed',sans-serif;
}
.table-container {
    display: table;
    background-size: cover;
}
.table-cell {
    display: table-cell;
}
.center-middle {
    text-align: center;
    vertical-align: middle;
}
.page-header {
    border-bottom: 1px solid #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #637491;
    font-family: Montserrat,sans-serif;
}
.about-info-text {
    font-size: 2rem;
}
nav .navbar-toggle {
    margin: 18px 15px 18px 0;
}
section {
    padding: 70px;
}
.checklist {
    list-style-type: none;
    font-size: 2rem;
}
table tr td {
    font-size: 2rem;
    padding-right: 5px;
}

.glyphicon {
    color: #5383d3 !important;
}
footer.footer-distributed {
    margin-top: 0;
    position: relative;
    box-shadow: none;
    background-color: #292c2f;
    font: 300 16px/20px "Roboto Condensed";
    padding: 70px 0;
}
footer .footer-icons a, footer .footer-icons a i {
    transition: all .3s ease;
    color: #92999f;
    -webkit-font-smoothing: antialiased;
}
footer ol.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.skills-header {
    color: #637491;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 20px;
}

.skills-list {
    background-color: #f7f7f7!important;
    border: 1px solid #5383d3;
    border-radius: 4px;
    height: auto;
    margin: 0;
    padding: 0;
}

.well {
    background: 0 0;
}

.skills-list>li:not(:first-child) {
    border-top: 1px solid #5383d3;
}

.skills-list>li {
    font-size: 1.75rem;
    padding: .75rem;
    text-align: center;
}

.skills-list {
    transition: all .5s ease;
    list-style: none;
    font-size: 2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#contact button, .skills-list, nav .navbar-nav>li:hover>a {

    background-image: none;
    box-shadow: none;
}

.skills-list i {
    color: #5383d3;
}













.skills-icon::after,.skills-icon>i {
    height: 100px;
    transition: all .3s ease 0s;
    width: 100px;
}

.skills-icon:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.skills-icon::after {
    border: 3px solid #5383d3;
    border-radius: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0)
}

.skills-icon {
    position: relative;
    margin: 20px 0
}

.skills-icon:hover>i {
    color: #5383d3;
    border: 3px solid #5383d3;
}

.skills-icon>i {
    border: 3px solid #5383d3;
    background-color: #5383d3;
    border-radius: 50%;
    color: #f7f7f7;
    font-size: 40px;
    line-height: 100px
}

.skills-header {
    color: #637491;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 20px
}

.skills-icon:hover>i {
    background-color: #f7f7f7;
}
