body {
    margin: 0;
    font-size: 0.95em;
    font-family: "Segoe UI", "Roboto", "Kiron";
    font-size: 1.1em;
}

div#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10000;
}
div#opacityLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

div#wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

h1, h2, h3 {
    color: #15C39A;
    font-weight: 400;
}

h2#pageHeading {
    margin-top: 0px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: center;
    letter-spacing: 5px;
    border-bottom: 1px solid #15C39A;
}


em {
    color: #15C39A;
    font-style: normal;
}

p {
    text-align: justify;
}

article a {
    color: rgba(0,116,232, 1);
    text-decoration: none;
    border-bottom: 0.5px dotted rgba(0,116,232, 1);
}

article a:hover {
    color: rgba(0,116,232, 0.7);
}


article#content {
    width: 95%;
    max-width: 960px;
    margin: 0% auto;
    padding: 2% 0% 0%;
    word-spacing: 3px;
    line-height: 1.4;
    font-weight: 300;
    font-size: 1.15em;
}

article#content img {
    max-width: 100%; 
    height: auto;
}

@media only screen and (max-width: 767px) {

    div#wrapper {
        padding-left: 0px;
        transition: all 0.4s ease 0s;
    }

    div#opacityLayer {
    }


    article#content {
        width: 95%;
        padding: 2.5%;
        padding-top: 56px;
    }

    
    h2#pageHeading {
        margin-top: 0%;
        margin-bottom: 2.5%;
        padding-bottom: 2.5%;
    }

}