/*----------------------------------*/
/*============= HOMEPAGE ===========*/
/*----------------------------------*/





@media screen and (max-width: 1031px) {
    #articles {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    #realtors-content {
        width: 90%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .links {
        justify-content: space-between;
    }

}


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

    .search-form button {
        width: 90%;
    }

    #articles {
        justify-content: center;
    }
    
    #realtors-content {
        justify-content: center;
    }
    
    .links {
        justify-content: center;
    }
    
    .realestate-footer, .hawaiirental-footer {
        padding-top: 20px;
    }
    
    .desktop-navigation {
        display: block;
    }
    
    .logo {
        text-align: center;
    }
    
    .logo img {
        padding: 10px 0;
    }
    
}


/*----------------------------------*/
/*============= ARTICLE ============*/
/*----------------------------------*/

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

    #article-story img {
        float: none;
        width: 100%;
        padding: 0 0 20px 0;
     }
 

}

/*----------------------------------*/
/*============= ARCHIVE ============*/
/*----------------------------------*/


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

    #archived-stories {
        width: 90%;
        padding-right: 0;
     }


}

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

    .archived-post img {
        width: 100%;
        float: none;
        padding-right: 0;
        padding: 25px 0 10px 0;
     }


}


/*----------------------------------*/
/*========= RESPONSIVE NAV =========*/
/*----------------------------------*/


