@charset "utf-8";
@font-face {
  font-family:"Noto Sans Sinhala";
  src:url(/static/fonts/NotoSansSinhala-Regular.ttf);
  unicode-range: U+D80-DFF;
}
@font-face {
  font-family:"Bhashita Complex";
  src:url(/static/fonts/BhashitaComplex.ttf);
  unicode-range: U+D80-DFF;
}
@font-face {
  font-family:"Bhashita Complex Sans";
  src:url(/static/fonts/BhashitaComplexSans.ttf);
  unicode-range: U+D80-DFF;
}
@font-face {
  font-family:"Iskola Potha";
  src:url(/static/fonts/IskolaPotha.woff);
  unicode-range: U+D80-DFF;
}
@font-face {
  font-family:"Iskola Potha Bold";
  src:url(/static/fonts/IskolaPothaBold.woff);
  unicode-range: U+D80-DFF;
}
@font-face {
  font-family:"Abhaya Libre";
  src:url(/static/fonts/AbhayaLibre-Regular.ttf);
  unicode-range: U+D80-DFF;
}
@font-face {
  font-family:"Abhaya Libre Bold";
  src:url(/static/fonts/AbhayaLibre-Bold.ttf);
  unicode-range: U+D80-DFF;
}

#header {
    border-style: none;
    width: 100%;
    height: auto;
    background-color: #808080;
}
#wrapper {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8F8F8;
    width: 96%;   
    max-width: 960px;   
    overflow-x: clip;
}
body {
    background-color: #E0E0E0;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    /* font-size: 0.9em; */
    text-align: justify;
    color: #474747;
}
h1 {
    color: #270c39;
    font-size: 1.5rem;
}
#footer {
    text-align: center;
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F8F8F8;
    border-top: thin solid #BBBBBB;
    clear: both;
    color: #969696;
}
#nav li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    list-style-type: none;
    border-bottom: thin solid #e0e0e0;
    color: #1e9d36;
    left: 0px;
    list-style-position: inside;
}
#nav li a {
    text-decoration: none;
}
#rightsidebar {
    width: 22%;
    height: auto;
    float: right;
    padding-right: 2%;
}
#main {
    width: 100%;
}
/* #recent div.col-sm-2 {
    display: flex; 
    justify-content: center; 
    align-items: center;
} 
#recent div.artwork-cont {
    max-width: 160px;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    padding: 6px;
    margin: 5px;
    background-color: #E0E0E0;
}
#recent div.artwork {
    max-width: 125px;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
} */
#recent img {
    max-width: 125px;
    max-height: 125px;
    margin: auto;
    display: block;
}
#main :not(h1), #search_group {
    font-family: Abhaya Libre, Abhaya Libre Bold, Noto Sans Sinhala, Bhashita Complex,Bhashita Complex Sans,Trebuchet MS,Helvetica,sans-serif,Sans Serif;
}
#logo {
    float: left;
    padding-left: 20px;
    clear: left;
}
#top_menu {
    float: right;
    clear: right;
    padding: 20px 20px 10px 0px;
    /* font-size: 1.1em; */
    color: #270c39;
}
#search_group {
    float: right;
    clear: right;
    padding: 10px 20px 20px 0px;
    /* font-size: 1.2em; */
    color: #270c39;
}
#search_text {
    max-width: 180px;
}
#search_type {
    max-width: 130px;
}
#nav_menu {
    float: left;
    clear: both;
    width: 100%;
    padding: 0px 24px 0px 24px; 
    /* font-size: 1.1em; */
    color: #FFFFFF;
    background-color: #606060;
    box-sizing: border-box;
}
#top_banner {
    width: 100%;
    background-color: #F0F0F0;
}
#top_banner a {
    text-decoration: none;
    color: black;
}
.clearfix::after {
    clear: both;
    display: block;
    content: "";
}
.row {
    float: left;
    clear: both;
    /* display: block;
    width: 100%; */
    box-sizing: border-box;
}
.text-center {
    text-align: center;
}
.col-4 {
    width: 25%;
    max-width: 240px;
    /* height: 25vw; */
    max-height: 240px;
    box-sizing: border-box;
    float: left;
    clear: none;
    padding: 2%;
}
.numb-item {
    /* background-color: white; */
    border: 3px solid white; 
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
}
.numb-item img {
    width: 50%;
    margin-top: 10%;
}
.numb-item h3 {
    font-weight: 900;
    margin: 0px;
    font-size: 2em;
    margin-top: -0.2em;
}
.numb-item p {
    font-size: 1.1em;
    margin: 0px auto 20px auto;
}
table.month td {
    border: 1px solid rgb(221, 221, 221);
    padding: 20px;
    text-align: center;
}
table.month th {
    padding: 2px 0px;
    text-align: center;
}
th.month {
    display: none;
}
