﻿

body {
    font-size: 1rem;
    font-family: 'Bai Jamjuree', sans-serif;
    margin: 0px;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bai Jamjuree', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Bai Jamjuree', sans-serif;
}
h6{
    color:dimgray;
}
.gray{
    color:darkgray;
}
.no-js .top-bar {
    display: none;
}


/*  Navigation section */
    nav.tob-bar
    {
        text-align: center;
    }

    header{ background-color:whitesmoke;
         
    }
    header img{
        width:80%;
        padding:10px;
    }

@media screen and (min-width: 10em) {
    .mypad{
        padding-top:40px;
        padding-bottom:40px
    }
}
    @media screen and (min-width: 40em) {
        .no-js .top-bar {
            display: block;
        }

        .no-js .title-bar {
            display: none;
        }

        .bannertextmain {
            font-size: 5rem;
        }

            .bannertextmain h2 {
                font-size: 1.8rem;
            }

        .mypad2 {
            padding: 60px
        }
    }

#mainnav {
    background-color: white;
    padding-top: 15px;
    border-bottom: solid 1px silver;
}

.menu .myactive > a {
    background-color: dimgray;
    color: white;
}

.menu > li > a {
    display: block;
    padding: 1.5rem 1.5rem;
    line-height: 1;
    font-size: 0.8rem;
    color: dimgray;
    text-transform: uppercase;
    
    -webkit-transition: background-color 1s;
    /*font-weight: bold;*/
    margin-right: 4px;
}

    .menu > li > a:hover {
        background-color: #1c467f;
        color: white;
    }

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    border: none;
}
    /* End Navigation section */


    .banner {
        min-height: 75vh;
        background-color: whitesmoke;
        background-image:url('../resources/images/desk.png');
        background-size:48%;
        background-repeat:no-repeat;
        background-position:bottom right;
    }
    .underbanner{
        background-color:#1c467f;
        color:whitesmoke
    }
    .underbanner a{
        color:whitesmoke;
    }
    /* Content section */
    .content {
        background-color: whitesmoke;
    }

    .contentbox {
    }

    .subcontentbox {
        display: block;
        min-height: 200px;
        border: solid 1px silver;
        background-color: white;
    }

.leftbg {
    min-height: 60vh;
    background-color: white;
    background-image: url('../resources/images/certsfiles.jpg');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom left;
    border-bottom:dotted 1px silver;
}

.rightbg {
    min-height: 60vh;
    background-color: whitesmoke;
    background-image: url('../resources/images/cmsstudentlist.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
    .readmorelink {
        background-color: #01b6ab;
        text-align: center;
        padding: 10px;
        display: block;
        width: 80px;
        height: 15px;
        color: white;
        text-decoration: none;
        float: right;
    }
    /* Content section */
    footer {
        min-height: 35vh;
        /*width:101%;*/
        color: dimgray;
        background-color:whitesmoke;
        /*margin-left:-5px;*/
    }
    footer a{
        color:dimgray;
    }


    .newsdiv {
        border-bottom: solid 1px silver;
        padding: 5px;
        display: inline-block;
        min-width: 90%;
    }

    .datediv {
        display: block;
        width: 40px;
        height: 50px;
        background-color: #0099CC;
        color: white;
        float: left;
        padding: 5px;
        margin: 10px;
        font-size: 16px;
    }

    .newstext {
        font-size: 14px;
    }





    textarea {
        height: 140px;
    }

    select {
        height: 35px;
    }




.pricing-table {
    background-color: #fefefe;
    border: solid 1px #cacaca;
    width: 100%;
    text-align: center;
    list-style-type: none;
}

    .pricing-table li {
        border-bottom: dotted 1px #cacaca;
        padding: 0.875rem 1.125rem;
    }

        .pricing-table li:last-child {
            border-bottom: 0;
        }

    .pricing-table .title {
        background-color: #0a0a0a;
        color: #fefefe;
        border-bottom: 0;
    }

    .pricing-table .price {
        background-color: #e6e6e6;
        font-size: 2rem;
        border-bottom: 0;
    }

    .pricing-table .description {
        color: #8a8a8a;
        font-size: 80%;
    }

    .pricing-table :last-child {
        margin-bottom: 0;
    }
