﻿#loadingframe {
    display: block;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100vh;
}
#loadingpage {
    display: block;
    justify-content: left;    
    background-color: transparent;
    width: 100%;
    height: 100vh;
}
#loadingcenteritems {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: transparent;
}
#loadingcenteritems {
    font-family: sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: red;
    background-color: transparent;
}
#notrackingenterframe {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
}
#notrackingalign {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: transparent;    
    top: 0;
    left: 0;
}
#notrackingmsgframe {
    display: block;
    width: 320px;
    height: auto;
    padding: 10px 10px;
    background-color: white;
    border: 2px solid red;
    border-radius: 10px;
    box-shadow: -2px 2px 15px black,0 0 15px black,0 0 15px black;
}
#msgicon {
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color:red;
    background-color: transparent;    
}
#trackmsgclose {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal; 
    padding: 10px 20px;
    border: none;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    color: white;
    background-color: red;
    box-shadow: -2px 2px 15px black,0 0 15px black,0 0 15px black;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    cursor: pointer;
}
    #trackmsgclose:active {
        box-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
    }
#jnlmainframe {
    display: block;
    width: 100%;
    height: auto;
    background-image: url("images/jnlheadbar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mainrowholders {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#headbarmob {display: none;}
#headbar {
    display: flex;
    justify-content: center;
    align-items: center;    
    width: 100%;
    height: 100px;
    background-image: url("images/jnlheadbar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.sticky {
    position: fixed;
    top: -30px;
    width: 100%;
    margin-left: 0;
    transform: translateY(60%);
    z-index: 1;
    box-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
}
#navbarmob, #submenubackmob {
    display: none;
}
#navbarpc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: red;
    transition: 0.6s;
}
#jnlhome, #jnltrack, #jnlpromo, #jnlsvcs, #jnlcontfind, #jnlabout, #jnlfacebook {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: white;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 0 5px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
}
#jnlhome {
    background-color: orange;   
    box-shadow: -2px 2px 3px black,0 0 3px black,0 0 3px black;
}
#jnltrack, #jnlpromo, #jnlsvcs, #jnlcontfind, #jnlabout, #jnlfacebook {
    background-color: red;
}
#jnlhome:hover, #jnltrack:hover, #jnlpromo:hover, #jnlsvcs:hover, #jnlcontfind:hover, #jnlabout:hover, #jnlfacebook:hover {
    background-color: orange;
    box-shadow: -2px 2px 3px black,0 0 3px black,0 0 3px black;
    transition: 0.4s;
}
.clsmobile {display: none;}
#footerbase {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 5px;
    background-color: darkred;    
}
#footerdetailsholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#footerdetailspage {
    display: block;
    width: 400px;
    height: auto;    
    background-color: transparent;
}
.footerdetailsrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#footone {
    font-family: Impact;
    font-weight: normal;
    font-size: 22px;
    font-style: normal;
    color: white;
    background-color: transparent;
    text-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
}
#foottwo {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    color: white;
    background-color: transparent;
    text-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
}
.footlabels {
    font-family: 'Times New Roman';
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
    color: white;
    background-color: transparent;
    text-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
}
.footdatas {
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    color: white;
    background-color: transparent;
    text-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
}
/*Tracking frame...*/
#trackingframe {
    display: none;
    width: 100%;
    height: auto;
}
#trackingpage {
    display: block;
    width: 100%;
    height: 78vh;
    background-image: url("images/trackback.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
}
.clsbuttoncloseholder {
    display: flex;
    justify-content: right;
    text-align: right;
    width: 100%;
    padding: 10px 10px;
    height: auto;
    background-color: transparent;
    align-items: center;
}
.clsclosebutton {    
    font-size: 25px;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
    color: red;
    cursor: pointer;
    text-shadow: -2px 2px 10px black,0 0 10px black,0 0 10px black;
}
.clsclosebutton:active {
    text-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
}
.trackrowholder {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#lbtrackingnums {
    font-family: arial;
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    color: white;
    background-color: transparent;
    text-shadow: -2px 2px 15px black,0 0 15px black,0 0 15px black;
}
#txtrackingnums {
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 20px 10px;
    background-color: white;
    color: darkblue;
    text-decoration: none;
    outline: none;
    border: 2px solid red;
    border-radius: 10px;
    width: 400px;
    height: auto;
    text-transform: uppercase;
    box-shadow: -2px 2px 15px black,0 0 15px black,0 0 15px black;
}
#findcargo {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    background-color: orangered;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: -2px 2px 15px black,0 0 15px black,0 0 15px black;
}
#findcargo:active {
    box-shadow: -2px 2px 5px black,0 0 5px black,0 0 5px black;
}
#trackresultframe, #trackresultdata {
    width: 100%;
    height: auto;
    background-color: transparent;
}
#trackresultdata {
    background-image: url("images/digitalback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
#contactusframe {
    display: none;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#contactuspage {
    display: block;  
    width: 100%;
    height: 78vh;
    background-image: url("images/contact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
#contactuswrap {
    display: flex;
    padding: 20px 20px;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;    
}
#contactusbox, #findusbox {
    display: block;
    justify-content: left;
    text-align: left;
    padding: 20px 20px;
    margin-left: 5px;
    margin-right: 5px;      
    width: 50%;
    height: auto;
    background-color: transparent;    
}
.contactrowholders {
    display: flex;
    justify-content: left;
    text-align: left;    
    width: 100%;
    height: auto;
    background-color: transparent;
}
#contactustitle, #findustitle {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: papayawhip;
    background-color: transparent;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    margin-top: 50px;
    margin-left: 100px;
    text-decoration: underline;
}
#contactleo, #contactmike, #contactleonum, #contactmikenum {
    display: flex;      
    background-color: transparent;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;   
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
}
#contactleo, #contactmike {
    width: 100px;
    color: papayawhip;
    justify-content: right;
    text-align: right;
    margin-left: 110px;
}
#contactleonum, #contactmikenum {
    width: 250px;
    color: orangered;
    justify-content: left;
    text-align: left;
}
#findusaddrone, #findusaddrtwo, #findusaddrthree {
    width: 350px;
    color: orangered;
    justify-content: left;
    text-align: left;
    margin-left: 110px;
    display: flex;
    background-color: transparent;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
}
#promocargosframe {
    display: none;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#promocargospage {
    display: block;
    width: 100%;
    height: auto;
    background-image: url("images/logistic.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
#promocargohead {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 5px;
    height: auto;
    width: 100%;
}
#unlimitedkgs {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 50px;
    background-color: transparent;
    width: 100%;
    height: auto;
}
#unlimitedkgsparag {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: red;
    padding: 10px 10px;
    width: 900px;
    height: auto;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
}
#promopcandmobbrowserholder {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    width: 100%;
    height: auto;    
}
#promomobbrowser {display: none;}
#promopcbrowser {    
    display: block;
    width: 900px;
    height: auto;
    background-color: lightsteelblue;
    margin-bottom: 20px;
}
.promorowholders {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#sizeparag, #promoxlbox {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: steelblue;
    width: 200px;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    padding: 5px 2px;
}
.locparag {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: steelblue;
    width: 100px;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    padding: 5px 2px;
}
#promosizesxl, #promosizesbxl, #promosizesl, #promosizesbl, #promosizesm, #promosizesbm {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: orangered;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
}
#promosizesxl, #promosizesm {
    padding-top: 3px;
}
#promosizesbxl, #promosizesbl, #promosizesbm {
    padding-bottom: 1px;
    margin-top: -12px;
}
#promosizesl {
    margin-top: -1px;
    padding-top: 3px;
}
#promobigdrum {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: orangered;
    width: 200px;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    padding: 5px 2px;
}
.locparagval {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: orangered;
    width: 100px;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    padding: 5px 2px;
}
.promolegend {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: white;
    margin-left: 50px;
    background-color: transparent;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
}
#aboutframe {
    display: none;
    width: 100%;
    height: auto;
    background-color:transparent;
}
#aboutpage {
    display: block;
    width: 100%;
    height: 78vh;
    background-image: url("images/about.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
#aboutdataboxmob {display: none;}
#aboutdatabox {
    display: block;
    width: 900px;
    height: auto;
    justify-content: left;
    text-align: left;
    background-color: transparent;
    padding-left: 20px;
}
.aboutdatas {
    display: flex;
    justify-content: left;
    text-align: left;
    width: 100%;
    height: auto;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: white;
    text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    margin-left: 75px;
}
#servicesframe {
    display: none;
    justify-content: left;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#servicespage {
    display: block;
    justify-content: left;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    background-color: orangered;
}
#servicesmob {
    display: none
} 
#services {
    display: block;
}
/*Maximum with of 900 pixels*/
@media screen and (max-width: 900px) {
    #navbarpc {display: none;}
    #navbarmob {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        overflow: hidden;
        width: 100%;
        height: auto;
        background-color: red;
        transition: 0.6s;
    }
    #jnlhomemob, #jnlnavmob {
        font-family: sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        color: white;        
        padding: 0 10px;
        margin: 0 5px;
        text-decoration: none;
        outline: none;
        border: none;
        cursor: pointer;
        text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    #jnlhomemob:active, #jnlnavmob:active {
        background-color: orange;
    }
    .clsdesktop {display: none; }
    .clsmobile {display: block; }
    #submenubackmob {
        display: none;
        justify-content: left;        
        text-align: left;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 2;
        background-color: transparent;
    }
    #submenumob {
        display: block;
        justify-content: left;
        text-align: left;
        padding: 10px 10px;
        width: 40%;
        height: 280px;
        background-color: red;
        margin-left: 49%;
        margin-top: 17%;
        border: 2px solid white;
        border-radius: 5px;
    }
    #jnltrackmob, #jnltrackmob, #jnlpromomob, #jnlsvcsmob, #jnlcontfindmob, #jnlaboutmob, #jnlfacebookmob {
        display: flex;
        justify-content: left;
        text-align: left;
        align-items: center;
        padding: 5px 20px;
        font-family: sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        border-radius: 25px;
        width: 100%;
        height: auto;
        background-color: darkorange;
        color: white;
        text-decoration: none;
        border: none;
        outline: none;
        cursor: pointer;
        text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;            
    }
    #footone {        
        font-size: 26px;         
        text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    #foottwo {
        font-size: 20px;        
        text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    .footlabels {        
        font-size: 22px;        
        text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    .footdatas {
        font-size: 20px;        
        text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    /*Tracking frame...*/
    #trackingpage {
        height: 90vh;        
    }
    #lbtrackingnums {
        margin-top: 250px;
        font-size: 27px;
        text-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    #txtrackingnums {
        font-size: 18px;        
        box-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }

    #findcargo {
        font-size: 20px;        
        box-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    /*Message blocking object*/
    #notrackingmsgframe {
        width: 380px;
        box-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    #msgicon {
        font-size: 18px;        
    }
    #trackmsgclose {        
        font-size: 18px; 
        box-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;        
    }
    /*Contact Us Settings @ 900px*/
    #contactuspage {        
        width: 100%;
        height: 90vh;
        background-image: url("images/contactmob.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: cover;
    }
    #contactuswrap {
        display: block;
        padding: 5px 5px;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: auto;
    }
    #contactusbox, #findusbox {
        padding: 5px 5px;        
        width: 100%;        
    }
    #contactustitle {        
        font-size: 22px; 
        margin-top: 250px;        
    }
    #findustitle {
        font-size: 22px;
    }
    #contactleo, #contactmike, #contactleonum, #contactmikenum {
        font-size: 22px;        
    }
    #findusaddrone, #findusaddrtwo, #findusaddrthree {
        font-size: 22px;        
    }
    /*Promo Page Settings*/
    #promopcbrowser {
        display: none;
    }
    #promomobbrowser {
        display: block;
        width: 100%;
        height: auto;
        background-color: transparent;  
        padding: 10px 50px;
    }
    #unlimitedkgsparag {        
        font-size: 22px;  
        padding: 10px 10px;
        width: 100%;
        height: auto;
        text-shadow: 0 0 0 black,0 0 0 black,0 0 0 black;
    }
    .promomobrowsholder {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: auto;        
    }
    .promoboxdrum {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 5px 3px;
        background-color: green;
        color: white;
        font-family: sans-serif;
        font-size: 22px;
        font-weight: normal;
        font-weight: normal;
        width: 100%;
        height: auto;
    }
    .promomla, .promooth, .promomlaprc, .promoothprc {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 5px 3px;
        color: white;
        font-family: sans-serif;
        font-size: 22px;
        font-weight: normal;
        font-weight: normal;
        height: auto;
    }
    .promomla {
        width: 16%;
        background-color: darkblue;
    }
    .promooth {
        width: 14%;
        background-color: darkblue;
    }
    .promomlaprc {
        width: 16%;
        background-color: orangered;
    }
    .promoothprc {
        width: 16%;
        background-color: orangered;
    }
    #legendholdermob {
        display: block;
        justify-content: left;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 10px 5px;
        background-color: red;
    }
    .legendrowholder, .legendrowholdertag {
        display: flex;
        justify-content: left;
        text-align: left;
        height: auto;
        width: 100%;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;        
        background-color: red;
    }
    .legendrowholder {
        color: white;
    }
    .legendrowholdertag {
        color: yellow;
    }
    /*About Page*/
    #aboutpage {        
        height: 90vh;
        background-image: url("images/aboutmob.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: cover;
    }
    #aboutdatabox {
        display: none;
    }
    #aboutdataboxmob {
        display: block;
        width: 100%;
        height: auto;
        justify-content: left;
        text-align: left;
        background-color: transparent;
        padding-left: 20px;
    }
    #topspaceaboutmob {
        margin-top: 700px;
    }
    .aboutdatas {
        font-size: 20px;
        color: red;
        text-shadow: 0 0 0 black,0 0 0 black,0 0 0 black;
        width: 96%;
        margin-left: 2%;
    }
    /*Services Mobile*/
    #servicespc {
        display: none;
    }
    #servicesmob {
        display: block
    }    
}
/*Maximum with of 750 pixels*/
@media screen and (max-width: 750px){
    #submenumob {        
        margin-top: 19%;
    }
    /*Promo Page Settings*/
    #imgpromo {
        width:720px;
        height: auto;
    }
    #topspaceaboutmob {
        margin-top: 600px;
    }
}
/*Maximum with of 650 pixels*/
@media screen and (max-width: 650px) {
    #headbar {display: none;}
    #headbarmob {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        background-image: url("images/jnlheadbar.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    #submenumob {                
        width: 80%;
        height: 280px;
        margin-left: 10%;
        margin-top: 32%;        
    }
    #footerdetailspage {        
        width: 100%;        
    }
    /*Tracking frame...*/
    #lbtrackingnums {
        margin-top: 180px;
        font-size: 29px;
    }
    #txtrackingnums {
        font-size: 20px;
        width: 90%;
    }
    #findcargo {
        font-size: 22px;        
    }
    /*Message blocking object*/
    #notrackingmsgframe {
        width: 96%;
        box-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    #msgicon {
        font-size: 20px;
    }
    #trackmsgclose {
        font-size: 20px;
        box-shadow: -1px 1px 2px black,0 0 2px black,0 0 2px black;
    }
    /*Contact Us Settings @ 650px*/    
    #contactustitle, #findustitle { 
        display: flex;
        justify-content: left;
        text-align: left;
        width: 100%;
        height: auto;        
        font-size: 22px;
        color: orangered;       
        text-shadow: 0 0 0 black,0 0 0 black,0 0 0 black;        
        margin-left: 0px;
        text-decoration: none;
    }
    #contactustitle {
        margin-top: 25%;
    }
    #contactleo, #contactmike, #contactleonum, #contactmikenum {        
        font-size: 22px;        
    }
    #contactleo, #contactmike {
        width: 27%;
        color: orangered;        
        margin-left: 2%;        
        text-shadow: 0 0 0 black,0 0 0 black,0 0 0 black;
    }
    #contactleonum, #contactmikenum {
        width: 69%;
        color: blue;
        text-shadow: 0 0 0 black,0 0 0 black,0 0 0 black;       
    }
    #findusaddrone, #findusaddrtwo, #findusaddrthree {
        font-size: 22px;
        width: 96%;
        color: blue;
        margin-left: 2%;
        text-shadow: 0 0 0 black,0 0 0 black,0 0 0 black;
    }
    /*Promo Page Settings*/
    #imgpromo {
        width: 390px;
        height: auto;
    }
    #unlimitedkgs {        
        padding: 0 0;        
        width: 98%;
        margin-left: 1%;
        height: auto;
    }
    #promomobbrowser {        
        padding: 10px 0;
    }
    .promoboxdrum {        
        font-size: 16px;        
    }
    .promomla, .promooth, .promomlaprc, .promoothprc {      
        font-size: 16px;        
    }
    /*About Page*/
    #topspaceaboutmob {
        margin-top: 365px;
    }
    .aboutdatas {
        font-size: 18px;        
        width: 98%;
        margin-left: 1%;
    }
}

/*Maximum with of 400 pixels*/
@media screen and (max-width: 400px) {
    #submenumob {        
        margin-top: 35%;
    }
    #foottwo {
        font-size: 16px;       
    }
    /*Tracking frame...*/
    #lbtrackingnums {
        margin-top: 140px;
        font-size: 27px;
    }
    #msgicon {
        font-size: 18px;
    }
    .promoboxdrum {
        font-size: 14px;
    }
    .promomla, .promooth, .promomlaprc, .promoothprc {
        font-size: 14px;
    }
    /*About Page*/
    #topspaceaboutmob {
        margin-top: 325px;
    }
    .aboutdatas {
        font-size: 16px;        
    }
}
/*Maximum with of 360 pixels*/
@media screen and (max-width: 360px) {
    #submenumob {
        margin-top: 39%;
    }
    /*Tracking frame...*/
    #trackingpage {
        height: 80vh;
    }
    #lbtrackingnums {
        margin-top: 35px;        
    }
    #msgicon {
        font-size: 16px;
    }
    #contactleo, #contactmike {
        width: 29%;        
    }
    #contactleonum, #contactmikenum {
        width: 67%;        
    }
    /*Promo Page Settings*/
    #imgpromo {
        width: 350px;
        height: auto;
    }
    .promoboxdrum {
        font-size: 12px;
    }
    .promomla, .promooth, .promomlaprc, .promoothprc {
        font-size: 12px;
    }
    /*About Page*/
    #topspaceaboutmob {
        margin-top: 300px;
    }
    .aboutdatas {
        font-size: 14px;
    }
}