/* General */

html, body{
    font-family: 'Open Sans', sans-serif;
    height:100%;
}

*{
    padding:0;
    margin:0;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

img{
    display:block;
}

/* Main Content */


#DeviceLogo{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    text-align: center;
    display: none;
}

#DeviceLogo h1, #DeviceLogo h2, #DeviceLogo h3{
    width: 100%;
}

#DeviceLogo h1{
    width: 100%;
}

#DeviceLogo h1 img{
    width: 50px;
    height: auto;
    margin: auto;
}

#SPHeader{
    z-index: 50;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #ffffff;
    width: 16%;
    padding: 0 1%;
    text-align: center;
} 

#SPHeader li:nth-child(1){
    width: 100px;

} 

#SPHeader li:nth-child(2){
    font-weight: bold;
    font-size: 1.2em;
    width: 200px;
    padding: 20px 0;
    margin: 0 30px;
} 

#SPHeader li:nth-child(3){
    padding-top: 20px;
    border-top: 1px solid #cccccc;
    margin: 0 30px;
} 

#SPHeader img{
    width: 100%;
    height: auto;
}

/* Product 1 */

#Product1{
    background-image: url("../images/SeaSideBag5.jpg");
}

#Product1A{
    background-image: url("../images/SeaSideBag4.jpg");
}

#Product1B{
    background-image: url("../images/SeaSideBag3.jpg");
}

#Product1C{
    background-image: url("../images/SeaSideBag2.jpg");
}

#Product1D{
    background-image: url("../images/SeaSideBag1.jpg");
}

#Product1E{
    background-image: url("../images/SeaSideBag6.jpg");
}

#Product1F{
    background-image: url("../images/SeaSideBag7.jpg");
}

#Product1G{
    background-image: url("../images/SeaSideBag8.jpg");
}

#Product1H{
    background-image: url("../images/SeaSideBag9.jpg");
}

/* Product 2 */

#Product2{
    background-image: url("../images/MouseBag1.jpg");
}

#Product2A{
    background-image: url("../images/MouseBag2.jpg");
}

#Product2B{
    background-image: url("../images/MouseBag3.jpg");
}

/* Product 3 */

#Product3{
    background-image: url("../images/PinCushion1.jpg");
}

#Product3A{
    background-image: url("../images/PinCushion2.jpg");
}

#Product3B{
    background-image: url("../images/PinCushion3.jpg");
}

#Product3C{
    background-image: url("../images/PinCushion4.jpg");
}

#Product3D{
    background-image: url("../images/PinCushion5.jpg");
}

/* Product 4 */

#Product4{
    background-image: url("../images/WTPBag1.jpg");
}

#Product4A{
    background-image: url("../images/WTPBag2.jpg");
}

#Product4B{
    background-image: url("../images/WTPBag3.jpg");
}

#Product4C{
    background-image: url("../images/WTPBag7.jpg");
}

#Prod1{
    height: 100%;
}

.Products {
    height: 100%;
    width: 82%;
    margin-left: 18%;
}

.Products li{
    height: 100%;
}

.FullScreenImage{
    background-size: cover;
    background-position: center center;
    margin-bottom: 5px;
}

.FullScreenImage2{
    background-size: cover;
    background-position: center top;
    margin-bottom: 5px;
}

/* Media Queries */

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

    #TagLine{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        margin-right: 15px!important;
    } 

    #SPEmail{
        margin-left: 0!important;
        padding-left: 20px;
        margin-right: 0!important;
    }

    #SPHeader li:nth-child(1){
        width: 80px;
    } 

    #SPHeader li:nth-child(2){
        width: auto;
    } 

    #TagLine p{
        margin-right: 5px;
    } 

    #SPHeader li:nth-child(3){
        padding-top: 0;
        border-left: 1px solid #cccccc;
        border-top: 0;
    } 

    #SPHeader{
        z-index: 50;
        position: fixed;
        flex-direction: row;
        height: 120px;
        width: 100%;
        padding: 0;
        text-align:center;
    } 

    .Products {
        width: 100%;
        margin-left: 0;
    }

}

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

    #TagLine{
        margin-left: 15px!important;
    } 

    #SPHeader{
        height: 80px;
    } 

    #SPHeader li:nth-child(1){
        width: 50px;
    } 

}

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

    #SPHeader{
        display: none;
    } 

    #DeviceLogo{
        display: block;
        padding-bottom: 0;
    }

    #DeviceLogo h2{
        font-size: 0.9em;
        padding-bottom: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
        width: 60%;
        padding-left: 20%;
        padding-right: 20%;
    }

    #DeviceLogo h3{
        font-size: 0.8em;
        background-color: #f0f0f0;
        padding: 10px 0;
    }

}