* {
    font-family: montserrat;
}

body {
    background: #f1fbff;
}

.top-bar {
    background: #13a74e;
    color: #fff;
    padding-top: 10px;
}
.top-bar .social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar .social ul {
    list-style: none;
    display: flex;
}
.top-bar .social ul li {
    margin: 0 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgb(244, 75, 75);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}
.top-bar .social ul li:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.top-bar .social a {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu {
    transition: 1s !important;
}
.section-padding {
    padding: 100px 0;
}

.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-light .navbar-brand {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

footer {
    background-color: #13a74e;
}

footer .footer-area-bottom {
    padding: 60px 0 50px;
}
ul.footer-social {
    margin-bottom: 30px;
    text-align: center;
    display: inline-block;
}

footer .footer-area-bottom .footer-logo {
    margin-bottom: 30px;
    display: block;
}

footer .img-fluid {
    max-width: 100%;
    height: auto;
}

footer ul {
    list-style: none none;
    margin: 0;
    padding: 0;
}
ul.footer-social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}
ul.footer-social li a {
    width: 45px;
    height: 40px;
    line-height: 40px;
    background-color: #404040;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

footer .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .footer-area-bottom p {
    color: #fff;
}

@media screen and (max-width: 760px) {
    .navbar-light .navbar-brand {
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    .navbar-light .navbar-brand {
        font-size: 14px;
    }
}
