* {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
}

.nav {
    position: fixed;
    top: 20vw;
    right: 0;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background-image: url('../images/nav.png');
    border-radius: 50px 0px 0px 50px;
    z-index: 1000;
    /* -moz-box-shadow: 0 5px #37441e;
    -webkit-box-shadow: 0 5px #37441e;
    box-shadow: 0 5px #37441e; */
}

.menu {
    position: fixed;
    top: 10vw;
    right: 0;
    width: 0;
    background: #53672E;
    color: white;
    display: block;
    border-radius: 50px 0px 0px 50px;
    z-index: 1001;
    white-space: nowrap;
}

.menu>ul {
    columns: 1;
    padding: 10px;
}

.menu>ul>li {
    padding: 7px;
    font-weight: bold;
    /* font-size: 1.1em; */
    font-size: 15pt;
    cursor: pointer;
    list-style: none;
    list-style-image: none;
}

h1 {
    /* max-width: 70vw; */
    margin: auto;
    text-align: center;
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #53672E;
}

h2 {
    text-align: left;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h3 {
    text-align: left;
    /* padding-left: 20px; */
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h4 {
    text-align: left;
    font-size: .8em;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

p {
    font-size: 1em;
}

img {
    max-width: 100%;
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/bg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    height: 20vw;
    color: white;
    padding: 2vw 1vw 1vw 1vw;
}

.cvfc {
    text-align: center;
    font-size: 4vw;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-align: center;
}

.htext {
    font-size: 2vw;
    text-align: center;
}

.icons {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 2000;
}

/* .icons {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 2000;
} */

.coverall {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.maincontainer {
    position: relative;
    width: 1250px;
    max-width: 100%;
    margin: auto;
    /* min-height: calc(100vh - 20vw); */
    min-height: 100vh;
    padding: 0 10px 10px 10px;
}

.editor {
    display: grid;
    grid-template-columns: 1250px 1fr;
    column-gap: 10px;
}

.cmsoptions {
    border: 1px solid black;
    background-color: white;
    margin-right: 10px;
}

.maincontainercms {
    /* position: relative;
    top: 10px; */
    width: 1250px;
    max-width: 100%;
    margin: auto;
    height: 47vh; 
    overflow-y: scroll;
    padding: 0 10px 0 10px;
    background-color: white;
    border: 1px solid black;
}

.twocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

.twocoldiv {
    position: relative;
    padding: 0 10px 10px 10px;
}

.bdiv {
    padding-top: 10px;
}

.linkdiv {
    display: inline-block;
    border: 1px solid black;
}

.linktext {
    max-width: 100%;
    /* width: 412px; */
    width: 517px;
}

.buttondiv {
    text-align: right;
}


.password {
    width: 150px;
}

.cmsbutton1 {
    background-color: #53672E;
    border-radius: 5px;
    color: white;
    font-size: .8em;
    min-width: 100px;
}

.cmsbutton2 {
    background-color: #2e4967;
    border-radius: 5px;
    color: white;
    font-size: .8em;
    min-width: 100px;
}

.cmsbutton3 {
    background-color: #672e36;
    border-radius: 5px;
    color: white;
    font-size: .8em;
    min-width: 100px;
}

.cmsbutton5 {
    background-color: #67502e;
    border-radius: 5px;
    color: white;
    font-size: .8em;
    min-width: 100px;
}

.cmsbutton6 {
    background-color: #2e6764;
    border-radius: 5px;
    color: white;
    font-size: .8em;
    min-width: 100px;
}

.cmsbutton4 {
    background-color: none;
    border-radius: 5px;
    font-size: .8em;
    min-width: 100px;
}


.buttongreen {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    width: 90%;
    margin: auto;
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
}

.button1 {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
}

.button2 {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    width: 50%;
    margin: auto;
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
}

.button4 {
    background: #53672E;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    width: 160px;
    min-width: 160px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #37441e;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
}

.button4red {
    background: rgb(160, 76, 76);
}


.dul {
    list-style: none;
    columns: 1;
    background-color: white;
    border: 1px solid #37441e;
    padding: 0;
    width: 550px;
    max-width: 100%;
}

.dul>li {
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none;
    list-style-image: none;
    cursor: pointer;
}

#p0images {
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgb(255, 255, 255);
}

th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

tr:nth-child(even) {
    background: #CCC
}

tr:nth-child(odd) {
    background: #FFF
}

td {
    padding-left: 5px;
}

.tablediv {
    background-color: white;
    border: 1px solid #37441e;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.errmsg3 {
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.warning {
    font-weight: bold;
    color: white;
    background-color: rgb(248, 115, 6);
    padding: 5px;
    border-radius: 5px;
    display: none;
    margin-bottom: 5px;
}

.cenhead {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    color: #37441e;
}

.inputfile {
    display: none;
}

.filename {
    background-color: white;
    border: 1px solid #37441e;
    padding-left: 5px;
    margin-bottom: 30px;
    height: 25px;
    max-height: 25px;
    width: 550px;
    max-width: 100%;
    overflow: hidden;
}


a {
    color: white;
    text-decoration: none;
}


.indent {
    padding-left: 15px
}

.ared {
    color: darkred;
    text-decoration: underline;
    font-weight: bold;
}

.toolbox {
    position: relative;
    /* background-color: lightgray; */
    top: 15px;
    width: 1250px;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}

.toolbar {
    display: grid;
    grid-template-columns: 550px 1fr;
    column-gap: 2px;
}

.toolbar>div {
    margin-bottom: 0;
    /* border: 1px solid black; */
}

.padbot {
    margin-bottom: 4px;
}

.seclab {
    width: 80px;
    min-width: 76px;
    display:inline-block;
}

.lightgreyborder {
    border: 1px solid lightgray;
    background-color: white;
}

.lightgrey {
    background-color: lightgrey;
}

.fullwidth {
    width: 100%;
    display: none;
}

.cmstextarea {
    width: 100%;
    height: 35vh;
    resize: none;
    padding: 20px;
    margin-bottom: 10px;
}

.ul1 {
    list-style: none;
    padding-left: 2vw;
    columns: 1;
}

.ol1 {
    list-style: none;
    padding-left: 2vw;
    columns: 1;
}

.ol1 li {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: decimal;
}

ul {
    list-style: none;
    padding-left: 2vw;
    columns: 2;
}

ol {
    list-style: none;
    padding-left: 2vw;
    columns: 2;
}

.btext {
    font-weight: bold;

}

.sline {
    line-height: .9em;
    /* padding: 0; */
    margin-bottom: 0;
}

.stext {
    position: relative;
    width: 1250px;
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: white;
}

.gtext {
    background-color: #bec9a9;
}

select {
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.selectcms {
    /* width: 100%; */
    max-width: 100%;
    width: 308px;
    font-size: .85em;
    /* margin-bottom: 10px; */
}

.selectcms2 {
    max-width: 100%;
    width: 100%;
    font-size: .85em;
    /* margin-bottom: 10px; */
}

.selectcms3 {
    /* width: 100%; */
    max-width: 100%;
    width: 270px;
    font-size: .85em;
    margin-bottom: 0;
}

li {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    list-style-image: url("../images/ul.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
}

ol li {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: decimal;
}

.imgtext {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: .8em;
    font-weight: bold;
    margin-bottom: 10px;
}

.w90 {
    max-width: 90px;
}

.cendiv {
    text-align: center;
}

.gborder {
    display: block;
    max-width: 1250px;
    margin: 0 10px 20px 10px;
    padding: 10px;
    border: 2px solid #53672E;
    border-radius: 10px;
    -moz-box-shadow: 5 5px #37441e;
    -webkit-box-shadow: 5 5px #37441e;
    box-shadow: 5px 5px #37441e;
    background-color: #bec9a9;
}

.gmargin {
    margin: auto;
}

.gbordercms {
    position: relative;
    top: 10px;
    display: block;
    background-color: #bec9a9;
    max-width: 1264px;
    margin: 0 auto 10px auto;
    padding: 10px;
    border: 2px solid #53672E;
    border-radius: 10px;
    -moz-box-shadow: 5 5px #37441e;
    -webkit-box-shadow: 5 5px #37441e;
    box-shadow: 5px 5px #37441e;
}

footer {
    /* background: #53672E;
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    -moz-box-shadow: 0 5px #37441e;
    -webkit-box-shadow: 0 5px #37441e;
    box-shadow: 0 5px #37441e;
    border: 1px solid #37441e;
    border-radius: 20px 4px 20px 4px;
    position: absolute;
    bottom: 5px;
    min-height: 100px; */

    background: #53672E;
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-color: #37441e;
    border: 10px 1px 1px 1px;
    border-radius: 20px 20px 0px 0px;
}

.footerdiv {
    margin: auto;
    max-width: 1200px;
    text-align: center;

}

footer ul {
    list-style: none;
    list-style-image: none;
    columns: 1;
    margin: 0;
    padding: 0;
}

footer ul li {
    color: white;
    display: inline-block;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.dropdownlist,
.inputtext {
    width: 550px;
    max-width: 100%;
    height: 25px;
    max-height: 25px;
    font-size: 1em;
    margin-bottom: 10px;
}

.etext {
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 10px;
    resize: none;
}

.epad {
    padding: 0, 10px 10px 10px;
}

.botpad {
    margin-bottom: 20px;
}

.toppad {
    margin-top: 20px;
}

.pad10 {
    padding: 10px;

}

.full {
    width: 100%;
    font-size: .8em;
    line-height: 1.1em;
    text-align: center;
    font-weight: normal;
}

.canvasdiv {
    display: none;
    /* border: 2px solid black; */
}

#canvas10 {
    width: 600px;
    max-width: 100%;
    text-align: center;
}

#finaldoc {
    background-color: white;
    border: 1px solid black;
}

.basicdiv {
    margin-top: 5px;
    padding-left: 5px;
    border: 1px solid black;
    background-color: white;
    /* max-width: 550px; */
}

@media (max-width: 1250px) {
    .twocol {
        display: block;
        max-width: 600px;
        margin: auto;
    }

    .stext {
        width: 600px;
        max-width: 100%;
        margin: auto;
    }

    ul {
        padding-left: 5vw;
        columns: 1;
    }

    ol {
        padding-left: 5vw;
        columns: 1;
    }

    .menu>ul {
        padding-left: 10px;
    }

    .button2 {
        width: 580px;
        max-width: calc(100% - 20px);
    }

    .hero {
        height: 25vw;
    }

    .cvfc {
        font-size: 4.5vw;
    }

    .htext {
        font-size: 2.5vw;
    }

    .nav {
        top: 25vw;
    }

    .menu {
        top: 12.5vw;
    }

}

@media (max-width: 769px) {
    body {
        font-size: 1.2em;
    }


    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.3em;
    }

    .hero {
        height: 35vw;
    }

    .cvfc {
        font-size: 5.5vw;
    }

    .htext {
        font-size: 3.5vw;
    }

    .nav {
        top: 35vw;
    }

    .menu {
        top: 0;
    }

}

@media (max-width: 481px) {

    .hero {
        height: 80vw;
    }

    .cvfc {
        font-size: 8vw;
    }

    .htext {
        font-size: 5vw;
    }

    .nav {
        top: 80vw;
    }

    .menu {
        top: 0;
    }

}