.navbar-customized {
    background-color: rgba(34,34,34,0.7);
    border: 0;

    -webkit-transition: -webkit-transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;
    transition: transform .8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color .5s;
}

.navbar-customized .container {
    max-width: 1600px;
}

.navbar-customized ul li a {
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;

}

.navbar-customized div.container .navbar-collapse ul li {
    padding-right: 15px;
}


.header-image {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.header-image-bottom {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:center
}

.header-image-bottom a {
    text-decoration: none;
}

.header-image-bottom a img {
    transition: transform .2s; /* Animation */
    width: 40px;
    height: 40px;
}

.header-image-bottom a img:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}




nav .navbar-brand {
    font-size: 30px;
}
nav .navbar-toggle {
    margin: 13px 15px 13px 0;
}

nav a {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

nav.navbar.shrink {
    min-height: 35px;
}
nav.navbar.shrink .navbar-brand {
    font-size: 25px;
}
nav.navbar.shrink a {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    font-size: 12px;
}

nav img {
    position: relative;
    top: -6px;
    height: 48px;
    width: 48px;
    transition: all 0.3s ease;
}

nav.navbar.shrink img {
    height: 40px;
    width: 40px;
}

nav.navbar.shrink .navbar-toggle {
    margin: 8px 15px 8px 0;
    padding: 4px 5px;
}


.bg-gray-100 {
    background-color:#f8f9fa !important
}
a.bg-gray-100:hover,a.bg-gray-100:focus,button.bg-gray-100:hover,button.bg-gray-100:focus {
    background-color:#dae0e5 !important
}