/* GLOBAL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

main {
    margin-top: 255px;
    min-height: calc(100vh - 300px);
}

nav.shadow-bottom {
    -webkit-box-shadow: 0 5px 20px -6px #e1e1e1;
    -moz-box-shadow: 0 5px 20px -6px #e1e1e1;
    box-shadow: 0 5px 20px -6px #e1e1e1;
}

.content {
    min-height: calc(100vh - 593px);
}

.alert {
    border: 1px solid #ddd;
    padding: 15px 24px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.alert.alert-danger {
    border: 1px solid #de3838;
    background-color: #ffd2d2;
}

/* Navigation  */
nav.navigation-wrapper {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0 10px;
    background-color: #ffffff;
    z-index: 999;
}

.navigation-navbar {
    display: flex;
    justify-content: center;
}

nav.navigation-wrapper a {
    transition: color 0.3s ease;
}

nav.navigation-wrapper a:hover {
    text-decoration: none;
    color: #5c5353;
}

.navbar-logo {
    display: flex;
    justify-content: center;
    color: #a7a7a7;
    font-size: 75px;
    font-weight: 900;
}

.navigation-wrapper .navbar {
    display: flex;
    justify-content: center;
}

.navigation-wrapper .navbar li {
    width: 150px;
}

.navigation-wrapper .navbar li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px;
    text-align: center;
    color: #000000;
    font-size: 1.5rem;
    font-weight: 900;
}

.navigation-wrapper .navbar li a:hover {
    color: #84868a;
    text-decoration: none;
}

.active {
    color: #3567f1;
}

.main-container {
    width: 844px;
    margin-left: auto;
    margin-right: auto;
}

.item-container {
    justify-content: center;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 80px;
}

.item-container .item img {
    width: 100%;
    box-shadow: 0 0 12px 0 rgba(30,30,30, 0.15);
    transition: all 0.3s ease;
}

.item-container .item a img:hover {
    box-shadow: 0 0 20px 0 rgba(30,30,30, 0.3);
    transform: scale(1.01);
}

.item-container .item-description {
    margin-left: 15px;
    margin-top: 15px;
}

.item-container .item-description ul li.title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}

.item-container .item-description ul li.title a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.item-container .item-description ul li.title a:hover {
    color: #555;
}

.item-container .item-description ul li.name {
    font-size: 19px;
    margin-top: 3px;
    letter-spacing: 2px;
}

.item-container .item-description ul li.price {
    font-size: 23px;
    margin-top: 15px;
    letter-spacing: 2px;
}

.item-container .item-description ul li {
    font-size: 1.1rem;
}

/* Mobile navigation menu */
.mobile-navigation-wrapper {
    display: none;
}

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.topnav #navLinks {
    background-color: #a7a7a7;
    display: none;
}

.topnav a {
    color: #a7a7a7;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px;
    display: block;
}

.topnav a.icon {
    background: #fff;
    color: #000000;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#navLinks a {
    font-size: 19px;
    color: #000000;
}

/* Album page */
.item-desc-width {
    width: 320px;
}

.item-description .title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.item-description .name {
    margin-top: 15px;
    font-size: 20px;
}

.item-description .price {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 900;
}

.item-description .buy-button {
    margin-top: 40px;
}

.item-description .buy-button button {
    padding-bottom: 10px;
    width: 100%;
    padding-top: 10px;
    background-color: #3d3d3d;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.item-description .note {
    margin-top: 45px;
}

/* Contact */

.contact-container {
    padding: 30px 0 162px;
    display: flex;
    justify-content: center;
}

.contact-container .mail-icon {
    margin-bottom: 30px;
    opacity: 0.2;
    z-index: 0;
}

.contact-container .contact {
    text-align: center;
}

.contact-container .contact p {
    font-size: 22px;
    margin-bottom: 16px;
}

.contact-container .order {
    display: flex;
}

.contact-container .contact-title {
    font-weight: 700;
    margin-right: 10px;
}

/* Footer */

footer.footer {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px 0;
    background-color: #000000;
    color: #ffffff;
}

.footer-container {
    width: 844px;
}

footer .footer-wrapper .copyright {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

footer .copyright p {
    font-size: 0.7rem;
    color: #c7c7c7;
}

footer .footer-text {
    font-size: 1rem;
}


/* @Media */
@media (width: 1200px) {

}

@media all and (max-width: 813px) {

}

@media screen and (max-width: 768px) {

    .main-container {
        width: auto;
    }

    .item-container {
        grid-template-columns: 1fr 1fr;
        margin: 0 45px 0 45px;
        grid-gap: 60px 60px;
    }

    .contact-container {
        padding: 50px 100px 162px 100px;
    }

    footer.footer {
        padding: 50px;
    }
}

@media all and (min-width: 767px) {

}

@media (max-width: 580px) {
    .contact-container .order {
        margin-top: 50px;
        display: block;
    }

    .mobile-navigation-wrapper {
        display: block;
    }

    .navigation-wrapper {
        display: none;
    }

    main {
        margin-top: 80px;
    }

    .main-container {
        width: auto;
    }

    .item-container {
        grid-template-columns: 1fr;
        margin: 0 25px 0 25px;
        grid-gap: 70px;
    }

    .item img {
        width: 100%;
    }

    .item-container .item-description ul li:nth-child(3) {
        font-size: 19px;
        font-weight: 600;
    }

    footer.footer {
        padding: 33px 33px;
    }

    footer .footer-wrapper {
        display: block;
    }

    .contact-container {
        padding: 50px 50px 162px 50px;
    }

    .item-container .item-description {
        margin-left: 0;
        margin-top: 0;
    }
