.navbar-default {
    background-color: powderblue !important;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
    color: green;
    font-size: 16px;
    padding: 25px 26px;
}

footer {
    padding-top: 40px;
    background-color: powderblue !important;
    box-shadow: 0px 10px 15px powderblue inset !important;
}

#nt-example1 li {
    color: green !important;
    overflow: hidden;
    height: 100px;
    padding: 10px;
    list-style: none;
    font-size: 14px;
    text-align: left;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    background-color: powderblue !important;
    border: 2px solid green !important;
    text-align: center;
    z-index: 200;
}

.back-to-top i {
    line-height: 35px;
    color: green !important;
    font-size: 22px;
}

i {
    line-height: 35px;
    color: green !important;
    font-size: 22px;
}

.team-profile .team-profile-social {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    background-color: powderblue !important;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

.panel-group.style3 .panel-default .panel-heading .panel-title a {
    color: #fff;
    background-color: powderblue !important;
    font-weight: bold;
    font-size: 15px;
}

.logotext {
    font-size: xx-large;
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand img {
        width: 100px !important;
    }
    .navbar-default .navbar-brand .logotext {
        font-size: small !important;
    }
}