
@media (min-width: 1020px) {
    .header .nav {
        display: block!important;
    }
}

@media (max-width: 1020px) {
    .header .logo {
        padding: 8px 15px;
    }
    .header .hamburger-btn {
        display: flex;
        margin-right: 15px;
    }
    .header .nav {
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #ffffff;
        border-top: 1px solid #cccccc;
        display: none;
    }
    .header .nav ul li {
        display: block;
        margin-left: 0;
    }

    .header .nav ul li a {
        color: #555555;
        padding: 10px 0;
    }

    .home-section .home-content h1 {
        font-size: 60px;
    }
    .wedding-box-section .wedding-box-item,
    .event-section .event-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media (max-width: 790px) {
    .home-section .home-content h1 {
        font-size: 40px;
    }
    .couple-section .couple {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .couple-section .couple:nth-child(2) {
        margin-top: 50px;
    }
    .couple-section .couple:nth-child(2):before {
        display: none;
    }
    .couple-section .couple i.fa-heart {
        display: none;
    }
    .story-section .story-img {
        margin-top: 20px;
        width: 100%;
    }
    .story-section .story-content:before {
        left: 20px;
    }
    .story-section .story-item i {
        margin-left: 0;
        left: 5px;
    }
    .story-section .story-item:nth-child(odd) .story-text {
        padding: 0 15px 0 50px;
        text-align: left;
    }
    .story-section .story-item:nth-child(even) .story-text,
    .story-section .story-item:nth-child(even) .story-img,
    .story-section .story-item:nth-child(odd) .story-img {
        padding: 0 15px 0 50px;
    }

    .gallery-section .gallery-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 600px) {
    .wedding-box-section .wedding-box-item,
    .event-section .event-item,
    .story-section .story-text, .story-section .story-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallery-section .gallery-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer .footer-content .couple-name {
        width: 290px;
        height: 290px;
    }
}