/* 
    Created on : 18.03.2019, 21:52:40
    Author     : Gulov Khurshed
    Description: Especially for Educational web-app Donish.org
*/
body {
    margin: 0;
    /* padding: 100px 0 0 0; */
    background-color: #f8f9fa!important;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
}

img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1920px!important;
}

.courseTitle {
    margin: 0;
    text-transform: uppercase;
}

.courseDescription {
    text-align: justify;
    text-indent: 1em;
}

.courseDescription p:first-child {
    margin: 0;
}

ul.coursemeta {
    padding: 0;
    list-style-type: none;
}

ul.coursemeta li {
    color: #222;
    line-height: 2;
    font-size: 1.1em;
    /*filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));*/
}

.topbar {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 20px;
    background: white;
    margin-bottom: 8px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    z-index: 10;
}

.menu {
    float: left;
    line-height: 48px;
}

ul.menuitems {
    margin: 0 0 0 16px;
    /*margin-left: 16px;*/
    padding: 0;
    list-style-type: none;
}
ul.menuitems li {
    float: left;
    /*padding: 0 1em;*/
    margin-right: 16px;
}
ul.menuitems li a {
    opacity: 0.6;
    color: #535353;
    text-decoration: none;    
    text-transform: uppercase;
    transition: all 0.2s linear;
}
ul.menuitems li a:hover {
    opacity: 1;
}
div.logo {
    float: left;
    max-height: 100%;
    height: 100%;
}

div.logo a {
    display: block;
}

div.logo span {
    vertical-align: middle;
    font-size: 24px;
    color: #495057;
}


div.logo img.logoImg {
    vertical-align: middle;
    width: 90px;
}

div.logo .title {
    float: left;
    color: #495057;
    display: table;
    height: 100%;
    margin-left: 8px;
}

div.logo .title>div {
    display: table-cell;
    vertical-align: middle;
}

div.logo h3, div.logo h5 {
    margin: 0;
}

/*a {
    text-decoration: none;
    color: black;
}*/

h1,h2,h3,h4,h5,h6{
    color: #495057;
}

.blockHeading {
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    font-weight: bold;
}

.alert p {
    margin: 0;
}

blockquote {
    border-left: 2px solid green;
    padding-left: 8px;
}

.dcontent p {
    margin-bottom: 0.5em!important;
}


.figure {
    min-width: 100px;
    width: 100%;
    display: block;
    text-align: center;
}

.figure img {
    max-width: 80%;
}

.dblock {
    clear: both;
}

table.middlecontent td{
    vertical-align: middle;
}

.dcode {
    margin-bottom: 2em;
}

.dheading {
    margin-top: 2em;
}

#banner, #banner img {
    width: 100%;
}