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




/* Header 
====================================
====================================
*/

#footer-icons {
display: none;
}

#submit-art-container {
display: none;
}

.header-fix {

        display: block;
        position: absolute;
        width: 100%;
        height: 120px;
        background-color: white;
}

.header-botom-fix {

        display: block;
        position: absolute;
        width: 100%;
        height: 80px;
        margin-top: 120px;
        background-color: black;



}


.header {

        display: block;
        position: relative;
        width: 100%;
        height: 200px;
/*        background-color: red;
*/
}

.header-top {

        display: block;
        position: relative;
        width: 100%;
        height: 120px;
/*        background-color: yellow;
*/        padding: 18px;


}

.header-logo {


        display: block;
        position: relative;
        width: 80%;
        height: 84px;
        background-image: url("../media/logo.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: auto;
        margin-left: auto;

}


.header-bottom {

        display: block;
        position: relative;
        width: 100%;
        height: 80px;
/*        background-color: brown;
*/      

}

.header-bottom-column {

        display: inline-block;
        position: relative;
        width: 50%;
        height: 100%;
/*        background-color: teal;
*/        margin-right: -4px;
        vertical-align: top;
        padding-top: 23px;


}

.header-button-collab {
    display: none;
}

.header-button { 

        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        margin: 0px;
        width: 80%;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        color: white;
        border: 1px solid white;
 }


.header-button:hover {

        background-color: white;
        color: black;

}


/* Footer Page 
====================================
====================================
*/

.footer {

        display: block;
        position: relative; 
        height: 135px;
        margin-top: 75px;
        padding-top: 35px;
        width: 100vw;
        background: linear-gradient(rgba(0,0,0,0),rgba(0, 0, 0, 0.8));
}

.footer-column {


        display: block;
        position: relative;
        width: 100%;
        height: 20px;
            /*background-color: red;*/
        font-family: newfont;
        text-shadow: 1px 1px black;
        color: white;
        text-align: center;


}

#collaborate-footer {


        margin-top: 0px;


}


/* Background Image  
====================================
====================================
*/

.background-image {

display: block;
position: absolute;
width: 100vw;
height: calc(100% - 200px);
margin-top: 200px;


}





/* Landing Page 
====================================
====================================
*/

body {
        display: block;
        position: relative;
        width: 100vw;
        min-height: 100vh; 
/*        background-color: black;
*/

}

#login-form, #upload-media-icon, #upload-icon, .container-content-animation, .animation-title-text, #text-animation-container, #button-body-column-3 {
    display: none;
}

.landing-container-content {
    display: block;
    position: relative;
    height: 100vh;
    width: 100vw;
    padding-top: 20%;
    background-image: url(../media/mobileLandingPageSmall1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-content {

        display: block;
        position: relative;
        width: 100%;
        min-height: 100%; 
/*        background-color: blue;
*/        margin: auto;


}




.container-content-button-body { 

        display: block;
        position: relative;
        width: 100%;
        height: 20%;
/*        background-color: yellow;
*/

 } 

.container-content-button-body-column {

        display: block;
        position: relative;
        width: 100%;
        height: 100%;
/*        background-color: purple;
*/        margin-right: -4px;
        vertical-align: top;


}

#button-body-column-1 {
/*        background-color: orange;
*/


}

#button-body-column-2 {
/*        background-color: green; 
*/}

#button-body-column-3 {
/*        background-color: teal;
*/}

.landing-button-form {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        padding-top: calc((20vh - 75px) / 2);
}

.landing-page-button {
        display: block;
        position: relative;
        width: 40%;
        height: 75px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;



        font-family: newfont ;
        letter-spacing: 4px;
        padding: 14px;
        text-decoration: none;
        border: 2px solid rgba(255,255,255,0.8);
        text-align: center;
        border-radius: 10px;
        font-size: 2em;
        background-color: rgba(255,255,255,0.6);
}




/* About Page 
====================================
====================================
*/


#about-background-image {

    background-image: url(../media/luke.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}



.about-top h1 {

        display: block;
        position: relative;
        font-size: 2em;
        font-weight: 700;
        text-align: center;
        font-family: newfont;
}




.about-body {

        display: block;
        position: relative;
        width: 80%;
        /*height: calc(100vh - 400px);*/
height: 100%;
/*        background-color: orange;
*/        margin: auto;
        padding-top: 40px;


}


.about-top {

        display: block;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
/*        background-color: green;
*/
}


.about-middle {

        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        /*background-color: white;*/
        padding: 15px 12%;
        font-family: newfont;
        text-align: center;
        color: white;
        text-shadow: 1px 1px 1px black;
        font-size: 2em;



}


.about-contact {

        display: block;
        position: relative;
        width: 100%;
        height: 100px;
/*        background-color: pink;
*/        padding: 15px 12%;
        text-align: center;


}


/* Shop Page 
====================================
====================================
*/


#shop-background-image {

    background-image: url(../media/scottgoodwillSmall1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8%;

}



.shop-body {

        display: block;
        position: relative;
        background-color: rgba(0, 0, 0, 0.65);
        width: 80%;
        height: 100vh;
        overflow-y: scroll;
        padding: 15px 12% 15px 12%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;

}



.table-cell {

        display: block;
        vertical-align: top;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        position: relative;
        /*background-color: yellow;*/
        width: 75%;
        height: 340px;


}


.table-cell-top {

        display: block;
        position: relative;
        /*background-color: pink;*/
        width: 100%;
        height: 80%;
        padding: 10px;

}


.table-cell-image {

        
        display: block;
        position: relative;
        background-image: url("../media/goggles.jpg");
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain; 
        background-position: center;

  


}


.table-cell-bottom {


        display: block;
        position: relative;
        width: 100%;
        height: 20%;
        text-align: center;
        /*background-color: maroon;*/
        padding: 0px 15px;

}




.product-name {

        display: block;
        position: relative;
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
        height: 50px;
        color: white;

}


.price {

        display: block;
        position: relative;
        font-size: 18px;
        font-weight: 800;
        color: white;

}

.shop-footer-mobile {
    margin-top: 0px;
}
       

/* Product Page  
====================================
====================================
*/


#product-background-image {

        background-color: black;

}


.product-body-top {

        display: block;
        position: relative;
        width: 100%;
        height: calc (70vh + 250px);
        /*background-color: pink;*/
        margin-top: 25px;


}

.product-body-top-left-altimg-container {

        display: none;
        margin-right: -4px;
        vertical-align: top;
        position: relative;
        width: 22%;
        height: 100%;
        /*background-color: brown;*/

}





.product-body-top-middle {


        display: block;
        margin-right: -4px;
        vertical-align: top;
        padding: 30px 0px;
        position: relative;
        width: 100%;
        height: 70vh;
        background-color: black;

}


.product-body-top-middle-img {

        display: block;
        position: relative;
        width: 80%;
        height: 100%;
        background-color: white;
        
        margin:  auto;
        background-image: url("../media/hustle.jpg");
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: center;



}



.product-body-top-right {

        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        background-color: black;
        color: white;


}

.product-body-top-right-name {
        display: block;
        position: relative;
        width: 100%;
        /*height: 15%;*/
        background-color: black;
        color: white;
        padding: 6px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
        font-size: 28px;
        text-align: center;
    


}


.product-body-top-right-price {
        
        display: block;
        position: relative;
        width: 55%;
        height: 50px;
        background-color: black;
        color: white;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        text-align: center;
        font-size: 16pt;
        line-height: 50px;


}


.product-body-top-right-swatch-container {

        display: block;
        position: relative;
        padding: 0px 50px;
        font-size: 12pt;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        text-align: center;
        line-height: 30px;



}



.product-body-top-right-swatch {

        display: inline-block;
        position: relative;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 22%;
        height: 100%;
        color: white;
        background-color: white;
        color: black;
        text-align: center;
        margin: 0 0.5%;

}



.product-body-top-right-cart {

        display: block;
        position: relative;
        width: 70%;
        height: 50px;
        background-color: white;
        color: black;
        margin: auto;
        text-align: center;
        font-size: 18pt;
        line-height: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;



}




.product-body-bottom {

        display: block;
        position: relative;
        width: 100%;
        height: 120px;
        background-color: black;
        margin-top: 25px;

}

.product-description {

        display: block;
        position: relative;
        text-align: center;
        width: 100%;
        padding: 0% 10%;
        color: white;
    

}


.product-description-title {



        font-size: 16pt;


}



/* Collaborate Page  
====================================
====================================
*/



.collection-content-mobile {

        
        display: block;
        position: relative;
        width: 100vw;
        height: 100%;
        background-color: white;
        margin-top: 25px;


}

.header-collection {
        display: block;
        position: relative;
        width: 100%;
        margin: auto;
        height: 200px;
        /*background-color: red;*/

}

.collection-content-body {

        display: none;
        background-image: url("../media/goggles.jpg");


}

.collaborate-top-mobile {

        display: block;
        position: relative;
        width: 100%;
        margin: auto;
        height: 160px;
        background-color: black;
}



.collaborate-top-mobile-textbox { 

        display: block;
        position: relative;
        width: 100%;
        height: 50%;
        margin: auto;
        background-color: yellow;
       
}

.collaborate-top-mobile-textbox-text {

        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: white;
        text-align: center;
        line-height: 80px;
        font-size: 24px;

}



.collaborate-top-mobile-button {

        display: block;
        position: relative;
        width: 100%;
        height: 50%;
        margin: auto;
        background-color: white;




}

.collaborate-top-mobile-button-share {


        display: block;
        position: relative;
        width: 40%;
        height: 50%;
        margin: auto;
        background-color: black;
        color: white;
        text-align: center;
        line-height: 40px;



}



.collection-content-mobile {

        
        display: block;
        position: relative;
        width: 100vw;
        height: 100%;
        background-color: white;
        margin-top: 25px;


}


.collection-media-row {

        display: block;
        position: ;
        background-color: white;
        padding-top: 2vh;
        padding-bottom: 2vh; 
        width: 100%;
        height: 44vh;

}

.collection-media-row-cell  {

        display: block;
        position: relative;
        background-color: pink ;
        background-image: url("../media/hustle.jpg");
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: center; 
        width: 90%;
        height: 40vh;
        margin: auto;

}





/* 
====================================
Shop options
====================================
*/


#sbg {
    background-color: black;
}

#shopOpts-background {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: black;
}

#shopOpt-container {
    display: block;
    position: relative;
    margin: auto;
    height: 100%;
    width: 75%;
    padding-top: 8%;
}

#shopOpts-top {
    display: block;
    position: relative;
    height: 25vh;
    width: 100%;
    text-align: center;
    padding-top: 10%;
}

.sopOpt-titles {
    font-size: 350%;
    color: white;
}

.shopOpt-links {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    height: 110px;
    width: 200px;
    overflow: hidden;
    border-radius: 20px;
}

#amazonMerchButton {
    display: block;
    position: relative;
    height: 200px;
    width: 200px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    /*margin-top: 20px;*/
    background-image: url("../media/AmazonTab.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#shopOpts-bottom {

    display: block;
    position: relative;
    height: 25vh;
    width: 100%;
    text-align: center;
    padding-top: 10%;

    
    margin-top: 10%;


}

#shopOpts-bottom p {
    margin-top: 25px;
    font-size: 250%;
    color: white;
}

#TspringButton {
    display: block;
    position: relative;
    height: 200px;
    width: 200px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    /*margin-top: 20px;*/

    background-image: url("../media/TeeSpringTab.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#shopOpt-Back {
    display: block;
    position: relative;
    margin: auto;
    height: 65px;
    width: 175px;
    color: white;
    background-color: black;
    border: 2px solid white;
    font-size: 30px;
    border-radius: 15px;
    font-family: newfont;
    margin-top: 10%;
}

#shopOpt-Back:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}




}


@media screen and (min-width: 625px) {


.collection-media-row {

        display: inline-block;
        position: relative;
        background-color: white;
        padding-top: 2vh;
        padding-bottom: 2vh;
        margin-right: -4px;
        vertical-align: top; 
        width: 50%;
        height: 44vh;

}



.collection-media-row-cell  {

        display: block;
        position: relative;
        background-color: pink ;
        background-image: url("../media/hustle.jpg");
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: center; 
        width: 90%;
        height: 40vh;
        margin: auto;



}


/* Form Page  
====================================
====================================
*/

.product-body-upload {


        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        /*background-color: red;*/
       
}

.page-name {

        display: block;
        position: relative;
        width: 100%;
        height: 10%;
        background-color: red;
        text-align: center;
        padding-top: 3%;

}


.product-body-upload-form {

        display: block;
        position: relative;
        width: 80%;
        height: 100%;
        /*background-color: blue;*/
        margin: auto;

}

.upload-form  {

        display: block;
        position: relative;
        width: 90%;
        height: 100%;
        /*background-color: pink;*/
        margin: auto;

}


.input-title {

        display: block;
        position: relative;
        width: 90%;
        height: 66px;
        /*background-color: green;*/
        margin: auto;
        padding-top: 30px;
     
}

.product-name-textbox {

        display: block;
        position: relative;
        width: 90%;
        height: 20px;
        margin: auto;


}

.product-description-textbox {
        

        display: block;
        position: relative;
        width: 90%;
        height: 120px;
        margin: auto;

}


.product-image-textbox {

        display: block;
        position: relative;
        width: 90%;
        height: 200px;
        margin: auto;


}


.product-price-textbox {


        display: block;
        position: relative;
        width: 90%;
        height: 20px;
        margin: auto;

}



.upload-product-button {

        display: block;
        position: relative;
        width: 25%;
        height: 20px;
        margin: auto;
        margin-top: 25px;



}



}






