body {
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Open Sans', sans-serif;
    background: rgb(188, 215, 238);
    /* font-size: 13pt; */
    font-weight: 500;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url("../images/armi1.jpg");
    background-repeat: no-repeat;
    /* background-repeat: repeat-y; */
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right)); */
}

.topheader {
    position: relative;
    height: auto;
    min-height: 30px;
    width: 100%;
    background-color: #626263;
    color: white;
    font-size: 13pt;
    line-height: 1.8em;
    font-weight: normal;
    /* overflow: hidden; */
    display: block;
}

.midheader {
    position: relative;
    max-width: 1600px;
    margin: auto;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

a {
    padding-left: 10px;
    color: white;
    text-decoration: none;
}

.amsg {
    font-size: 13pt;
    padding-left: 0;
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

.pmsg {
    font-size: 13pt;
}

.menuhome {
    padding-left: 10px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

h2 {
    text-align: center;
    font-size: 14pt;
    font-weight: 600;
    /* line-height: 0.9em; */
    /* background-color: lightgrey; */
    background: rgba(255, 255, 255, 0.8);
    /* padding: 5px 5px 5px 5px; */
    border-radius: 5px;
}

h3 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 10pt;
    font-weight: 600;
    line-height: 1em;
}

.ita {
    font-style: italic;
    font-weight: bold;
}

.textdivs {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.main-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url("images/bglarge.jpg");
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: top; */
    /* min-height: calc(100vh - 2px); */
    /* border: 1px solid rgb(158, 158, 158); */
    min-height: 1066px;
}

.content-container {
    border: none;
}

.button0 {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px;
    text-align: center;
    /* padding-top: 3px; */
    cursor: pointer;
    background: rgb(89, 89, 89);
    color: white;
    width: auto;
    max-width: 100px;
    font-weight: 500;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
}

.button1 {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px;
    text-align: center;
    /* padding-top: 3px; */
    cursor: pointer;
    background: rgb(89, 89, 89);
    color: white;
    width: auto;
    max-width: 90px;
    font-weight: 500;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
}

.button1red {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px;
    text-align: center;
    /* padding-top: 3px; */
    cursor: pointer;
    background: red;
    color: white;
    width: auto;
    max-width: 90px;
    font-weight: 500;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
}

.page {
    margin: 0px 10px 0px 10px;
    /* display: none; */
}

#page0 {
    border: none;
}

.page0-container {
    position: relative;
    width: 100px;
    margin: 10px auto 0 auto;
    border: 1px solid rgb(141, 138, 138);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 10px;
    background: rgb(236, 234, 234);
}

.page0-container input {
    margin-bottom: 10px;
    font-size: 13px;
}

.problem {
    font-weight: bold;
    color: red;
    text-align: center;
}

.listcolours {
    margin: 2px 5px 2px 5px;
    padding: 1px 0px 1px 5px;
    color: #fff;
    border: 1px solid #777;
    border-radius: 5px;
    cursor: pointer;
}

.page1sites {
    width: 95%;
    margin: 0 auto;
}

/* .page1sites {
    max-width: 400px;
    width: 95%;
    margin: 0 auto;
} */

.listresults {
    margin: 0 0 0 0;
    padding: 0 0 0 1%;
    white-space: nowrap;
    /* color: #000;  */
    border: 1px solid #777;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.objcontainer {
    margin: 0 0 0 0;
    padding: 0 0 0 1%;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    /* border: 1px solid #777;
    border-radius: 5px; */
}

.obj2container {
    margin: 0 0 0 0;
    padding: 0 0 0 1%;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.page2results {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid black; */
}

.page3breaches {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.page4siteresults {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.page4score {
    display: flex;
    border: 1px solid lightgray;
}

.page4des {
    font-size: 11pt;
    flex: 2;
}

.p4grey {
    background: lightgrey;
}

.page4numinput {
    flex: 0;
    width: 70px;
    max-width: 70px;
    font-size: 16px;
}

#page4notes {
    font-size: 16px;
}

.page4strong {
    font-weight: bold;
}

.page4buttons {
    display: flex;
}

.pagebuttoncontainer {
    width: 90px;
    margin: auto;
}

.fulldivwidth {
    padding-right: 10px;
    padding-bottom: 5px;
}

.fulldivwidth input {
    width: 100%;
    padding-right: 5px;
}

.buttoninline {
    display: flex;
    padding-bottom: 5px;
}

.buttondivs {
    margin-top: 10px;
    padding-top: 5px;
}

.page11photos {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto 12px auto;
    overflow: hidden;
}

.photobuttons {
    max-width: 100px;
    display: inline;
}

.photocanvas {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    text-align: center;
    display: none;
}

.inputfile {
    border: 0;
    font-weight: 700;
    background: rgb(89, 89, 89);
    color: #fff;
    margin-left: 10px;
    text-align: center;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.buttons11 {
    border: 1px solid rgb(102, 102, 102);
    border-radius: 3px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    background: rgb(89, 89, 89);
    color: white;
    width: auto;
    font-weight: 500;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
    margin-right: 5px;
    display: none;
}

.inputfile+label {
    color: white;
    background: rgb(89, 89, 89);
    display: inline-block;
    margin-left: 0px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgb(102, 102, 102);
    padding: 5px 5px 5px 5px;
    margin-right: 10px;
}

#canvas {
    max-width: 100%;
    border: 1px solid black;
}

@media (max-width: 480px) {
    .nav1 {
        display: none;
    }

    .nav2 {
        display: flex;
    }

    /* .main-container {
        background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url("images/bgsmall.jpg");
    } */
    .page {
        margin: 0px 10px 0px 10px;
    }

    .objcontainer {
        font-size: 12px;
    }

    .obj2container {
        font-size: 12px;
    }
}