﻿

/* Main Container to hold entire page content. It centralise and control the maximum width size for readable. */
.cls-main-container {
    margin: auto;
    width: 100%;
    max-width: 800px;
}


.cls-outer-ifram-container {
    max-width: 70%;
}

.cls-ifram-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-left: 20px;
    border: solid;
    border-radius: 8px;
}

.cls-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.cls-social-logo {
    vertical-align: bottom;
    position: relative;
    display: inline-block;
    width: 8%;
    background: none;
    border-radius: 8px;
    max-height: 40px;
    max-width: 40px;
}

.cls-footer-icon {
    margin-left: 15px;
}

.cls-head1 {
    font-size: 28pt;
    font-family: sans-serif, 'Arial Black', Gadget, sans-serif;
    color: #000000;
    line-height: 1.5;
    text-shadow: 2px 2px 2px #808080;
    margin-left: 15px;
    margin-right: 20px;
}

.cls-head2 {
    font-size: 18pt;
    font-family: sans-serif, 'Arial Black', Gadget, sans-serif;
    color: #000000;
    line-height: 1;
    text-shadow: 2px 2px 2px #808080;
    margin-left: 15px;
    margin-right: 20px;
    padding: 2px;
}

.cls-head3 {
    font-size: 14pt;
    font-family: sans-serif, 'Arial Black', Gadget, sans-serif;
    color: #000000;
    line-height: 1;
    text-shadow: 2px 2px 2px #808080;
    margin-left: 15px;
    margin-right: 20px;
    padding: 2px;
}

.cls-body-content {
    font-size: 16pt;
    font-family: sans-serif, Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 1.2;
    margin-left: 15px;
    margin-right: 20px;
}

.cls-footer-content {
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 1.2;
    margin-left: 15px;
    margin-right: 20px;
}


.cls-image-center {
    display: block;
    max-width: 70%;
    height: auto;
    margin-left: auto; /* Centerise the image. */
    margin-right: auto; /* Centerise the image. */
    border-radius: 10px;
    border-style: solid;
    box-shadow: 0 20px 50px 0 rgb(128, 128, 128);
}


.cls-article-img-icon {
    vertical-align: top;
    display: inline-block;
    display: table-row;
    float: left;
    margin: 0px 30px 10px 0px;
    width: 40%;
    border-color: greenyellow;
    border: solid 1px;
    border-radius: 10px;
    box-shadow: 0 5px 50px 0 rgb(128, 128, 128);
}

.cls-article-row {
    display: flex;
}

.cls-article-body-content {
    font-size: 16pt;
    font-family: sans-serif, Arial, Helvetica, sans-serif;
    color: dimgray;
    line-height: 1.3;
}

.cls-article-heading2 {
    font-size: 12pt;
    font-family: sans-serif, 'Arial Black', Gadget, sans-serif;
    color: #000000;
    line-height: 1;
    text-shadow: 2px 2px 2px #808080;
    margin-left: 15px;
    margin-right: 20px;
    padding: 2px;
}



