
h2, h3, p {
    text-align: center;
}


p {
    padding-bottom:20px ;
    text-transform: capitalize;
}



/* --------------------------------- */
/* ----- NAV BAR SECTION */
/* --------------------------------- */


.menu {
    display: block;
    margin-bottom: 2vh;
}



/* --------------------------------- */
/* ----- MAIN CONTAINER SECTION */
/* --------------------------------- */
.paintings-featured{
    padding-top: 60px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 100px;
}

.paintings-wrapper, 
.postcards-wrapper {
    display: inline-block;
    height: 425px;
    margin-top: 20px;
}

.paintings-wrapper img,
.postcards-wrapper img {
    height: 100%;
    width: auto;
    padding: 30px;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.5s;    
    border-style: double;
    border-color: rgba(0,0,0,0.2);
    margin-right: 30px;
    margin-top: 20px;
    box-shadow: 6px 6px 18px 0px RGBA(15,62,146,0.2);

}

.paintings-wrapper img:hover,
.postcards-wrapper img:hover,
.bookmarks-wrapper img:hover{
    transform: scale(1.15);
}

.paintings-wrapper p,
.postcards-wrapper p {
    margin-left: -10%;
}


.paintings-wrapper.paintings-btn {
    height: 0;
    margin: auto 0;
}
.paintings{
    padding-top: 20px;
    width: 100%;
    margin-bottom: 100px;
}

.paintings h1 {
    text-align: center;
}

.paintings-container {
    display: inline-flex;
    flex-wrap: wrap;
    width: 80%;
    margin-left: 10%;

    text-align: center;
    justify-content: center;
}

.paintings-container h2 {
    flex: 2;
}

.wrapper {
    display: inline-block;
    height: 425px;
    margin-bottom: 50px;
    margin-top: 30px;
    margin-right: 20px;

}

.wrapper.wrapper-top{
    margin-top: 15px;
}

.wrapper img{
    height: 100%;
    width: auto;
    padding: 30px;
    margin-top: 45px;
    text-align: center;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.5s;    
    border-style: double;
    margin-right: 30px;
    border-color: rgba(0,0,0,0.2);
    box-shadow: 16px 6px 18px 0px RGBA(15,62,146,0.2);
}

.wrapper img:hover{
    transform: scale(1.15);
}

.wrapper p{
    padding-bottom: 0;
    margin-left: -10%;
}

.status {
    color: #777;
    padding-bottom: 0;
}





/* --------------------------------- */
/* ----- PAGINATION SECTION */
/* --------------------------------- */

.pagination {
    text-align: center;
    margin: 20px;
}



.pagination ul li {
    display: inline-block;
    width: 35px;
    height: 40px;
    line-height: 40px;
    list-style: none;
    font-size: 25px;
}



.pagination ul li.active,
.pagination ul li:hover {
    background-color: #f7f7f8;
    border-radius: 10px;
    box-shadow: 6px 6px 18px 0px RGBA(15,62,146,0.2);
}


/* --------------------------------- */
/* ----- FOOTER SECTION */
/* --------------------------------- */

.footer-nav {
    display: none;
}

/* --------------------------------- */
/* ----- MEDIA QUERY SECTION */
/* --------------------------------- */





@media only screen and (min-width: 481px) and (max-width: 1015px) {
    .paintings {
        margin-bottom: 30px;
    }

    .paintings-container {
        margin-top: 50px;
    }
    
    .nav-container{
        display: none;
    }


    .logo-container {
        width: auto;
        height: 100%;
        overflow: hidden;
    }

    .logo-img {
        width: 70%;
        height: auto;
        margin: 15px auto 0 auto ;
    }

    .nav-container li{
        font-size: 1rem;
    }

    .banner {
        height: auto;
    }

    .banner-container {
        background-image: none;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #show-mobile {
        height: auto;
        width: 100%;
    }
    
    .wrapper {
        margin-top: 0;
        height: auto;
    }

    .wrapper p{
        padding-bottom: 0;
        margin-left: 0;
    }

    .wrapper img {
        width: 100%;
        margin-top: 0;

    }

    .pagination {
        margin-bottom: 20px;
    }

 
     
}

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

    .paintings {
        margin-bottom: 40px;;
    }

    /* Gabrielasworld logo styling */

    .logo-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .logo-img {
        width: 100%;
        margin: 0px auto 2.5vh auto !important ;
    }

  /* Banner styling */
    .banner {
        height: auto;
    }

    .banner-container {
        background-image: none;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #show-mobile {
        height: auto;
        width: 100%;
    }

    /* Down use Modal windows */
    .modal {
        display: none !important;
    }
    #myModal {
        display: none !important;
    }
    .modal-content {
        display: none !important;
    }

    /* painting styling */

    .paintings-container {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .wrapper {
        margin-top: 0;
        height: 100%;
        width: auto;
    }

    .wrapper-first {
        margin-top: 30px !important;
    }

    .wrapper img {
        width: 100%;
        margin-top: 0;
        padding: 20px;
        height: auto !important;
    }
    
    .wrapper img:hover{
        transform: scale(1.0);
    }

    .wrapper p{
        padding-bottom: 0;
        margin-left: 0;
        margin-top: 15px;
    }

    .pagination {
        margin-bottom: 20px;
    }

     


  


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

    .nav-container{
        display: none;
    }

    .paintings h1 {
        font-size: 26px;
        line-height: 1.4em;
    }

    .banner-bottom {
        margin-bottom: 20px;
    }

    .paintings {
        margin-bottom: 40px;
    }
    
 
    .wrapper {
        margin-top: 0;
        height: auto;
        padding-bottom: 10px;
        margin-right: 0;
    }


    


    .wrapper p{
        font-size: 0.95rem ;
    }



    footer p {
        font-size: 0.8rem;
    }

   
    

 }
}


