html {
    opacity: 0;
    transition: all 0.5s ease-in;
}
.margin-top-16 {
    margin-top: 16px;
}

.navbar-brand {
    font-family: 'Lobster', cursive;
}

.nav-link {
    font-family: 'Roboto Condensed', sans-serif;
}

.hero-background.visible {
    background-image: url("../img/hero-background.jpg");
    height: 480px;
    background-position: center;
    background-size: cover;
}

.hero-background {
    background-image: url("../img/hero2.jpg");
    height: 480px;
    background-position: center;
    background-size: cover;
}

.hero-background-colorOverlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* background: radial-gradient(rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.6) 55%, rgb(0, 0, 0, 1) 70%); */
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.hero-name {
    text-transform: uppercase;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 2px 2px 4px #111;
    margin-bottom: 0;
    font-size: 80px;
    line-height: 80px;
}

.hero-macStore {
    margin-top: 32px;
    width: 200px;
}

.about {
    margin-top: 40px;
}

.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-header {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 48px;
    line-height: 48px;
}

.about-description {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.about-image {
    max-width: 320px;
}

.about-feature-spacing {
    margin-top: 128px;
}

.footer {
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 126px;
    margin-top: 126px;
}

.secound-feature-mobile {
    display: none;
}

.third-feature-icon {
    font-size: 256px;
}

.text-muted {
    font-family: 'Source Sans Pro', sans-serif;
}

@media only screen and (max-width: 540px) {
    .hero-background {
        height: 400px;
    }

    .hero-name {
        font-size: 32px;
        line-height: 42px;
    }

    .about-header {
        font-size: 32px;
        line-height: normal;
    }

    .about-image {
        max-width: 280px;
    }

    .about-feature-spacing {
        margin-top: 64px;
    }

    .secound-feature-desktop {
        display: none;
    }

    .secound-feature-mobile {
        display: block;
    }
}

@media only screen and (max-width: 321px) {
    .hero-name {
        font-size: 30px;
    }
}
