.logo {
    display: block !important;
    height: 120px;
}

.navactive {
    border-bottom: 1px solid #ffe5b1 !important;
    display: inline-block !important;
}

.starter {
    background-color: #bdbdbd3e;
    width: 100%;
    height: 100%;
}

.uber_uns {
    width: 80%;
    border-radius: 55px;
    box-shadow: 5px 10px 8px 10px #bdbdbd70;
}

.fa-instagram {
    color: #ffe5b1 !important;
}

.fa-instagram:hover {
    color: #CBAD6F !important;
}

.contact_map {
    margin-bottom: 50px;
}

.contact_heading {

    text-align: center;
    margin: 50px 0 50px 0;
}

.contact_heading span {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.040em;
    color: #fff;
}

.social_li {
    width: 100px;
    font-size: 30px;
    padding-top: 10px;
}

.nav-row {
    width: 100%;
    margin-left: 15%;
}

@media (max-width: 660px) {
    .starter_container {
        height: 100%;
    }

    .background_content h1 {
        top: 33%;
    }

    div#bs-example-navbar-collapse-1 {
        background-color: #0000009e;
    }


    .navbar-default {
        height: 70px;
        padding-top: 10px;
    }

    nav li {
        padding-right: -15px;
    }

    .navbar-brand {
        font-family: 'Pacifico', cursive;
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
    }

    nav {
        position: fixed;
        display: block;
        position: fixed;
        width: 100%;
        height: 20px;
        z-index: 100;
        margin: 0;
        padding: 0;
        background-color: #1e1e1e;
        text-align: center;
    }

    .main-nav {
        padding: 0;
        margin: 18px auto 0 auto;
        display: flex;
        flex-direction: column;
    }

    .main-nav li {
        display: inline-block;
        list-style: none;
        margin: 0 29px 0 29px;
    }

    .logo a,
    .main-nav a {
        font-size: 0.75000em;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        display: block;
        text-align: center;
        padding: 2px 0;
        transition: color 0.3s ease-in-out;
    }

    .main-nav a:hover {
        color: #ffe5b1;
    }

    .direction a {
        border: 5px solid rgba(0, 0, 0, 0);
        display: inline-block;
        width: 45px;
        height: 45px;
        background-size: 30px;
    }

    .direction a:hover {
        border: 5px solid #ffe5b1;
    }

    .description_body {
        margin: 45px auto;
        max-width: 100%;
    }

    h1 {
        font-size: 32px;
        font-weight: 900;
        width: 280px;
        letter-spacing: 0.040em;
        border: 1px solid #2f2e2f;
    }

    .picture_content {
        display: inline-block;
        padding: 0 20px;
    }

    .background_content {
        top: 0px;
        width: 100%;
        height: 250px;
        background-color: white;
        margin: 0 auto 0 auto;
        z-index: 98;
        text-align: center;
    }

    .background_content h1 {
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 10px solid #fff;
    }

    #portfolio .item {
        margin-left: -20px;
        width: 100%;
    }

    .imgModal{
        max-width: 140% !important;
        margin-left: 16%;
    }

    .modal-content {
        left: 25% !important;
        right: 25% !important;
    }

    section.social_connect {
        background-color: black;
        text-align: center;
        margin-bottom: 50px;
    }

}

@media (max-width: 992px) {
    .nav-row {
        margin-left: 10%;
    }
    p.desc-text {
        padding: 28px 0px;
    }

    .logo {
        display: inherit !important;
    }

}

@media (max-width: 768px) {
    div#bs-example-navbar-collapse-1 {
        background-color: #0000009e;
    }

    .nav-row {
        margin-left: 0%;
    }
    
    .social_li {
        width: 100px;
        font-size: 30px;
        padding-top: 10px;
        float: right;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        overflow: hidden !important;
    }
}

.modal {
    z-index: 1;
    display: none;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8)
}

.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    background-color: transparent !important;
}


.modal-hover-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.modal-hover-opacity:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden
}

.imgModal{
    max-width: 100%;
}

.close {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: white
}

.container1 {
    width: 200px;
    display: inline-block;
}

.modal-content,
#caption {

    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.fa{
    text-decoration: none;
}