.navbar-toggler, .navbar-toggler:focus {
    border: 0;
    box-shadow: none;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px auto;
}

.logo {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    transform: skewX(-25deg);
}

.logo-text {
    color: #fff;
    font-family: 'Questrial', sans-serif;
    margin: 20px;
}

.hero {
    background-image: linear-gradient(to right, #00b4db, #0083b0);
    height: 25vh;
    display: flex;
    justify-content: center;
}

.hero-text {
    display: block;
    align-self: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 2rem;
}

.brands {
    background-color: rgba(3, 3, 3, 0.1);
    padding-bottom: 5%;
}

.brands-heading {
    padding: 3%;
}

.brand-container {
    text-align: center;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    margin: 5% auto;
}

.brand-container > img {
    max-width: 70%;
    max-height: 70%;
    align-self: center;
}

@media (min-width: 992px) {
    .hero {
        height: 50vh;
    }

    .hero-text {
        font-size: 3rem;
    }

    .brands-heading {
        padding: 1% 3%;
    }

    .brand-container {
        width: 200px;
        height: 200px;
    }
}
