body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    color: #737373;
    background-image: linear-gradient(to bottom right, #fff, #efefef 15%, #e0e0e0);
}
    
.img-responsive {
    border-radius: 15px;
    filter: brightness(0.94);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.drop {
    box-shadow:  10px 10px 25px #d6d6d6, -10px -10px 25px #fff;
    border-radius: 15px;
    border: 1px solid #fafafa;
}
    
.pricing{
    margin-bottom: -25px;
}

.container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.content {
    padding: 2% 3% 1% 3%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.info {
    padding: 3px;
}

.pricing {
    padding: 2% 2% 3% 2%;
}

.pricing img{
    margin-bottom: 25px;
}

.portfolio-item {
    padding: 0 30px 40px 30px;
}

.highlight {
    border-radius: 8px;
}

.img-responsive:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-box-shadow: 0px 20px 55px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 20px 55px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 20px 55px 0px rgba(0,0,0,0.5);
    opacity: 1;
    transform: perspective(1px) scale(1.02);
    filter: invert(0%);
    filter: brightness(1);
}

footer {
    text-align: center;
    font-size: 10px;
    margin-bottom: 25px;
    color: #737373;
    font-weight: 700;
}

.top{
    position: absolute;
    bottom: 30px;
    right: 105px;
}

.navbar-default {
    background-color: transparent;
    border: 0;
    margin-top: 20px;
}

.navbar-brand{
    filter: opacity(30%);
}

.navbar-default .navbar-text {
    color: #737373;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #737373;
    font-weight: 800;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

.navbar-default .navbar-toggle {
    border: 0;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
}

.navbar-nav {
    display: flex;
    flex-flow: row nowrap;
}

.wow {
    visibility: hidden;
}

a:link {
    color: #333;
    font-weight: 700;
}

a:visited {
    color: #333;
}

a:hover{
       opacity: 0.5;
}