@font-face {
    font-family: 'merchant_copyregular';
    src: url('fonts/font-webfont.woff2') format('woff2'), url('fonts/font-webfont.woff') format('woff'), url('silkscreen/Font.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/* width */
::-webkit-scrollbar {
    width: 1.2vmin;
}

/* Track */
::-webkit-scrollbar-track {
    background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fee600;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    background-image: url('images/bg.gif');
    background-size: cover;
    position: relative;
    min-width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'merchant_copyregular';
    color: white;
}


.testinghead {
    top: 0;
    left: 5%;
    line-height: 0;
    font-size: 10vmin;
    z-index: 15;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.testingfoot {
    line-height: 0;
    font-size: 10vmin;
}

.testimg {
    height: auto;
    margin-top: 5vmin;
    width: 80vmin;
    z-index: 200;
}

.nutsnbolts {
    width: 400px;
    height: 400px;
}

.header {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 3vmin;
    color: white;
    line-height: 0;
    font-size: 10vmin;
}

.author {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 6vmin;
    margin-left: 3vmin;
    color: white;
    font-size: 7vmin;
    z-index: 12;
}

.author2 {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 10.5vmin;
    margin-left: 3vmin;
    color: white;
    font-size: 7vmin;
    z-index: 12;
}

.pageheader {
    margin-top: 2vmin;
}

.midscreen {
    position: fixed;
    z-index: -1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.injgen2 {

}

.vidbackground {
    top: 50%;
    left: 50%;
    margin-top: -30vmin;
    margin-left: -50vmin;
    max-height: 768px;
    max-width: 1366px;
    width: 100vmin;
    height: 66vmin;
    z-index: -1;
}

.storecontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60vw !important;
    width: 80vw;
    margin-top: -35vh !important;
    margin-left: -30vw;
    background-color: rgb(0,0,0,0.4);
    z-index: 30;
}

.storeimage {
    height: 50vh;
    width: 100%;
    margin: 2vmin;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 100;
/*    margin: 0 auto;*/
}

.storeimagewrap {
    padding-left: .5vmin;
    height: 50vh;
    width: 100%;
}

.storepages {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.storepages>p {
    font-family: 'merchant_copyregular';
    font-size: 8vmin;
    margin: 0;
    margin-bottom: 1vmin;
}

.storepages>button {
    font-family: 'merchant_copyregular';
    font-size: 8vmin;
    margin: 0;
    margin-bottom: 1vmin;
    cursor: pointer;
    padding: 5px;
    transition: opacity .1s linear;
}

.storepages>button:hover {
    opacity: 0.8;
}

.storebuy {}

.storeprice {
    font-size: 5vmin;
    background: white;
    padding: .5vmin .5vmin;
    color: black;
}

.storesizes {
    display: flex;
    justify-content: space-around;
    margin-bottom: .5vmin;
}

.storesize {
    outline: none;
    cursor: pointer;
    padding: .5vmin .8vmin;
    flex: 1;
    font-size: 5vmin;
    transition: background .1s linear;
}

.storesizeout {
    outline: none;
    padding: .5vmin .8vmin;
    flex: 1;
    font-size: 5vmin;
    transition: background .1s linear;
    color: gray;
}

.storeOSFA {
    cursor: pointer;
    padding: .5vmin .8vmin;
    flex: 1;
    font-size: 4vmin;
    display: none;
}

.storesize:hover {
    background: rgba(255, 255, 255, 0.18);
}

.storesize.active {
    background: white;
    color: black;
}

.storebuybutton {
    width: 100%;
    border: 2px solid #fee600;
    border-radius: 4px;
    color: #fee600;
    padding: 5px;
    transition: background .1s linear;
    cursor: pointer;
    font-size: 5vmin;
}

.storebuybutton:hover {
    background: rgba(254, 230, 0, 0.4);
}

.storecart {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
}

.storecartimage {
    height: 50px;
    width: auto;
    transform: translate(4vw, -0.5vh);
    cursor: pointer;
    transition: opacity .1s linear;
}

.storecartimage:hover {
    opacity: 0.8;
}

.storecartheader {
    left: initial !important;
    right: 0 !important;
    margin-right: 3vmin !important;
    cursor: pointer;
    display: none;
    float: right;
    display: initial;
}


.cartmodal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    z-index: 40;
    transition: opacity 0.35s ease-in-out;
}

.cartmodal {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -41vw;
    margin-top: -41vh;
    width: 80vw;
    height: 80vh;
    background: #1b1b1b;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    text-align: center;
    padding: 2vmin;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.cartmodal.open, .cartmodal-overlay.open {
    pointer-events: all;
    opacity: 1;
}

.cartclose {
    position: absolute;
    top: 0;
    left: 5px;
    margin: 0;
    padding: 5px 10px;
    font-size: 50px;
    cursor: pointer;
    outline: none;
    transition: .1s linear;
}

.cartclose:hover {
    opacity: .8;
}

.cartheader {
    margin: 0;
    font-size: 7vmin;
}

.cartcontent {
    flex: 1;
    margin: 15px 0px;
    overflow-y: auto;
}

.cartitem {
    display: flex;
    justify-content: center;
    min-height: 75px;
}

.cartitem-delete {
    flex: 0.5;
    display: flex;
    align-items: center;
}

.cartitem-delete>button {
    font-size: 1em;
    color: white;
    cursor: pointer;
    font-size: 2.8em;
}

.cartitem-image {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cartitem-name {
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartitem-name>h1 {
    font-size: 1.8em;
    margin: 0;
    font-weight: normal;
}

.cartitem-quantity {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartitem-quantity>h1 {
    color: white;
    font-size: 1.8em;
    margin: 0;
    font-weight: normal;
}

.cartitem-price {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartitem-price>h1 {
    color: white;
    font-size: 1.8em;
    margin: 0;
    font-weight: normal;
}

.cartcheckout {
    margin: 0;
    font-size: 7vmin;
}

.modelmodal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-image: url(images/bg.gif);
    background-size: cover;
    background-position: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease-in-out;
}

.modelmodal.open {
    opacity: 1;
    pointer-events: all;
}

.modelloading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20pt;
    pointer-events: none;
}

.modelclose {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 60pt;
    cursor: pointer;
    outline: none;
}

#wrapper {
    transition: opacity .35s ease-in-out;
}

#wrapper.closed {
    opacity: 0;
}

.storetesting {
    bottom: 4%;
    right: 3%;
    height: auto;
    width: 50vmin;
    position: fixed;
}

#musiclinks {
    width: 40vmin;
    margin-left: -20vmin;
}

.utube {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25vmin;
    margin-left: -44.5vmin;
    max-height: 768px;
    max-width: 1366px;
    width: 89vmin;
    height: 50vmin;
    z-index: 5;
}

.main {
    position: fixed;
    top: 50%;
    left: 50%;
}

.storemidtext {
    width: 70vmin;
    margin-left: -35vmin;
    font-size: 8vmin;
}

.rsvpwrap {
    position: fixed;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    top: 50%;
    margin-top: -36vh;
    height: 40vw;
    font-size: 4vmin;
    align-items: center;
}

.rsvpform {
    width: 60vw;
    margin-left: 10vw;
}

.rsvpwrap p {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 1vw;
    margin-bottom: 1vmin;
}

.redtext {
    color: red;
}

.videoslist {
    position: fixed;
    left: 50%;
    margin-left: -30vw;
    width: 60vw;
    top: 50%;
    margin-top: -36vh;
    font-size: 8vmin;
    height: 40vw;
    overflow-y: scroll;
    overflow-x: visible !important;
}

.videoheader {
    width: 100%;
    height: 6vmin;
}

.videostitle {
    float: left;
    font-size: 6vmin;
    margin: 0;
    color: white;
}

.utubeimg {
    height: 9vmin;
    margin-top: -1.8vmin;
    float: right;
}

.videoswrapper {
    position: relative;
    padding-top: 56.25%;
}

.videoswrapper iframe, .videoswrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
}

.videoblock {
  margin-bottom: 2vmin;
}

#showwrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 75vmin;
    margin-left: -32vmin;
    height: 57vh;
    margin-top: -28.5vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 101;
}

#showlist {
    list-style-type: none;
    margin: 0;
    padding: 2vmin;
}

li {
    padding-bottom: 14vmin;
    width: 100%;
}

#showlist li a p {
    text-align: left;
    float: left;
    font-size: 5vmin;
    margin: 0;
    color: white;
}

#showlist li a img {
    right: 0%;
    width: 10vmin;
    float: right;
}

.main #test {
    max-width: 100%;
    max-height: 100%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.main #injure {
    max-width: 100%;
    max-height: 100%;
    /* -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; */
}

.main #injurelink {
    width: 100%;
    height: 100%;
    display: block;
    z-index:20;
    /* -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; */
}

main #injurelink:hover {
    cursor: pointer;
}

.vid {
    top: 50%;
    left: 50%;
    margin-top: -25vmin;
    margin-left: -44.5vmin;
    max-height: 768px;
    max-width: 1366px;
    width: 89vmin;
    height: 50vmin;
    z-index: 5;
}

.homepic {
    top: 50%;
    left: 50%;
    margin-top: -37vmin;
    margin-left: -50vmin;
    max-height: 768px;
    max-width: 1366px;
    width: 100vmin;
    height: 66vmin;
    z-index: 5;
}

.homepic2 {
    top: 50%;
    left: 50%;
    margin-top: -40vmin;
    margin-left: -26.5vmin;
    max-height: 1366px;
    max-width: 768px;
    width: 53vmin;
    height: 84vmin;
    z-index: 5;
}

.click2wach {
    position: fixed;
    color: white;
    text-decoration: none;
    z-index: 6;
    font-size: 4vmin;
    top: 50%;
    left: 50%;
    width: 89vmin;
    margin-top: 22vmin;
    margin-left: -44.5vmin;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.testimg2 {
    bottom: 6%;
    right: 3%;
    height: auto;
    width: 50vmin;
    position: fixed;
}

.footer {
    position: fixed;
    z-index: 7;
}

#footrightMOBILE {
    display: inline;
    opacity: .2;
}

#startmodal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 10vh;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .85);
}

#buttonwrap {
    display: inherit;
    position: fixed;
    width: 100%;
    top: 35%;
}

#buttonwrap>button {
    text-align: center;
    font-size: 10vmin;
    color: black;
    background: #ffe400;
    padding-bottom: 1vmin;
    padding-left: 2vmin;
    border-radius: 3vmin;
}



.footerl {
    text-align: left;
    bottom: 5vh;
    left: 0%;
    margin-left: 2vmin;
    height: auto;
    position: fixed;
    z-index: 5;
}

button.foottext {
    color: white;
    text-decoration: none;
    font-size: 8vmin !important;
}

button.foottext>p {
    font-family: 'merchant_copyregular';
    margin-bottom: 0;
    margin-top: 4vmin;
    font-size: 8vmin !important;
}

.headtop {
    top: 14%;
    left: 50%;
    margin-left: -2.5vmin;
    height: auto;
    position: fixed;
}

.footerm {
    z-index: 7;
    bottom: 14%;
    left: 50%;
    margin-left: -2.5vmin;
    height: auto;
    position: fixed;
    width: 5vmin;
}

.scrolltext {
    width: 20vmin;
    margin-left: -10vmin;
    font-size: 5vmin;
    position: fixed;
    bottom: 2%;
    left: 50%;
    opacity: 1;
}

.termscond {
    z-index: 16;
    position: fixed;
    left: 50%;
    width: 80vmin;
    bottom: 0%;
    margin-left: -40vmin;
    font-size: 2.5vh;
    margin-top: 0;
}

.termscond p {
    margin-top:0;
    margin-bottom: 0;
}

.arrowup {
    z-index: 3;
    width: 5vmin;
}

.arrowdown {
    z-index: 7;
    width: 5vmin;
}

.photos {
    height: 30vmin;
    margin-top: -27vmin;
    width: 90vmin;
    margin-left: -44.5vmin;
}

.signcenter {
    height: 8vmin;
    width: 100%;
    border-radius: 50px;
    border: 2px solid white;
    text-align: center;
    vertical-align: middle;
    margin-top: 1.6vmin;
}

.signcenter2 {
    height: 8vmin;
    width: 48%;
    border-radius: 50px;
    border: 2px solid white;
    text-align: center;
    vertical-align: middle;
    /* margin-top:4vmin; */
}

.nameBar {
    display: inline-block;
    width: 100%;
}

.rsvpsign {
    height: 4vmin;
}

.signlocation {
    color: white;
}

#scrollBar {
    width: 0%;
    bottom: 0%;
    height: 4vh;
    z-index: 15;
    position: fixed;
    background-color: #ffe400;
}

::placeholder {
    color: white;
    opacity: 1;
    font-size: 8vmin;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.rsvpsign input[type="text"]::placeholder, .rsvpsign input[type="email"]::placeholder {
    font-size: 4vmin;
}

.rsvpsign input[type="text"]:-ms-input-placeholder, .rsvpsign input[type="email"]:-ms-input-placeholder {
    font-size: 4vmin;
}

.rsvpsign input[type="text"]::-ms-input-placeholder, .rsvpsign input[type="email"]::-ms-input-placeholder {
    font-size: 4vmin;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 10vh;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    padding-bottom: 15vmax;
    border: 1px solid #888;
    width: 80%;
    color: black;
    text-align: left;
    font-size: 3vmin;
}

.modal-content a {
    display: inline-block;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background: none;
    font-size: 8vmin;
    color: white;
    float: left;
    font-family: 'merchant_copyregular';
    border: none;
}

.rsvpsign select {
    font-size: 4vmin;
}

button {
    border: none;
    background: none;
    color: white;
    font-family: 'merchant_copyregular';
    margin: 0;
    padding: 0;
}

button:hover {
    cursor: pointer;
}

.termscond button {
    width: auto;
    font-size: 3vh;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 500px) {
    .termscond {
        font-size: 5vmin;
    }
    .termscond button {
        font-size: 5.1vmin;
    }
}

.copyright {
    font-size: 2vh;
}

select::-ms-expand {
    display: none;
    /* hide the default arrow in ie10 and ie11 */
}

input[type="text"] {
    background: transparent;
    outline: none;
    border: none;
    font-size: 8vmin;
    color: white;
    margin-top: 1vmin;
    font-family: 'merchant_copyregular';
}

.rsvpsign input[type="text"] {
    font-size: 4vmin;
}

.rsvpsign input[type="email"] {
    font-size: 4vmin;
}

input[type="tel"] {
    background: transparent;
    outline: none;
    border: none;
    font-size: 8vmin;
    color: white;
    margin-top: 1vmin;
    font-family: 'merchant_copyregular';
}

input[type="email"] {
    background: transparent;
    outline: none;
    border: none;
    font-size: 8vmin;
    color: white;
    margin-top: 1vmin;
    font-family: 'merchant_copyregular';
}

#mc_embed_signup {
    padding: 2vmin;
    background-color: rgb(0,0,0,0.4);
    border-radius: 25px;
    height: 50vmin;
}

#mce-EMAIL, #mce-PHONE {
    line-height: 8vmin;
    width: 90%;
}

#mce-FNAME, #mce-LNAME, .rsvpsign #mce-EMAIL, #mce-MMERGE3 {
    line-height: 4vmin;
    width: 100%;
    padding-left: 3vw;
}

#mce-MMERGE1, #mce-MMERGE4 {
    line-height: 8vmin;
    border-radius: 4vmin;
    width: 100%;
    padding-left: 5%;
    background: none;
}

#mce-MMERGE4 {
    line-height: 4vmin;
}

#mce-MMERGE1.required.mce_inline_error, #mce-MMERGE4.required.mce_inline_error {
    font-size: 8vmin;
    outline: none;
    border: none;
}

#mce-MMERGE4.required.mce_inline_error {
    font-size: 4vmin;
}

#mc-embedded-subscribe {
    margin-top: 4vmin;
}

.mce_inline_error {
    font-size: 4vmin;
    padding-top: 1vmin;
    background-color: transparent;
}

#mce-error-response {
    font-size: 5vmin;
}

#mce-error-response a {
    color: #ffe400;
}

input[type="submit"] {
    border-radius: 50px;
    background: white;
    outline: none;
    border: none;
    font-size: 6vmin;
    color: black;
    font-family: 'merchant_copyregular';
}

.posters {
    width: 60vmin;
    margin-left: -30vmin;
    margin-top: -35vmin;
}


/* iphon 5/se */

/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('images/bg.gif') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #startmodal {
        display: inline;
    }

    .nutsnbolts {
        width: 600px;
        height: 600px;
    }

    .testinghead {
        position: fixed;
        top: 5%;
        left: 50%;
        margin-left: -40vmin;
    }
    .storecontainer {
        margin-top: 10vmin;
    }
    .headtop {
        top: 22%;
    }
    .header {
        font-size: 12vmin;
    }
    .testimg {
        width: 60vmin;
        margin-left: 10vmin;
    }
    .author {
        position: fixed;
        margin-top: 6.5vmin;
        font-size: 9vmin;
    }
    .author2 {
        margin-top: 13vmin;
        font-size: 8vmin;
    }
    #topheader {
        font-size: 12vmin;
    }
    .midscreen {
        margin-top: -35vmin;
        margin-left: -33.3vmin;
        width: 66.66vmin;
        height: 66.66vmin;
    }
    .storemidtext {
        height: 60vmin;
        margin-top: -40vmin;
    }
    .rsvpwrap {
        width: 100vw;
        height: 60vw;
        top: 0;
        margin-left: -50vw;
        margin-top: -1vh;
        font-size: 6.1vmin;
    }
    .rsvpform {
        width: 80vw;
        margin-left: 10vw;
    }
    .vid {
        margin-top: -35vmin;
        margin-left: -50vmin;
        width: 100vmin;
        height: 60vmin;
    }
    .homepic {
        margin-top: -33.3vmin;
        margin-left: -50vmin;
        width: 100vmin;
        height: 66.6vmin;
    }
    .homepic2 {
        margin-left: -40vmin;
        margin-top: -60vmin;
        height: 120vmin;
        width: 80vmin;
        max-height: none;
        max-width: none;
    }
    .footerm {
        bottom: 10%;
    }
    .scrolltext {
        bottom: 2%;
        font-size: 6.5vmin;
    }
    #footrightind {
        display: none;
    }
    #footrightMOBILE {
        display: inline;
    }
    .testimg2 {
        bottom: 6%;
    }
    .termscond {
        font-size: 4vw;
    }
    button {
        font-size: 4vw;
    }
    .copyright {
        font-size: 3.3vw;
    }
    #showwrapper {
        position: fixed;
        top: 50%;
        width: 95vmin;
        margin-left: -47.5vmin;
        height: 37vh;
    }
    #showlist li a p {
        font-size: 6.5vmin;
    }
    #showlist li a img {
        width: 15vmin;
    }
    .videoslist {
        width: 100vw;
        height: 60vw;
        margin-left: -50vw;
        margin-top: -28.5vh;
    }
    .videoblock {
      margin-left: auto;
      margin-right: auto;
      width: 90vw;
    }
    .videostitle {
        font-size: 8vmin;
    }
    .footerl {
        font-size: 8vmin;
    }
    input[type="tel"] {
        margin-top: -1vmin;
    }
    input[type="email"] {
        margin-top: -1vmin;
    }
    input[type="text"] {
        margin-top: -1vmin;
    }
    .rsvpsign input[type="text"] {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="email"] {
        font-size: 5.5vmin;
    }
    .rsvpsign {
        height: 5.5vmin;
    }
    .rsvpsign input[type="text"]::placeholder, .rsvpsign input[type="email"]::placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]:-ms-input-placeholder, .rsvpsign input[type="email"]:-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]::-ms-input-placeholder, .rsvpsign input[type="email"]::-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    #mce-FNAME, #mce-LNAME, .rsvpsign #mce-EMAIL, #mce-MMERGE3 {
        line-height: 5.5vmin;
        width: 100%;
        padding-left: 3vw;
    }
    #mce-MMERGE4 {
        line-height: 5.5vmin;
    }
    .rsvpsign select {
        font-size: 5.5vmin;
    }
    .posters {
        width: 80vmin;
        height: 80vmin;
        margin-left: -40vmin;
        margin-top: -28.5vh !important;
    }
    .cartcheckout {
        font-size: 10vmin;
    }

    .cartheader {
        font-size: 10vmin;
    }
    .cartmodal {
        margin-left: -50vw;
        width: 96vw;
    }
    .storecontainer {
        margin-top: -34vh !important;
    }

    .storeimagewrap {
        height: 40vh;
    }
    .storeimage {
        height: 40vh;
    }
    .click2wach {
        margin-top: 8vmin;
    }
}

/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('images/bg.gif') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #startmodal {
        display: inline;
    }
    .testinghead {
        position: fixed;
        top: -4%;
        left: 50%;
        margin-left: -40vmin;
    }

    .nutsnbolts {
        width: 600px;
        height: 600px;
    }

    .storecontainer {
        margin-top: 10vmin;
    }
    .header {
        font-size: 10vmin;
    }
    .headtop {
        top: 21%;
    }
    .author {
        position: fixed;
        margin-top: 7.5vmin;
        font-size: 7vmin;
    }
    .author2 {
        margin-top: 12vmin;
        font-size: 7vmin;
    }
    #topheader {
        font-size: 10vmin;
    }
    .click2wach {
        margin-top: 26vmin;
    }
    .midscreen {
        margin-top: -25vmin;
        margin-left: -30vmin;
        width: 60vmin;
        height: 60vmin;
    }
    .vid {
        margin-top: -30vmin;
        margin-left: -52.5vmin;
        width: 105vmin;
        height: 60vmin;
    }
    .homepic {
        margin-top: -30vmin;
        margin-left: -50vmin;
        width: 100vmin;
        height: 66.66vmin;
    }
    .homepic2 {
        margin-left: -30vh;
        margin-top: -40vh;
        height: 90vh;
        width: 60vh;
        max-height: none;
        max-width: none;
    }
    .footerm {
        bottom: 5%;
    }
    .scrolltext {
        bottom: 6%;
    }
    #footrightind {
        display: none;
    }
    #footrightMOBILE {
        display: inline;
    }
    .testimg2 {
        right: 1%;
        bottom: 6%;
    }
    #showwrapper {
        position: fixed;
        top: 50%;
        width: 60vw;
        margin-left: -30vw;
        height: 60vh;
    }
    #showlist li a p {
        font-size: 4.5vmin;
    }
    #showlist li a img {
        width: 15vmin;
    }
    .termscond {
        font-size: 2.3vh;
    }
    .termscond button {
        font-size: 2.3vh;
    }
    .copyright {
        font-size: 1.6vh;
    }
    input[type="tel"] {
        margin-top: -1vmin;
    }
    input[type="email"] {
        margin-top: -1vmin;
    }
    input[type="text"] {
        margin-top: -1vmin;
    }
    .rsvpsign input[type="text"] {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="email"] {
        font-size: 5.5vmin;
    }
    .rsvpsign {
        height: 5.5vmin;
    }
    .rsvpsign input[type="text"]::placeholder, .rsvpsign input[type="email"]::placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]:-ms-input-placeholder, .rsvpsign input[type="email"]:-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]::-ms-input-placeholder, .rsvpsign input[type="email"]::-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    #mce-FNAME, #mce-LNAME, .rsvpsign #mce-EMAIL, #mce-MMERGE3 {
        line-height: 5.5vmin;
        width: 100%;
        padding-left: 4vw;
    }
    #mce-MMERGE4 {
        line-height: 5.5vmin;
    }
    .rsvpsign select {
        font-size: 5.5vmin;
    }
    .rsvpwrap {
        margin-top: -35vh;
        width: 70vw;
        margin-left: -35vw;
        font-size: 5vmin;
    }
    .rsvpform {
        width: 60vw;
        margin-left: 5vw;
    }
    .cartcheckout {
        font-size: 10vmin;
    }

    .cartheader {
        font-size: 10vmin;
    }
}

/* iphon 678 */

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('images/bg.gif') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #startmodal {
        display: inline;
    }
    .headtop {
        top: 20%;
    }

    .storecontainer {
        margin-top: -33vh !important;
    }

    .nutsnbolts {
        width: 600px;
        height: 600px;
    }

    .storeimagewrap {
        height: 40vh;
    }
    .storeimage {
        height: 40vh;
    }

    .header {
        font-size: 12vmin;
    }
    .testinghead {
        position: fixed;
        top: 5%;
        left: 50%;
        margin-left: -40vmin;
    }
    .testimg {
        width: 60vmin;
        margin-left: 10vmin;
    }
    .author {
        position: fixed;
        margin-top: 6.5vmin;
        font-size: 10vmin;
    }
    .termscond {
        font-size: 4vw;
    }
    .termscond button {
        font-size: 4vw;
    }
    .copyright {
        font-size: 3.3vw;
    }
    .author2 {
        margin-top: 13vmin;
        font-size: 10vmin;
    }
    #topheader {
        font-size: 12vmin;
    }
    .midscreen {
        margin-top: -45vmin;
        margin-left: -35vmin;
        width: 70vmin;
        height: 70vmin;
    }
    .storemidtext {
        height: 60vmin;
        margin-top: -40vmin;
    }
    .rsvpwrap {
        width: 100vw;
        height: 60vw;
        top: 0;
        margin-left: -50vw;
        margin-top: -1vh;
        font-size: 6.1vmin;
    }
    .rsvpform {
        width: 80vw;
        margin-left: 10vw;
    }
    #footrightind {
        display: none;
    }
    #footrightMOBILE {
        display: inline;
    }
    .vid {
        margin-top: -35vmin;
        margin-left: -50vmin;
        width: 100vmin;
        height: 60vmin;
    }
    .homepic {
        margin-top: -45vmin;
        margin-left: -52.5vmin;
        width: 105vmin;
        height: 70vmin;
    }
    .homepic2 {
        margin-left: -40vmin;
        margin-top: -60vmin;
        height: 120vmin;
        width: 80vmin;
        max-height: none;
        max-width: none;
    }
    .scrolltext {
        bottom: 3%;
    }
    .videoslist {
        width: 100vw;
        height: 60vw;
        margin-left: -50vw;
        margin-top: -28.5vh;
    }
    .videoblock {
      margin-left: auto;
      margin-right: auto;
      width: 90vw;
    }
    .videostitle {
        font-size: 8vmin;
    }
    input[type="tel"] {
        margin-top: -1vmin;
    }
    input[type="email"] {
        margin-top: -1vmin;
    }
    input[type="text"] {
        margin-top: -1vmin;
    }
    .rsvpsign input[type="text"] {
        font-size: 6vmin;
    }
    .rsvpsign input[type="email"] {
        font-size: 6vmin;
    }
    .rsvpsign {
        height: 6vmin;
    }
    .rsvpsign input[type="text"]::placeholder, .rsvpsign input[type="email"]::placeholder {
        font-size: 6vmin;
    }
    .rsvpsign input[type="text"]:-ms-input-placeholder, .rsvpsign input[type="email"]:-ms-input-placeholder {
        font-size: 6vmin;
    }
    .rsvpsign input[type="text"]::-ms-input-placeholder, .rsvpsign input[type="email"]::-ms-input-placeholder {
        font-size: 6vmin;
    }
    #mce-FNAME, #mce-LNAME, .rsvpsign #mce-EMAIL, #mce-MMERGE3 {
        line-height: 6vmin;
        width: 100%;
        padding-left: 4vw;
    }
    #mce-MMERGE4 {
        line-height: 6vmin;
    }
    .rsvpsign select {
        font-size: 6vmin;
    }

    .posters {
        width: 80vmin;
        height: 80vmin;
        margin-left: -40vmin;
        margin-top: -28.5vh !important;
    }
    .cartcheckout {
        font-size: 10vmin;
    }

    .cartheader {
        font-size: 10vmin;
    }
    .cartmodal {
        margin-left: -50vw;
        width: 96vw;
    }
    #showwrapper {
        position: fixed;
        top: 50%;
        width: 95vmin;
        margin-left: -47.5vmin;
        height: 37vh;
    }
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('images/bg.gif') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #startmodal {
        display: inline;
    }
    .testinghead {
        position: fixed;
        top: -4%;
        left: 50%;
        margin-left: -40vmin;
    }

    .nutsnbolts {
        width: 600px;
        height: 600px;
    }

    .header {
        font-size: 10vmin;
    }
    .headtop {
        top: 21%;
    }
    .author {
        position: fixed;
        margin-top: 7.5vmin;
        font-size: 7vmin;
    }
    .author2 {
        margin-top: 12vmin;
        font-size: 7vmin;
    }
    #topheader {
        font-size: 10vmin;
    }
    .click2wach {
        margin-top: 26vmin;
    }
    .midscreen {
        margin-top: -25vmin;
        margin-left: -30vmin;
        width: 60vmin;
        height: 60vmin;
    }
    .vid {
        margin-top: -30vmin;
        margin-left: -52.5vmin;
        width: 105vmin;
        height: 60vmin;
    }
    .homepic {
        margin-top: -30vmin;
        margin-left: -50vmin;
        width: 100vmin;
        height: 66.66vmin;
    }
    .homepic2 {
        margin-left: -30vh;
        margin-top: -40vh;
        height: 90vh;
        width: 60vh;
        max-height: none;
        max-width: none;
    }
    .footerm {
        bottom: 5%;
    }
    .scrolltext {
        bottom: 6%;
    }
    #footrightind {
        display: none;
    }
    #footrightMOBILE {
        display: inline;
    }
    .testimg2 {
        right: 1%;
        bottom: 6%;
    }
    #showwrapper {
        position: fixed;
        top: 50%;
        width: 60vw;
        margin-left: -30vw;
        height: 60vh;
    }
    #showlist li a p {
        font-size: 4.5vmin;
    }
    #showlist li a img {
        width: 15vmin;
    }
    .termscond {
        font-size: 2.3vh;
    }
    .termscond button {
        font-size: 2.3vh;
    }
    .copyright {
        font-size: 1.6vh;
    }
    input[type="tel"] {
        margin-top: -1vmin;
    }
    input[type="email"] {
        margin-top: -1vmin;
    }
    input[type="text"] {
        margin-top: -1vmin;
    }
    .rsvpsign input[type="text"] {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="email"] {
        font-size: 5.5vmin;
    }
    .rsvpsign {
        height: 5.5vmin;
    }
    .rsvpsign input[type="text"]::placeholder, .rsvpsign input[type="email"]::placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]:-ms-input-placeholder, .rsvpsign input[type="email"]:-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]::-ms-input-placeholder, .rsvpsign input[type="email"]::-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    #mce-FNAME, #mce-LNAME, .rsvpsign #mce-EMAIL, #mce-MMERGE3 {
        line-height: 5.5vmin;
        width: 100%;
        padding-left: 4vw;
    }
    #mce-MMERGE4 {
        line-height: 5.5vmin;
    }
    .rsvpsign select {
        font-size: 5.5vmin;
    }
    .rsvpwrap {
        margin-top: -35vh;
        width: 70vw;
        margin-left: -35vw;
        font-size: 5vmin;
    }
    .rsvpform {
        width: 60vw;
        margin-left: 5vw;
    }
    .cartcheckout {
        font-size: 10vmin;
    }

    .cartheader {
        font-size: 10vmin;
    }
}

/* iphon 678+/x */

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('images/bg.gif') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #startmodal {
        display: inline;
    }
    .testinghead {
        position: fixed;
        top: 0%;
        left: 50%;
        margin-left: -40vmin;
    }

    .nutsnbolts {
        width: 600px;
        height: 600px;
    }

    .header {
        margin-top: 7vmin;
        font-size: 12vmin;
    }
    .pageheader {
        margin-top: 7vmin;
    }
    .headtop {
        top: 22%;
    }
    .testimg {
        width: 60vmin;
        margin-left: 10vmin;
    }
    .author {
        position: fixed;
        margin-top: 13.5vmin;
        font-size: 10vmin;
    }
    .author2 {
        margin-top: 20vmin;
        font-size: 10vmin;
    }
    #topheader {
        font-size: 12vmin;
    }
    .termscond {
        font-size: 4vw;
    }
    .termscond button {
        font-size: 4vw;
    }
    .copyright {
        font-size: 3.3vw;
    }
    .midscreen {
        margin-top: -40vmin;
        margin-left: -35vmin;
        width: 70vmin;
        height: 70vmin;
    }
    .click2wach {
        margin-top: 12vmin;
    }
    .storemidtext {
        height: 60vmin;
        margin-top: -40vmin;
    }
    .rsvpwrap {
        width: 100vw;
        height: 60vw;
        top: 0;
        margin-left: -50vw;
        margin-top: -1vh;
        font-size: 6.1vmin;
    }
    .rsvpform {
        width: 80vw;
        margin-left: 10vw;
    }
    .vid {
        margin-top: -40vmin;
        margin-left: -50vmin;
        width: 100vmin;
        height: 60vmin;
    }
    #footrightind {
        display: none;
    }
    #footrightMOBILE {
        display: inline;
    }
    .homepic {
        margin-top: -40vmin;
        margin-left: -52.5vmin;
        width: 105vmin;
        height: 70vmin;
    }
    .homepic2 {
        margin-left: -40vmin;
        margin-top: -60vmin;
        height: 120vmin;
        width: 80vmin;
        max-height: none;
        max-width: none;
    }
    .videoslist {
        width: 100vw;
        height: 60vw;
        margin-left: -50vw;
        margin-top: -28.5vh;
    }
    .videoblock {
      margin-left: auto;
      margin-right: auto;
      width: 90vw;
    }
    .videostitle {
        font-size: 8vmin;
    }
    input[type="tel"] {
        margin-top: -1vmin;
    }
    input[type="email"] {
        margin-top: -1vmin;
    }
    input[type="text"] {
        margin-top: -1vmin;
    }
    .rsvpsign input[type="text"] {
        font-size: 6.3vmin;
    }
    .rsvpsign input[type="email"] {
        font-size: 6.3vmin;
    }
    .rsvpsign {
        height: 6.3vmin;
    }
    .rsvpsign input[type="text"]::placeholder, .rsvpsign input[type="email"]::placeholder {
        font-size: 6.3vmin;
    }
    .rsvpsign input[type="text"]:-ms-input-placeholder, .rsvpsign input[type="email"]:-ms-input-placeholder {
        font-size: 6.3vmin;
    }
    .rsvpsign input[type="text"]::-ms-input-placeholder, .rsvpsign input[type="email"]::-ms-input-placeholder {
        font-size: 6.3vmin;
    }
    #mce-FNAME, #mce-LNAME, .rsvpsign #mce-EMAIL, #mce-MMERGE3 {
        line-height: 6.3vmin;
        width: 100%;
        padding-left: 4.2vw;
    }
    #mce-MMERGE4 {
        line-height: 6.3vmin;
    }
    .rsvpsign select {
        font-size: 6.3vmin;
    }
    .posters {
        width: 80vmin;
        height: 80vmin;
        margin-left: -40vmin;
        margin-top: -28.5vh !important;
    }
    .cartcheckout {
        font-size: 10vmin;
    }

    .cartheader {
        font-size: 10vmin;
    }
    .cartmodal {
        margin-left: -50vw;
        width: 96vw;
    }
    .storecontainer {
        margin-top: -33vh !important;
    }

    .storeimagewrap {
        height: 40vh;
    }
    .storeimage {
        height: 40vh;
    }
    #showwrapper {
        position: fixed;
        top: 50%;
        width: 95vmin;
        margin-left: -47.5vmin;
        height: 37vh;
    }
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('images/bg.gif') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #startmodal {
        display: inline;
    }
    .testinghead {
        position: fixed;
        top: -4%;
        left: 50%;
        margin-left: -40vmin;
    }

    .nutsnbolts {
        width: 600px;
        height: 600px;
    }
    
    .header {
        font-size: 11vmin;
    }
    .headtop {
        top: 20%;
    }
    .author {
        position: fixed;
        margin-top: 6.5vmin;
        font-size: 8vmin;
    }
    .author2 {
        margin-top: 11.5vmin;
        font-size: 8vmin;
    }
    #topheader {
        font-size: 11vmin;
    }
    .click2wach {
        margin-top: 31vmin;
    }
    .footerm {
        bottom: 4%;
    }
    .scrolltext {
        bottom: 5%;
    }
    .testimg2 {
        right: 1%;
        bottom: 6%;
    }
    .midscreen {
        margin-top: -25vmin;
        margin-left: -30vmin;
        width: 60vmin;
        height: 60vmin;
    }
    .vid {
        margin-top: -25vmin;
        margin-left: -52.5vmin;
        width: 105vmin;
        height: 60vmin;
    }
    #footrightind {
        display: none;
    }
    #footrightMOBILE {
        display: inline;
    }
    .homepic {
        margin-top: -30vmin;
        margin-left: -50vmin;
        width: 100vmin;
        height: 66.66vmin;
    }
    .homepic2 {
        margin-left: -30vh;
        margin-top: -40vh;
        height: 90vh;
        width: 60vh;
        max-height: none;
        max-width: none;
    }
    #showwrapper {
        position: fixed;
        top: 50%;
        width: 60vw;
        margin-left: -30vw;
        height: 60vh;
    }
    #showlist li a p {
        font-size: 4.5vmin;
    }
    #showlist li a img {
        width: 15vmin;
    }
    .termscond {
        font-size: 2.3vh;
    }
    .termscond button {
        font-size: 2.3vh;
    }
    .copyright {
        font-size: 1.6vh;
    }
    input[type="tel"] {
        margin-top: -1vmin;
    }
    input[type="email"] {
        margin-top: -1vmin;
    }
    input[type="text"] {
        margin-top: -1vmin;
    }
    .rsvpsign input[type="text"] {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="email"] {
        font-size: 5.5vmin;
    }
    .rsvpsign {
        height: 5.5vmin;
    }
    .rsvpsign input[type="text"]::placeholder, .rsvpsign input[type="email"]::placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]:-ms-input-placeholder, .rsvpsign input[type="email"]:-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    .rsvpsign input[type="text"]::-ms-input-placeholder, .rsvpsign input[type="email"]::-ms-input-placeholder {
        font-size: 5.5vmin;
    }
    #mce-FNAME, #mce-LNAME, .rsvpsign #mce-EMAIL, #mce-MMERGE3 {
        line-height: 5.5vmin;
        width: 100%;
        padding-left: 4vw;
    }
    #mce-MMERGE4 {
        line-height: 5.5vmin;
    }
    .rsvpsign select {
        font-size: 5.5vmin;
    }
    .rsvpwrap {
        margin-top: -35vh;
        width: 70vw;
        margin-left: -35vw;
        font-size: 5vmin;
    }
    .rsvpform {
        width: 60vw;
        margin-left: 5vw;
    }
    .cartcheckout {
        font-size: 10vmin;
    }

    .cartheader {
        font-size: 10vmin;
    }
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
