* {
    box-sizing: border-box;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
}
body, html {
    height:100%;
    padding:0px;
}
.section1 {
    position: relative;
    width: 100%;
    height: 150%;
}
.section2 {
    position: relative;
    width: 100%;
    height: 100%;
}
.section3 {
    position: relative;
    width: 100%;
    height: 125%;
}
.container1 {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container2 {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container3 {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.backgroundimage-1, .backgroundimage-2, .backgroundimage-3 {
    /*display:block;
    position:fixed;
    content:"";
    /*opacity:0.7;*/
    /*background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;*/
    /*z-index:-1;
    height:100%;
    width:100%;*/
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    /*background-size:100vw auto;*/
    transform: translateZ(0);
    will-change: transform;
}
.backgroundimage-1 {
    background-image:url("pens3.jpg");
}
.backgroundimage-2 {
    background-image:url("hat1.jpg");
}
.backgroundimage-3 {
    background-image:url("pens7.jpg");
}
.overlayText {
    position:absolute;
    /*color:rgb(164,255,0);*/
    color:rgba(0, 0, 0, 0);
    text-align:center;
    width:100%;
    padding:17px;
    font-size:60px;
    text-shadow:1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
    -webkit-text-stroke:3px black;
    font-style:oblique;
}
.between {
    position:absolute;
    margin-left:calc((100% - 170px) / 2); /*45.1%*/
    margin-top:-27px;
    padding:17px;
    text-align:center;
    background-color:rgb(255,147,0);
    color:black;
    z-index:100;
    border-radius:10px;
}
.between:hover {
    background-color:rgb(255, 169, 50);
    cursor:pointer;
}
.between a {
    color:black;
    text-decoration:none;
    white-space:nowrap;
}
.interestForm {
    width:50%;
    position:absolute;
    margin-left:25%;
    text-align:center;
}
input[type=text], input[type=email], input[type=tel], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 100%;
    height: 100%;
    margin-top:25%;
}
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.main {
    float:left;
    /*width:83%;*/
    width:calc(100% - 1vw - 14px);
    padding:7px 20px;
    background-color:rgba(102, 102, 102, 0.1);
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.lineLeft {
    position:absolute;
    float:left;
    border-left: 0.5vw solid rgb(255,147,0);
    /*height:100%;*/
    /*min-height: 500px;
    margin-bottom:0px;
    margin-top:0px;*/
    margin-right:7px;
    height:100%;
    top:0;
    left:0;
}
.lineRight {
    position:absolute;
    float:right;
    border-left: 0.5vw solid rgb(255,147,0);
    /*height:33.9vw;
    min-height: 450px;*/
    /*height: 500px;*/
    margin-left:7px;
    height:100%;
    top:0;
    right:0;
}
#header {
    /*background: rgb(255, 140, 0); /* Old browsers */
    /*background: -moz-linear-gradient(left, rgba(102,102,102,0.5) 0%,rgb(255,140,0) 50%,rgba(175, 118, 118, 0.5) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(102,102,102,0.5) 0%,rgb(255,140,0) 50%,rgba(175, 118, 118, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,rgba(102,102,102,0.5) 0%,rgb(255,140,0) 50%,rgba(175, 118, 118, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ); /* IE6-9 */
    /*padding:15px;
    text-align:center;*/
    background-image:url("MoreThanPensLogo-7-alt-3.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    background-color:rgb(255,147,0);
    /*background-color:black;*/
    width:100%;
    /*position:relative;*/
    position:fixed;
    top:0;
    z-index:10;
    transition:top 0.3s;
    height:100px;
    /*background-color:orange;*/
}
.mobileHeaderFix {
    position:relative;
    top:0;
    /*left:0;*/
    height:0;
    width:0;
    background-color:black;
    z-index:10;
}
#footer {
    background-image:url("MoreThanPensLogo-6.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    background-color:rgb(255,147,0);
    width:100%;
    /*position:relative;*/
    position:fixed;
    bottom:-100px;
    z-index:10;
    transition:bottom 0.3s;
    height:100px;
}
.footer-text {
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    white-space:nowrap;
}
.encloser {
    overflow:hidden;
    position:relative;
    width:100%;
}
.gallery {
    margin: 5px;
    border: 1px solid rgba(102, 102, 102, .5);
    float: left;
    width: 300px;
}
.gallery:hover {
    border: 1px solid rgba(102, 102, 102, 1);
}
.gallery img {
    width: 100%;
    height: auto;
}
.desc {
    padding: 15px;
    text-align: center;
}
.nowrap {
    white-space:nowrap;
}
.sidepanel  {
    width: 0px;
    position: fixed;
    z-index: 101;
    height: 200px;
    top: 50px;
    left: 0;
    background-color:black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 7px;
}
.sidepanel a {
    padding: 8px 8px 8px 3px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidepanel a:hover {
    color: #f1f1f1;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color:black;
    color: white;
    padding: 10px 10px 10px 10px;
    border: none;
    z-index:100;
    position:fixed;
    height:100px;
    width:100px;
    top:0;
    left:0;
    background-image:url("menu.png");
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position: center center;
    transition: 0.5s;
}
.openbtn:hover {
    background-color:#444;
}
button:focus {
    outline:none;
    border:none;
}
.construction {
    padding: 17px;
    border-radius: 10px;
    position: fixed;
    margin-left: calc((100% - 327px) / 2);
    margin-top: 10%;
    z-index: 101;
    text-align: center;
    font-style: oblique;
    color: black;
    background-color: rgb(255,147,0);
}
@media only screen and (max-width:730px) {
    .construction {
        font-size: medium;
        margin-left: calc((100% - 180px) / 2);
        top: 80%;
    }
}
                
@media only screen and (max-width:730px) {
    /* For mobile phones: */
    .main {
        width:100%;
    }
    .lineLeft {
        display:none;
    }
    .lineRight {
        display:none;
    }
    #header {
        height:50px;
        position:relative;
        transition:top 0s;
        width:calc(100% - 50px);
        float:right;
    }
    .mobileHeaderFix {
        width:50px;
        height:50px;
        float:left;
    }
    #footer {
        background-size:100% 100%;
        height:50px;
        position:relative;
        /*margin-top:0;*/
        bottom:0px;
        transition:bottom 0s;
    }
    .footer-text {
        white-space:normal;
        top:50%;
        font-size:9px;
    }
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
    .interestForm {
        font-size:12px;
        width:70%;
        margin-left:15%;
    }
    label {
        font-size:15px;
    }
    .overlayText {
        font-size:35px;
        text-shadow:0px 0px black, 0px 0px black, 0px 0px black, 0px 0px black;
        -webkit-text-stroke:0px black;
    }
    .backgroundimage-1 {
        background-image:url("pens3_mobile.jpg");
    }
    .backgroundimage-2 {
        background-image:url("hat1_mobile.jpg");
    }
    .backgroundimage-3 {
        background-image:url("pens7_mobile.jpg");
    }
    .section3 {
        min-height:calc(750px + 15vh);
        overflow:hidden;
    }
    /*.backgroundimage-1, .backgroundimage-2, .backgroundimage-3 {
        background-attachment:fixed;
        background-position:center;
        background-repeat:repeat-y;
        background-size:contain;
        background-size:auto 100vh;
    }*/
    .openbtn {
        width:50px;
        height:50px;
    }
    .openbtn:hover {
        background-color:#111;
    }
}