body {
    display: grid;
    height: 100vh;
    grid-template-rows: auto 1fr auto;
    background-color: black;
    position: relative;
}
body, html {
  height: 100%;
  margin: 0;
  background-color: black;
  /* overflow: hidden; */
}

header {
  background: black;
}

main {
  background: black;
  position:relative;
}
main.main-about {
    background-color: black;
    background-image: url('images/cats02.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    display: flex;
    justify-content: center;
}
.main-writes,.main-edits {
    display: flex;
    width:100%;
    background-color: black;
    background-position: right top;
    background-repeat: no-repeat;
}
.main-writes{
    justify-content: center;
}

footer {
  color: black;
  padding: 5px;
  text-align: center;
}
.footer-about {
  background: black;
  padding: 60px;
  text-align: center;
}

body {
  font-family: system-ui, sans-serif;
}

/* END 1-LINE-LAYOUT-CODE */

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Thin.ttf');
}
.main-title{
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
    position:relative;
}
.main-title-frame,.main-title-frame-alt{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 46pt;
    width: 100%;
    background-color: black;
    -webkit-box-shadow: 0px 5px 19px -1px #000000;
    box-shadow: 0px 5px 19px -1px #000000;
    margin-top: 20px;
    margin-bottom: 25px;
    z-index: 1000;
}

.burgerMenu{
    display: none;
    border:solid white 2px;
    cursor: pointer;
    border-radius:2px;
    transform: translateX(-20px);
    padding: 0 10px;
}
.burgerMenu2{
    color: orange;
    display: none;
    border:solid orange 2px;
    cursor: pointer;
    border-radius:2px;
    padding: 0 10px;
    margin-left: 40px;
    font-size:26pt;
    position: absolute;
    top: 55px;
    right: 20px;
}

.main-menu{
    padding-top:10px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 17pt;
}
.main-menu a{
    margin: 0 10px;
}

.main-image{
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-frame{ /*--there are multiple 'main frames'--*/
    position: absolute;
    top:0;
    left:0;
    display: grid;
    place-items: center;
    /* transform: translateX(-50%); */
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120%;
    /* opacity:1; */

}
.main-frame-about{
    width:630px;
    font-family: 'Montserrat', sans-serif;
    display: grid;
    place-items: center;
    padding: 20px;
}
.main-frame-about-text-2{
    text-align: center;
    font-size: 16pt;
    font-weight: 900;
    color:black;
    width:100%;
    padding: 20px;
    background-color: rgba(255,255,255,0.3);
    /* text-shadow: 1px 1px 2px black; */
}

.main-frame-about-3{
    width:630px;
    font-family: 'Montserrat', sans-serif;
    display: grid;
    place-items: center;
    padding: 20px;
    background-color: rgba(0,0,0,0.3);
}
.main-frame-about-text-3{
    text-align: center;
    font-size: 16pt;
    color:white;
    width:100%;
    padding: 20px;
    text-shadow: 1px 1px 2px black;
}

.main-frame-about-4{
    width:630px;
    font-family: 'Montserrat', sans-serif;
    display: grid;
    place-items: center;
    padding: 20px;
    background-color: rgba(255,255,255,0.3);
}
.main-frame-about-text-4{
    text-align: center;
    font-size: 16pt;
    font-weight: 900;
    color:black;
    width:100%;
    padding: 20px;
}

.contactDiv-hldr{
    width:600px;
    margin: auto;
    background:url('images/contactBG.png');
    background:url('images/contactBG2.png');
    background:url('images/contactBG3.png');
    background-repeat:no-repeat;
    background-position:top center;
    display:flex;
    justify-content:center;
}

.contactDiv-hldr2{
    width:600px;
    margin: auto;
    background:url('images/contactBG.png');
    background:url('images/contactBG2.png');
    background:url('images/contactBG3.png');
    background:url('images/contactBG4.png');
    background-repeat:no-repeat;
    background-position:top center;
    display:flex;
    justify-content:center;
}

.contactDiv-hldr3{
    width:600px;
    margin: auto;
    background:url('images/contactBG.png');
    background:url('images/contactBG2.png');
    background:url('images/contactBG3.png');
    background:url('images/contactBG4.png');
    background:url('images/contactBG6.png');
    background-repeat:no-repeat;
    background-position:top center;
    display:flex;
    justify-content:center;
}
.contactDiv{
    margin-top:368px;
    width:100%;
    padding:20px;
    text-align:center;
    font-size: 16pt;
    color:white;
    text-shadow: 1px 1px 5px black;
}
.contactDiv input,.contactDiv textarea{
    padding: 10px;
}
.contactDiv textarea{
    height:150px;
}
.form-element{
    width:70%;padding:15px;font-size:14pt;outline:0;border:none;
    -webkit-box-shadow: 0px 4px 22px 2px rgba(0,0,0,0.56);
    box-shadow: 0px 4px 22px 2px rgba(0,0,0,0.56);
}
.form-element2{
    width:80%;padding:15px;font-size:14pt;outline:0;border:none;
    -webkit-box-shadow: 0px 4px 22px 2px rgba(0,0,0,0.56);
    box-shadow: 0px 4px 22px 2px rgba(0,0,0,0.56);
}

.send-btn{
    cursor:pointer;
    width:83%;
    border:solid white 2px;
    background:black;
    color:white;
    padding:15px
}
.send-btn:hover{
    background:white;color:black;
}
.send-btn:active {
    background:black;color:#ffbf00; border: solid 2px #ffbf00;
}
#emailMsgHldr{
    position: absolute;
    width: 88%;
    height: 100%;
    top:0;
    left:6%;
    display: grid;
    place-items:center;
    background: rgba(0,0,0,0.75);
    display: none;
}
#emailMsg{
    background: white;
    border-radius:5px;
    padding: 30px;
    color:black;
    text-shadow: none;
}
#emailMsgXOut{
    position: absolute;
    top:7px;
    right:10px;
    cursor: pointer;
    color: white;
    transition: transform 0.3s;
}
#emailMsgXOut:hover{
    transform: scale(1.3);
    transition: transform 0.3s;
}

::placeholder {
font-family: 'Montserrat', sans-serif;
  color: black;
  font-weight:bold;
  font-style:italic;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red;
 font-weight:bold;
 font-style:italic;
 font-family: 'Montserrat', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red;
 font-weight:bold;
 font-style:italic;
 font-family: 'Montserrat', sans-serif;
}
.main-frame img{
    /* opacity: 0; */
    height:100%;
}

.image-text-hldr{
    padding:40px;
    max-width:700px;
    height:100%;
    display: grid;
    place-items: center;
    font-size: 30pt;
 }

.image-text,.image-text-wcs,.image-text-wrtgs{
    font-weight:lighter;
    font-size: 16pt;
    font-family: 'Montserrat', sans-serif;
    opacity:1;
    height:auto;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 0px #000;
}

.image-text-hldr>.image-text{
    color:#ffa500;
    font-weight: 600;
    text-shadow: 2px 2px 1px #000;
}
.image-text-wcs span{
    font-style: normal;
    display: block;
    margin-left: 50px;
}
.image-text span{
    /* text-transform: capitalize; */
    font-style: normal;
    /* text-align: center; */
}

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

.saveOuterCirc-modal {
  animation-name: spin;
  animation-duration: 3000;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

.uploadToCC{
    cursor: pointer;
    transition: transform .3s;
}

.uploadToCC:hover{
    transform: scale(3.2);
    transition: transform .3s;
}

.modal{
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    display: none;
    place-items: center;
}
.saveHldr-modal {
    width:50px;height:50px;
    position:relative;
    transform: scale(3)
}
.saveOuterCirc-modal {
    position:absolute;
    width:50px;height:50px;
    border-radius:35px;
    border:dashed yellowgreen 3px;
    box-shadow: 0px 0px 10px 3px rgba(255,255,255,0.97);
}
.saveInnerCirc-modal {
    position:absolute;
    width:35px;height:35px;
    border-radius:18px;
    border:dotted white 2px;
    top:7.5px;left:7.5px;
}
.saveTxtHldr-modal   {
    position:absolute;
    width:150px;
    height:50px;
    display:grid;
    place-items:center;top:3px;
    left:-50px;font-weight:900;
    font-size:11pt;
}

.leftSaverHldr{
    padding:27px 37px 27px 0;
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
    position: absolute;
    top: 50vh;
    left:-4px;
    -webkit-box-shadow: 0px 0px 17px 7px #c5ff00;
    box-shadow: 0px 0px 17px 7px #c5ff00;
    border: dashed #c5ff00 4px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6) , black);
    cursor: pointer;
    transition: transform 0.3s;
    display: none;
}
.leftSaver{
    background: white;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding:12px;
    padding-right:16px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 17px 3px #c5ff00;
    box-shadow: 0px 0px 17px 3px #c5ff00;
    background-image: linear-gradient(to left, white , #e1ffa9);
}

.rightSaverHldr{
    padding:27px 0 27px 37px;
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
    position: absolute;
    top: 50vh;
    right:-4px;
    -webkit-box-shadow: 0px 0px 17px 7px #c5ff00;
    box-shadow: 0px 0px 17px 7px #c5ff00;
    border: dashed #c5ff00 4px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) , black);
    cursor: pointer;
    transition: transform 0.3s;
    display: none;
}
.rightSaver{
    background: white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding:12px;
    padding-left:16px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 17px 3px #c5ff00;
    box-shadow: 0px 0px 17px 3px #c5ff00;
    background-image: linear-gradient(to right, white , #e1ffa9);
}
.leftSaverHldr:hover,.rightSaverHldr:hover {
    transform:scale(1.2);
    transition: transform 0.3s;
}

.image-text-wrtgs{
    font-style: normal;
}
.image-text-wrtgs h3{
    /* margin-top:50px;
    margin-top:50px; */
    text-align:left;
    margin-bottom:5px;
}
.image-text-wcs{
    margin-bottom: 50px;
}

a,.mi {
    color:white;
    text-decoration: none;
    border-bottom: solid black 2px;
}
a.actv,a:hover,.mi:hover {

    border-bottom: dotted white 2px;
}

.main-menu a{
    font-weight: bold;
}

.scrollbar-track{
    background: black !important;
}
.scrollbar-thumb{
    background: #222 !important;

}

#scroll-hldr{
    width:100%;
    padding-top:40px;
    /* height:500px; */
    overflow-y: scroll;
    outline: none;
    position: absolute;
}

.image-text-wrtgs h3 a{
    color: orange;
}
.left-side{
    /* padding:50px 20px 20px 20px; */
    background:rgba(0,0,0,0.75);
    color:orange;
    /* position:absolute;
    top:0px;left:0; */
    /* width:auto;max-width: 300px;min-width:100px; */
    width:25%;
    /* height:90%; */
    /* overflow-y:scroll; */
    font-family:'Montserrat';
    font-size:26px;
    line-height: 1.5;
    position: relative;
}
.left-side a{
    margin-bottom: 10px;
    color: orange;
    padding-left: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
  width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.theModal,.theModal2{
    width:100vw;
    height:100vh;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 1000;
    display: none;
}
.theModal2 a{
    color: orange;
}
.theModal2 a:hover{
    border-bottom: dotted 2px orange;
}

.theModalMenu{
    background: rgba(0, 0, 0, 0.75);
    padding:30px;
    width: 40vw;
    height: 100vh;
    -webkit-box-shadow: 5px 4px 29px 5px #000000;
    box-shadow: 5px 4px 29px 5px #000000;
    transform: translateX(-100%);
}
.theModalMenu a{
    display: block;
    font-size: 26pt;
    margin: 0px 5px;
    cursor: pointer;
}
.editGear{
	position:absolute;
	top:3px;
	right:3px;
	color:red;
    cursor: pointer;
}
.editGear a{color: black;}
.editGear:hover{
    text-shadow: 0 0 15px white;
}
.content-about{
    display: flex;
    justify-content:center;
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.content-about-full{
    display: block;
    justify-content:center;
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight:bold;
    font-style:normal;
}

.cat-img-div{
    width:65%;
}
.cat-txt-div{
    width:35%;
    font-weight:bold;
    color:white;
    /* width:100%; */
    padding-left: 20px;
    padding-right: 20px;
    /* background-color: rgba(0,0,0,0.55);
    background-color: rgba(30,30,30,0.55); */
    /* text-shadow: 1px 2px 2px black; */
    /* background-color: white;
    color:black; */
    font-style: normal;
    display: grid;
    place-items:center;
}
.middle,.middle-edits{
    width:31%;
    background-color: rgba(0,0,0,0.75);
}
.middle-edits{
    width:41%;
    background-color: rgba(0,0,0,0.75);
    padding-top: 55px;
    padding-top: 50px;
    padding-left:40px;
}
.right-side{width:54%;}
.right-side-edits{width:45%;}


.editsPageImg{
    height:150px;
}

.tiSpan{
    visibility:hidden;
    color:rgba(0,0,0,0);
    font-size:40pt;
    text-shadow: 2px 2px 1px #000;
}
div.tiSpan{ font-style: italic;}
@media only screen and (max-width: 1330px) {

    .left-side a{display: none;}
    .burgerMenu2{
        display: inline-block;
    }
    /*----WRITES PAGE ----*/

    /*----EDITS PAGE ----*/
}

@media only screen and (max-width: 1120px) {
    .main-title-frame {
        font-size: 36pt;
    }
    .image-text-wcs, .image-text-wrtgs {
        font-size: 36pt;
    }
    .burgerMenu{
        display: inline-block;
    }
    .main-menu{
        display:none;
    }
    .content-about{
        width:100%;
        margin:auto;
        padding: 20px;
        display: block;
    }

    .cat-img-div{
        width:100%;
    }
    .cat-txt-div{
        padding: 0px;
        width:100%;
        font-weight:bold;
        color:white;
        /* width:100%; */
        background-color: rgba(0,0,0,0.55);
        text-shadow: 1px 2px 2px black;
    }
    /*----WRITES PAGE ----*/
    .left-side{
        width:60px;
        padding: 0 20px;
    }
    .middle{
        width:95%;
        padding-right:15px;
    }
    .right-side{width:0%;}
    /*----EDITS PAGE ----*/
    .left-side{
        width:60px;
        padding: 0 20px;
    }
    .middle-edits{
        width:100%;
        padding-right:15px;
    }
    .main-edits{
        background-image: url('images/zazabars.png');
        background-attachment: fixed;
        background-size: 100% auto;
    }
    .right-side-edits{width:0%;}
    /*----CONTACT PAGE ----*/
    .contactDiv-hldr{
        width:100%;
        background-size: 100% auto;
    }
    .contactDiv, .contactDiv input, .contactDiv textarea, .form-element{
        font-size: 36pt;
    }
    .contactDiv{
        margin-top:489px;
        font-size: 36pt;
    }
    .contactDiv textarea{
        height: 400px;
    }
}

@media only screen and (max-width: 980px) {
    /*----INDEX---*/
    .main-title-frame {
        font-size: 31pt;
    }
    .image-text-wcs, .image-text-wrtgs {
        font-size: 31pt;
    }
    .image-text-hldr>.image-text{
        padding:40px;
        max-width:700px;
        height:100%;
        display: grid;
        place-items: center;
        font-size: 40pt;
     }
    .tiSpan{
        visibility:visible;
        color:#ffa500;
        font-size:40pt;
        text-shadow: 2px 2px 1px #000;
    }
     /*----WRITES PAGE ----*/
     .middle{
         width:100%;
         padding:50px;
     }
     /*----EDITS PAGE ----*/
     .middle-edits{
         padding-top: 0;
     }
     .editsPageImg{
         height:250px;
     }
}

@media only screen and (max-width: 875px) {
    .main-title-frame {
        font-size: 26pt;
    }
    .image-text-wcs, .image-text-wrtgs {
        font-size: 30pt;
    }
}
.sortable{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.writetitle{
    width: 100%;
    color: white;
    font-size: 20pt;
    border: dashed orange 2px;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    background: black;
}
.codex-editor{
    background:gainsboro;
}
.writetitle input, .writetitle textarea,.editr input,.editr textarea{
    width: 95%;
    color: white;
    font-size: 20pt;
    border: none;
    outline: none;
    border-radius: 16px;
    padding: 16px;
    background: #121111;
}
.writetitle textarea{
    font-size: 12pt;
}
.editr textarea{
    font-size: 14pt;
}
.editr input,.editr textarea{
    font-family: Montserrat;
    text-align: left;
}

.yelo-header-btn{
	height:35px;
	border-radius: 20px;
	line-height: 34px;
    background: linear-gradient(#FFBF00,#977409);
	color: #000;
	border:none;
	margin: 0 3px;
	font-weight:bold;
	font-size:16pt;
    padding-left:16px;
    padding-right:16px;
    cursor: pointer;
    border: solid black 1px;
    text-align: center;
    box-shadow:5px 5px 27px 13px rgba(0,0,0,0.74);
}
.yelo-header-btn-actv,.yelo-header-btn:hover{
    background: linear-gradient(#000,#000);
    border: solid orange 1px;
	color: orange;
	-webkit-box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.56);
	box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.56);
}

.blak-header-btn{
	height:35px;
	border-radius: 20px;
    background: linear-gradient(#000,#000);
	line-height: 34px;
	color: #ffbf00;
    width: 100%;
    outline: none;
    border-radius: 16px;
    padding: 16px;
	position: relative;
	font-size:16pt;
    padding-left:16px;
    padding-right:16px;
    border: dashed orange 1px;
    margin-bottom: 16px;
}
/* .blak-header-btn:hover{
    background: linear-gradient(#FFBF00,#b48a0a);
    border: solid black 1px;
	color: black;
	-webkit-box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.56);
	box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.56);
} */

.bi-trash,.editSpan{
    cursor: pointer;
    margin-left:10px;
}
.bi-trash:hover{
    color: red;
}
.editSpan:hover{
    color: #00ffa0;
}

.publishBtn{
    position:fixed;
    right:0;
    top:300px;
    height:110px;
    padding-top:25px;
    text-align:center;
    overflow:hidden;
}

.drandle{
    background: linear-gradient(#FFBF00,#b48a0a);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    position: absolute;
    top:0;
    right:0;
    height:100%;
    width: 100px;
	color: rgba(0,0,0,0.3);
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1;
    display: grid;
    place-items:center;
    cursor: grab;
	-webkit-box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.56);
	box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.56);
}

.drzr-btn{
    font-weight:bold;width: 95px;height:32px;border-radius:10px;text-align: center;font-size: 16pt; cursor:pointer;
}


    /*``````````````````````````````````/
  /               LOGIN               /
/..................................*/
.loginHldr form{
    width:604px;
    margin: auto;
    color: white;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1.2rem;
    border: solid white 2px;
    font-size:24pt;
    font-family: 'fff_tusjbold';
}
.loginHldr input{
    border: solid white 2px;
    font-size:20pt;
    font-family: 'fff_tusjbold';
    padding: 5px 16px;
    border-radius: 9px;
    width: 380px;
    outline:0;
}
.loginHldr input[type = submit]{
font-family: 'fff_tusjbold';
    width:100%;
    cursor: pointer;
}
.loginHldr input[type = submit]:hover, #submitBtn:hover, .flstkbtn{
    background: rgb(59, 59, 59);
    color: rgb(239, 239, 239);
    border:dashed gold 2px;
    cursor: pointer;
}
#loginErrorMsg{
    text-align: center;
    font-family: 'fff_tusjbold';
    font-size:24pt;
    color: #cdff00;
}

#submitBtn{
    padding: 0 20px;
    cursor: pointer;
}
