﻿
/* 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: 90%;
}

.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-fine-print {
    font-size: 12pt;
    font-family: sans-serif, Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 1.2;
    margin-left: 15px;
    margin-right: 20px;
}

.cls-super-fine-print {
    font-size: 9pt;
    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);
}

/* If the screen size is 600px wide or less, max-width 100% */
@media only screen and (max-width: 600px) {
    .cls-image-center {
        max-width: 95%;
        margin-left: 8px;
    }
}

.cls-box-light-grey{
    background-color: rgb(193, 199, 193);
    border: 3px solid gray;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;    
}

.cls-box-light-green{
    background-color: rgb(209, 236, 218);
    border: 3px solid rgb(79, 138, 118);
    border-radius: 20px;
    padding: 20px;
    margin: 10px;    
}




.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);
}

/* If the screen size is 600px wide or less, max-width 100% */
@media only screen and (max-width: 600px) {
    .cls-article-img-icon {
        width: 95%;
    }
}

.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;
}

/* If the screen size is 600px wide or less, adjust left margin */
@media only screen and (max-width: 600px) {
    .cls-article-heading2 {
        margin-left: 0px;
    }
}

/*----- WORKING ON THIS ------*/
.cls-submit-button-big {
    display: table-row;
    font-size: 30px;
}


.cls-submit-button-big button {
    font-size: 15px;
    font-weight: bold;
    height: 60px;
    border-radius: 40px;
}

/* If the screen size is 600px wide or less, adjust left margin */
@media only screen and (max-width: 600px) {
    .cls-submit-button-big button {
        height: 50px;
        font-size: 12px;
        }
}

.cls-input-textbox {
    display: table-row;
    height: 48px;
}

.cls-input-textbox input {
    display: table-cell;
    border-radius: 3px;
    border: 1px solid #254d04;
    padding: 2px;
    height: 22px;
    width: 60%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
}


/* If the screen size is 600px wide or less, adjust left margin */
@media only screen and (max-width: 600px) {
    .cls-input-textbox input {
        width: 90%;
    }
}

.cls-input-textbox input:hover {
    background-color: #e8fcd7;
}


.cls-input-textbox textarea {
    display: table-cell;
    border-radius: 3px;
    border: 1px solid #254d04;
    padding: 2px;
    width: 60%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
}

/* If the screen size is 600px wide or less, adjust left margin */
@media only screen and (max-width: 600px) {
    .cls-input-textbox textarea {
        width: 90%;
    }
}

.cls-input-textbox textarea:hover {
    background-color: #e8fcd7;
}
