
.editor-nav{
    height:1.8rem;
    width:100vw;
    min-width: 35vw;
    background-color: white;
    font-family: monospace;
    position:fixed;
    font-size: 0.2rem;
    background-color: var(--navy);
    border-bottom: 0.5px solid var(--navy) ;
    color: var(--navy);
    z-index:2;
}

.editor-navbarLeft{
    display: inline;
    float: left;
    margin-left: 3.3vw;
}

#editor-navbarCompanyLogo{
    position: absolute;
    top:0.9rem;
    left:5.4vw;
    height:1.2rem;
    line-height: 1.6rem;
    width:2rem;
    transform: translate(-50%, -50%);
    color:white;
}

#editor-home{
    display: inline;
    margin-left: 8.8vw;
    line-height: 1.8rem;
    font-size: 0.5rem;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.editor-navbarRight{
    display: inline;
    float: right;
    margin-right: 1.3vw;
}

#editor-cog{
    display: inline;
    color: white;
    background-color: inherit;
    font-size: 0.7rem;
    border: none;
    width:1rem;
    line-height: 1.8rem;
    text-align: center;
    cursor: pointer;
}

.editor-nav-container{
    height:30px;
    background-color: red;
    margin-top: 1.8rem;
}

.page-btn{
    color: white;
}

.page-btn-close{
    border-radius: 50%;
    background-color:green;
}

@media screen and (max-width:1000px) {
    .editor-nav{
        height:3rem;
        font-size: 0.4rem;
    }
    #editor-navbarCompanyLogo{
        left:10vw;
        top:1.5rem;
        height:2.2rem;
        line-height: 2.8rem;
        width:4rem;
    }
    #editor-home{
        line-height: 3rem;
        font-size: 1rem;
        margin-left: 15vw;
    }
    #editor-cog{
        font-size: 1.4rem;
        border: none;
        width:2rem;
        line-height: 3rem;
    }
    .editor-navbarRight{
        margin-right: 5vw;
    }
}

@media screen and (max-width:550px) {
    .editor-nav{
        height:4rem;
        font-size: 0.8rem;
    }
    #editor-navbarCompanyLogo{
        left:15vw;
        top:2rem;
        height:3rem;
        line-height: 3rem;
        width:6rem;
    }
    #editor-home{
        line-height: 4rem;
        font-size: 1.2rem;
        margin-left: 30vw;
    }
    #editor-cog{
        font-size: 2rem;
        border: none;
        width:4rem;
        line-height: 4rem;
    }
    .editor-navbarRight{
        margin-right: 7vw;
    }
}
.editor-cover-image{
    font-family: monospace;
    margin-top:2.8rem;
}

.editor-cover-image-input{
    width: 100%;
    height: 1.5rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom:1px solid rgb(195, 197, 197);
    box-sizing: content-box;
    margin-bottom: 20px;
    color: black;
    text-align: center;
    font-size: 0.5rem;
    background-color: rgb(248, 248, 248);
    font-family: monospace;
}

.editor-cover-image-input::placeholder{
    color: black;
    font-size: 0.5rem;
}


@media screen and (max-width:1000px) {
    .editor-cover-image{
        margin-top:4.4rem;
    }.editor-cover-image-input{
        height:2.6rem;
        font-size: 0.8rem;
    }
    .editor-cover-image-input::placeholder{
        font-size: 0.8rem;
    }
}

@media screen and (max-width:550px) {
    .editor-cover-image{
        margin-top:8rem;
    }.editor-cover-image-input{
        height:3rem;
        font-size: 1rem;
    }
    .editor-cover-image-input::placeholder{
        font-size: 1rem;
    }
}
.editor-select{
    background-color:var(--navy);
    height:1.5rem;
    padding:0.25rem 0 0.25rem 0;
    box-sizing: border-box;
}

.editor-selector{
    display: flex;
    height: 1rem;
    font-size: 0.6rem;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    float: right;
}

.editor-selector button{
    color: white;
    font-size:0.6rem;
    background-color: inherit;
    border: none;
    width:0.8rem;
    text-align: center;
}

.editor-selector button:hover{
    background-color: white;
    color:var(--lightest-navy);
    border-radius: 0.25rem;
    
}

@media screen and (max-width:900px) {
    .editor-select{
        height:3rem;
        padding:0.4rem 0 0.4rem 0;
    }
    .editor-selector{
        height: 1.8rem;
        font-size: 0.2rem;
    }
    .editor-selector button{ 
        font-size:1.5rem;
        width:1.4rem;   
    }
}

@media screen and (max-width:550px) {
    .editor-select{
        height:3.4rem;
        padding:0.85rem 0 0.85rem 0;
    }
    .editor-selector{
        height: 2rem;
        font-size: 0.25rem;
    }
    .editor-selector button{ 
        font-size:1.7rem;
        width:1.4rem;   
    }
}

.editor-blogInput{
    display: block;
    height:50vh;
    padding: 0.6rem;
    width: 100%;
    font-size: 0.4rem;
    margin-bottom:.35rem;
    border: 1px solid rgb(195, 197, 197);
    background-color: rgb(248, 248, 248);
    resize: none;
    font-family: monospace;
    box-sizing: border-box;
}

.editor-blogInput::placeholder{
    color: var(--navy);
    font-size: 0.4rem;
}

@media screen and (max-width:1000px) {
    .editor-blogInput{
        font-size: 0.8rem;
        margin-bottom:.4rem;
    }
    .editor-blogInput::placeholder{
        font-size: 1rem;
    }
}

@media screen and (max-width:550px) {
    .editor-blogInput{
        font-size: 1rem;
        margin-bottom:.45rem;
    }
    .editor-blogInput::placeholder{
        font-size: 1.2rem;
    }
}
#editor-submitBlog{
    display: block;
    width:100%;
    height:100%;
    color:var(--navy);
    border: none;
    border: 1px solid rgb(195, 197, 197);
    margin: 0 0 0 0;
    box-sizing: border-box;
    font-size:0.4rem;
    font-weight: 600;
}

#editor-submitBlog:active{
    border: 1px solid rgb(48, 49, 49);
    color: var(--navy);
    background-color:rgba(208, 211, 226, 0.5);
}

.editor-submitDiv{
    height:1rem;
    margin-bottom: 10px;
}

@media screen and (max-width:1000px) {
    #editor-submitBlog{
        font-size:1rem;
    }
    .editor-submitDiv{
        height:2.4rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:550px) {
    #editor-submitBlog{
        font-size:1.4rem;
    }
    .editor-submitDiv{
        height:3rem;
        margin-bottom: 25px;
    }
}
#editor-container{
    display: grid;
    grid-template-columns: 65vw auto;
    overflow: scroll;
}

.main{
    position: fixed;
}

.editor-editor{
    position: relative;
    min-width: 35vw;
    width:60vw;
    max-width: 65vw;
    left: 20vw;
    margin: 0 auto;
}

.editor-editorActive{
    left: 0;
    width:65vw;
    min-width: 35vw;
    max-width: 65vw;
}

.editor-previewDiv{
    grid-column-start: 2;
    display: none;
}

@media screen and (max-width:550px) {
    .editor-editor{
        min-width: 80vw;
        width:80vw;
        max-width: 80vw;
        left: 10vw;
    }
    
    .editor-editorActive{
        min-width: 80vw;
        width:80vw;
        max-width: 80vw;
        left: 10vw;
    }
}
.editor-editor-app{
    display: flex;
    flex-direction: row;
}

/*# sourceMappingURL=767.style.fb7217e3.css.map*/