﻿body {
    background-image: url(cnw_new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 300vh;
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: "Montserrat", sans-serif
}

body, html {
    height: 100%
}


.cnw-img-right {
    float: right;
    margin-right: 15px
}

.cnw-img-left {
    float: left;
    margin-right: 15px
}

.cnw-img-center {
    text-align: center
}

.cnw-img-full {
    width: 100%;
    margin-top: 50px;
}

.w3-container h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0px;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: blue;
}



.w3-container p {
    font-size: 18px;
    margin: 10px;
}

.w3-container h3 {
    font-size: 24px !important;
    padding-bottom: 0px;
    font-weight: 700;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: blue;
}



.w3-content {
    width: 100%
}





#editor {
    margin-top: 50px;
    background-color:white;
}



#heading img {
    display: block;
    margin: auto;
}


.ql-toolbar {
    background-color: white;
    overflow: visible !important;
    max-width:950px;
}



div.imageDisplay {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}
