

#mega-menu-container {
    z-index: 10;
}
#mega-menu-main {
    display:none;
    position: absolute;
    left:0;
    right:0;
    right:0;
    top:0;
    min-height:50vh;
}
#mega-menu-main.active {
    display:block;
}
#mega-menu-main ul>li>a {
    font-size: 1.5em;
}

#mega-menu-main ul.nav {
    display: block;
    margin-top: 1em;

}
#mega-menu-main ul.nav li {
    display: block;

}
#mega-menu-main ul.nav a {
    display: inline-block;
    padding:.5em;
    font-size: 1em;
    text-decoration:none;
}
#mega-menu-toggle.active .glyphicon-menu-hamburger::before{
    content: "\e014";
}

img.icon {
    width: 1.2em!important;
    height:1.2em!important;
}

*, ::after, ::before {
    box-sizing: border-box;
}


*, ::after, ::before {
    box-sizing: border-box;
}

#tools {
    font-size: 0.9em!important;

}
.breadcrumb {
    padding-left: 1em!important;
}

.lead {
    font-weight: 500;
    line-height: 2rem;
}

.bold {
    font-weight: 900;
}

body {
    font-family: "Lato", sans-serif;

}

h1, h2, h3, h4, h5, .navbar-brand {
    font-family: "Fjalla one", sans-serif;
}

.parallax {
    /* The image used */
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .9s transform cubic-bezier(.155, 1.105, .295, 1.12), .9s box-shadow,
    .9s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 0;
    cursor: pointer;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
.card a, #footer .list-group-item a {
    text-decoration: none;
  }

 #footer p {
     font-family: "Fjalla one", sans-serif;
 }


.ani-card {
    width: 100%;
}

.separator {
    height: 1px;
}

/* logo images */

.logo-list img {
    max-width: 85%;
    transition: all 0.3s ease-in-out;
}

.logo-list img.landscape {
    max-height: 120px;
}
.logo-list img.portrait {
    max-height: 150px;
}
.logo-list img:hover {
    filter: none;
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none;
}

@media (max-width: 768px) {

    .logo-list  {
       text-align:center;
    }

    .logo-list img {
        margin: 40px 0 40px 0;
    }
    .logo-list img.portrait, img.portrait {
        width: 150px;
    }
    .logo-list img.landscape, img.landscape {
        width: 300px;
    }
}

@media (max-width: 400px) {

    .nav-pills .nav-link {
        padding: .5em .3em!important;
    }

    .breadcrumb {
        display:none;
    }
}