a.navbar-brand {
    display: flex;
    align-items: center;
}

a.navbar-brand div {
    height: 55px;
    line-height: 55px;
}

.brand-name {
    color: #ee3c3c;
    font-weight: 600;
    font-size: 24px;
}

a.navbar-brand img {
    height: 65px;
    width: auto;
    margin: -5px 10px -5px 0;
}

.pogoSlider-slide {
    opacity: 1;
}

.slide_text h3 {
    margin-top: 20px;
    text-shadow: 3px 3px 12px black;
}

.slide_text h4 {
    max-width: 700px;
    margin: 30px auto 0;
    text-transform: none;
    font-weight: 400;
    text-shadow: 3px 3px 12px black;
}

.slide_text {
    margin-top: initial;
    padding-left: 0;
    bottom: 130px;
    position: relative;
    width: 100%;
}

.intro-content {
    display: flex;
    align-items: flex-end;
}

#intro .container {
    height: 100%;
}

#intro .row {
    height: 100%;
}

.release-text {
    font-size: 18px;
    color: #b2b2b2;
    padding: 0 30px;
    text-align: center;
}

.store-btn-wrapper {
    margin: 60px auto;
    text-align: center;
}

.store-btn-wrapper img {
    opacity: 0.8;
    transition: .3s;
}

.store-btn-wrapper img:hover {
    opacity: 0.9;
}

.footer_bottom {
    background: #1a1a1a;
}

#associations img {
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.08);
}

#about {
    overflow: hidden;
}

.ulockd-home-slider {
    margin-top: 75px;
}

.contact_section {
    background: #353535;
}

.top-header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide_text {
        bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pogoSlider {
        height: 450px;
        padding-bottom: 0 !important;
    }

    .slide_text {
        bottom: initial;
    }

    .slide_text h3 span {
        font-size: 20px;
    }

    .pogoSlider-slide {
        background-position: center bottom;
    }

    .slide_text h3 {
        margin-top: 12px;
        line-height: 1.5 !important;
    }

    .slide_text h4 {
        margin: 15px auto;
        color: #cbcbcb;
    }

    a.navbar-brand img {
        height: 55px;
    }

    .brand-name {
        font-size: 20px;
    }

    #about .row,
    #repeating .row {
        flex-direction: column-reverse;
    }

    .heading_main h2 {
        margin-bottom: 15px;
    }

    .blog_img_popular {
        margin-bottom: 30px;
    }

    .blog_img_popular h4 {
        font-size: 18px;
    }

    #associations {
        margin: 0;
    }

    #repeating {
        padding: 30px 0 40px;
    }

    #skills {
        padding: 30px 0;
    }

    #download .full img {
        margin: 0 -15px;
        float: none;
        width: calc(100% + 30px);
    }

    .store-btn-wrapper img {
        max-width: 240px;
    }

    .store-btn-wrapper {
        margin: 30px auto;
    }

    #download .layout_padding {
        padding: 20px 0;
    }

    .release-text {
        font-size: 16px;
        padding: 0 15px 20px;
        line-height: 1.5;
    }

    .contact_form {
        margin-top: -70px;
    }

    .store-btn-wrapper img,
    .store-btn-wrapper img:hover {
        opacity: 1;
    }

    .navbar-toggler {
        padding: 8px 6px;
    }

    #intro .contact_bt {
        opacity: 0;
    }
}
