﻿/* 
    #############################
    Phone, small screen override
    #############################
*/

@media only screen and (max-width: 1200px) {

    * {
        margin: 0;
        padding: 0;
        border: 0;
    }

    body {
        min-width: 800px;
    }

    html {
        font-size: 25px;
    }

    h3{
        font-size: 25px;
    }


    p {
        font-size: 25px;
    }

    /* 
    #########################
    Global Stuff
    #########################
    */

    .centered_container {
        width: 950px;
        margin: auto;
    }

    #header {
        height: 180px;
        padding-top: 40px;
    }

    #logo {
        float: none;
        width: 950px;
        display: block;
        padding-left: 0px;
        text-align: center;
    }

        #logo img {
            width: 500px;
        }


    #nav {
        padding-top: 20px;
        float: none;
        text-align: center;
    }

        #nav ul {
            width: 960px;
            text-align: center;
            height: 65px;
        }

        #nav li {
            height: 65px;
            float: none;
            display: inline-block;
            text-align: center;
        }

            #nav li a {
                max-height: 65px;
                font-size: 35px;
                padding: 5px 15px;
            }

    .button {
        font-size: 22px;    
    }
    
        .button:hover {
            transform: scale(1);
        }

    /*
    #########################
    Landing page Default.aspx 
    #########################
*/

    #landing_frame {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
        height: 635px;
        border-radius: 10px;
    }

        #landing_frame .slide {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            border-radius: 10px;
        }

    #handcraftedwork h2 {
        font-size: 35px;
    }

    .work_display{
        margin-top:20px;
    }

    .work_display p {
        font-size: 20px;
    }

    .work_info {
        height: 400px;
        width:525px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px;
        margin-right: 20px;
    }

    .work_info_right {
        height: 400px;
        width: 525px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px;
        margin-left: 20px;
    }

    .work_img_frame {
        width: 420px;
        height: 410px;
        overflow: hidden;
        border-radius: 10px;
    }

        .work_img_frame img {
            transform: translate(-75px, 0);
            height: 410px;
        }

            .work_img_frame img:hover {
                transform: scale(1);
                transform: translate(-75px, 0);
                box-shadow: 0 0 0 0pt #343434;
            }

/* 
    #########################
    Flickity
    #########################
*/

    .gallery-cell {
        overflow: hidden;
        width: 100%;
        height: 610px;
        border-radius: 10px;
    }

        .gallery-cell img {
            border-radius: 10px;
            position: absolute;
            width: 950px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }



    /* 
    #########################
    Work Showcase Stuff
    #########################
*/

    #showcase {
        display:block;
        padding-top:10px;
    }

    #work_list {
        width:950px;
        float: none;
        text-align: center;
        padding-bottom:20px;
    }

        #work_list ul {
            width: 950px;
            text-align: center;
        }

        #work_list li {
            width: 330px;
            float: none;
            display: inline-block;
            font-family: 'NimbusSansRound-Regular';
            font-size: 35px;
            text-align: center;
            padding: 7px 20px;
        }

            #work_list li a {
                width: 330px;
                background-color: #2b2b2b;
                display: inline-block;
            }

    #work_showcase {
    display: inline-block;
    width: 950px;
    padding-left: 0px;
    }

    .mfp-title {
        font-size: 22px;
    }

    .zoom-gallery img {
        border-radius: 5px;
        background-color: #343434;
        opacity: 1;
    }

    .zoom-gallery img:hover {
        box-shadow: 0 0 0 0pt #343434;
        border-radius: 5px;
        opacity: 1;
    }

    .zoom_thumb_big {
        width: 468px;
        height: 312px;
    }

    .zoom_thumb_small {
        width: 309px;
        height: 208px;
    }


    /* 
    #########################
    Contact page
    #########################
*/
    #contact_header {
        padding-top:10px;
    }
    #contact_form{
        margin:auto;
        width:900px;
    }

        #contact_form p {
            font-size: 25px;
        }

    #contact-msg-fullname .textbox {
        width: 550px;
    }

    #contact-msg-email .textbox, .mc-field-group .textbox {
        width: 550px;
    }

    #contact-msg-reason .textbox {
        width: 562px;
        -webkit-appearance: none
    }

    #contact-msg-message .textbox {
        width: 890px;
        height: 600px;
    }

    .textbox{
        font-size:30px;
    }
    .send-button {
        font-size: 35px;
    }


/* 
    #########################
    About page
    #########################
*/

    #about_header img {
        width:950px;
    }

    #more_information h3{
        font-size:28px;
    }


/* 
    #########################
    magnific-popup overrides
    #########################
*/

    .mfp-close{
        font-size:30px;
        width:300px;
    }

}


/* 
    #########################
    Other junk
    #########################
*/

#upupupbutton {
    display: none; 
}

    #upupupbutton:hover {
        display: none; 
    }