html,
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    background: #ffffff;
    font-size: 1.02em;
}

.MainBackground {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    background: #ffffff;
    width: auto;
    min-height: 100vh;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-position: middle;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.HamBurgerButton {
    position: relative;
    display: inline-block;
    width: 99px !important;
    height: 100vh;
    background-image: url("../images/BurgerMenu.png");
    background-size: 50%;
    background-repeat: no-repeat no-repeat;
    background-position: 20px 20px;
    cursor: pointer;
}

#HamBurgerNav {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 5px;
    color: #fff;
    top: 84px;
    left: 90px;
    list-style: none;
    z-index: 8000;
}

#HamBurgerNav li {
    padding: 6px;
}

#HamBurgerNav li a {
    color: #000000;
    display: block;
    text-decoration: none;
    font-size: 0.80em;
}

.NavSection {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 7500;
}

.NavSection div {
    position: relative;
    display: inline-table;
    height: 99px;
    width: auto;
    font-size: 0.80em;
    vertical-align: top;
}

.NavSection div.logo {
    height: 99px;
    width: 180px;
    background-image: url("../images/petroboss_logo.png");
    background-size: 185px;
    background-position: 2px 16px;
    background-repeat: no-repeat no-repeat;
}

.NavSection div a {
    padding-top: 38px;
    display: inline-table;
    width: 100%;
    height: 60px;
    display: block;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: rgba(0, 0, 0, 1);
    pointer-events: auto;
    text-decoration: none;
    margin-right: 30px;
}

.NavSection div a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(210, 105, 30, 1);
}

.NavSelected {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 0, 0, 1) !important;
}

.OpenSection {
    position: relative;
    height: 700px;
    width: 100%;
    background-color: transparent;
    pointer-events: none;
}

.ClosedSectionWhite {
    position: relative;
    height: 600px;
    width: 100%;
    min-width: 100% !important;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgb(255, 255, 255);
    background: #ffffff;
    text-align: center;
}

.mainLogo {
    height: 120px !important;
    width: auto;
    margin-top: 30px;
}

.mainImage {
    height: 460px !important;
}

.mainBrand {
    height: 130px !important;
    width: auto !important;
    margin-top: -20px;
}

.ClosedSectionWhite img {
    margin-top: 0px;
    height: 600px;
    position: relative;
}

.ClosedSectionBlack {
    position: relative;
    display: block;
    height: 600px;
    width: 100%;
    min-width: 100% !important;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.FooterSection {
    margin-top: 100px;
    position: relative;
    background-color: #191919;
    height: 60px;
    width: 100%;
    font-size: 10px;
    color: #998675;
    text-align: center;
    padding-top: 40px;
}

div.ClosedSectionBlack .CharcoalBase {
    position: relative;
    display: block;
    margin: auto;
    background-color: #3d3d3d;
    text-align: center;
    height: 500px;
    width: 750px;
    display: block;
    top: 50px;
    overflow: hidden;
}

div.ClosedSectionWhite .WhiteBase {
    position: relative;
    display: block;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    border: 1PX Solid transparent;
    text-align: center;
    height: 500px;
    width: 760px;
    display: block;
    top: 50px;
    overflow: hidden;
}

.TextSection {
    position: absolute;
    width: 400px;
    display: block;
    color: #ffffff;
    margin: 0px 20px 20px 20px;
    text-align: left;
}

.TextSection p {
    width: 300px;

}

.Branding {
    position: relative;
    display: block;
    text-align: center;
}

.Right {
    position: absolute;
    margin-left: 430px;
}

.Ships {
    background-image: url("../images/PetroBossAbout.jpg");
    background-repeat: no-repeat;
    background-position: -60px;
}

.Towers {
    background-image: url("../images/PetroBossAbout2.jpg");
    background-repeat: no-repeat;
    background-position: 340px;
}

.Pipes {
    background-image: url("../images/PetroBossAbout1.jpg");
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: -19%;
}

.RoundLogo {
    background-image: url("../images/petroboss_Round.png");
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 10px 50px;
}

/* reCaptcha */
div.g-recaptcha{width:310px !important;}

/* Form Formating */

#MessageTable {
    position: relative;
    display: block;
    width: 350px;
    margin-top: 50px;
    margin-left: 450px;
}

#MessageTable tr td {
    text-align: left;
    font-size: 14px
}

#MessageTable tr td input,
#MessageTable tr td textarea {
    width: 300px;
}
#iLocknKey{
    color:transparent;
}
.InputText {
    height: 30px;
    min-height: 16px;
    width: 100%;
    border: 1px solid #cecece;
}

.InputArea {
    height: 90px;
    min-height: 16px;
    width: 100%;
    border: 1px solid #cecece;
}

.InputButton,
#iSubmit {
    height: 30px;
    width: 32% !important;
    border: none;
    background-color: rgba(10, 10, 10, 1);
    color: rgba(255, 255, 255, 1);
}

.InputButton:disabled,
#iSubmit[disabled] {
    height: 30px;
    width: 32% !important;
    border: none;
    background-color: rgba(10, 10, 10, 0.2);
    color: rgba(255, 255, 255, 1);
}

.InputButton:hover {
    background-color: rgba(153, 134, 117, 1);
    cursor: pointer;
}

.InputItem:invalid {
    background-color: rgba(135, 135, 135, 0.2);
    color: rgba(10, 10, 10, 0.4) !important;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 11pt;
    border: 1px solid #cecece;
    font-style: italic;
}

.InputItem:valid,
.InputItem:focus {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(10, 10, 10, 0.6) !important;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 11pt;
    border: 1px solid #cecece;
    font-style: normal;
}

/* Rottating Image Stuff */

.slideshow {
    margin: 0;
    width: auto;
    height: 100vh;
    border: 1px solid transparent;
    padding: 0;
}

.slideshow img {
    width: 100%;
    min-width: auto;
    min-height: 100vh;
    overflow: hidden;
}

.BreadCrumb {
    font-size: 16px;
    position: relative;
    width: 300px;
    left: 14px;
    top: 54px;
    font-weight: bold;
}

.MessageThanks {
    position: relative;
    display: block;
    background: RGBA(255, 255, 255, 1);
    height: 320px;
    width: 300px;
    left: 440px;
    top: 90px;
    font-size: larger;
    border: 1px solid transparent;
}

.MessageThanks p {
    margin-top: 33%;
}

.reset {
    font-size: smaller;
    color: #3d3d3d;
    cursor: pointer;
    text-decoration: none;

}

.reset:hover {
    color: orangered;
}

.hiddenAnchor {
    border: none;
    text-decoration: none;
}

 .ErrorText{
    color:#ff0000;
    font-size: smaller;
 }
/*Apple IPhone*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
    body {
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgba(255, 255, 255, 1);
        background-color: rgb(255, 255, 255);
        background: #ffffff;
        font-size: 3.2vw !important;
    }

    .TextSection p {
        width: 360px !important;
        font-size: 2.1vw !important;
    }

    .NavSection {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 150px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        z-index: 7500;
    }

    .ClosedSectionWhite img {
        margin-top: -10px;
        width: 80%;
        position: relative;
    }

    .mainLogo {
        padding: 30px !important;
        width: 500px !important;
        height: auto !important;
    }

    .mainImage {
        margin-top: -70px !important;
        position: relative;
    }

    #HamBurgerNav {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 5px;
        color: #fff;
        top: 120px;
        left: 0px;
        list-style: none;
        z-index: 8000;
    }

    .HamBurgerButton {
        position: relative;
        display: inline-block;
        width: 110px !important;
        height: 150px !important;
        background-image: url("../images/BurgerMenu.png");
        background-size: 40%;
        background-repeat: no-repeat no-repeat;
        background-position: 20px 38px;
        cursor: pointer;
    }

    .NavSection div.logo {
        height: 140px;
        width: 500px;
        background-image: url("../images/petroboss_logo.png");
        background-size: 390px;
        background-position: 2px 16px;
        background-repeat: no-repeat no-repeat;
    }

    .BreadCrumb {
        font-size: 3.1vw !important;
        position: relative;
        width: 600px;
        left: 30px;
        top: 80px;
        font-weight: bold !important;
    }

    ul {
        width: 100%
    }

    #HamBurgerNav li {
        padding: 20px;
    }

    #HamBurgerNav li a {
        margin-left: 220px
    }

    .Ships {
        background-position: 50px !important;
    }

    .Towers {
        background-position: 400px !important;
    }

    .Pipes {
        background-size: 450px !important;
        background-position: -30% !important;
    }

    .Right {
        margin-left: 360px !important;
    }
}

/*Android*/
@media only screen and (min-device-width : 384px) and (max-device-width : 800px) and (orientation : portrait) {
    body {
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgba(255, 255, 255, 1);
        background-color: rgb(255, 255, 255);
        background: #ffffff;
        font-size: 3.5vw;
    }

    .TextSection p {
        width: 360px !important;
        font-size: 2.3vw !important;
    }

    .NavSection {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 150px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        z-index: 7500;
    }

    .ClosedSectionWhite img {
        height: auto;
        position: relative;
    }

    #HamBurgerNav {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 5px;
        color: #fff;
        top: 120px;
        left: 0px;
        list-style: none;
        z-index: 8000;
    }

    .HamBurgerButton {
        position: relative;
        display: inline-block;
        width: 110px !important;
        height: 150px !important;
        background-image: url("../images/BurgerMenu.png");
        background-size: 70%;
        background-repeat: no-repeat no-repeat;
        background-position: 20px 38px;
        cursor: pointer;
    }

    .NavSection div.logo {
        height: 140px;
        width: 500px;
        background-image: url("../images/petroboss_logo.png");
        background-size: 390px;
        background-position: 2px 16px;
        background-repeat: no-repeat no-repeat;
    }

    .BreadCrumb {
        font-size: 3.1vw !important;
        position: relative;
        width: 600px;
        left: 30px;
        top: 80px;
        font-weight: bold !important;
    }

    ul {
        width: 100%
    }

    #HamBurgerNav li {
        padding: 12px;
    }

    #HamBurgerNav li a {
        margin-left: 122px
    }

    .Ships {
        background-position: 90px !important;
    }

    .Towers {
        background-position: 400px !important;
    }

    .Pipes {
        background-size: 450px !important;
        background-position: -40% !important;
    }

    .Right {
        margin-left: 360px !important;
    }
}