/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    text-decoration: none;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    padding: 0;
    margin-bottom: 0.5rem;
}

h1 a {
    color: #009900;
}

h1 a:hover{
    text-shadow: 0 0 0.2rem #A5EFFF;
}

h7 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: chocolate;
    letter-spacing: 0.1em;
    display: block;
    padding: 0;
}

h7 a {
    color: #9000FF;
}

h7 a:hover{
    text-shadow: 0 0 0.2rem #A5EFFF;
}

hr {
    border: 0;
    -webkit-box-shadow: 0 0 0.2rem 0.1rem #86fcf3; 
    box-shadow: 0 0 0.2rem 0.1rem #86fcf3;
    margin: 0.5rem 0 1rem 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: justify;
    
    background: #0B2200;
    background: -moz-linear-gradient(left, #0B2200 0%, #212200 50%, #220000 100%);
    background: -webkit-linear-gradient(left, #0B2200 0%, #212200 50%, #220000 100%);
    background: linear-gradient(to right, #0B2200 0%, #212200 50%, #220000 100%);
}

p {
    text-align: justify;
    letter-spacing: 0.1em;
    padding: 0.3rem 0 0.3rem 0;
}

pubDate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    padding: 0.2rem 0 0.2rem 0;
    color: #7F9900;
    display: block;
    letter-spacing: 0;
}

pubDate:hover {
    font-size: 1rem;
    text-shadow: 0 0 0.2rem #A5EFFF;    
}

@keyframes pFilter {
    50% {
        -webkit-filter: grayscale(100%); 
        filter: grayscale(100%);
    }
}

img {
    margin: 0.3rem;
    float: none;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    animation: pFilter 5s infinite;
}

.main {
    color: yellow;
    float: left;
    width: 70%;
    padding:0 2rem;
    animation: fadeIn 0.5s;
}

#lstContentOne {
    font-size: 1rem;
    text-align: justify;
    display: block;
    overflow: hidden;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    padding: 0.5rem;
}

#lstContent {
    font-size: 1rem;
    text-align: justify;
    display: none;
    overflow: hidden;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    column-count: 3;
    column-gap: 2rem;
    column-rule-style: solid;    
    column-rule-width: 0.1rem;
    column-rule-color: lightblue;
}

#lstContent:hover {
    font-size: 1.1rem;
    animation: fadeIn 0.5s;    
}

.lstContent img {
    box-shadow: 0 0 0.2rem 0.1rem #58FFFC;
    -webkit-box-shadow: 0 0 0.2rem 0.1rem #58FFFC;
    
    object-fit: fill;    
}

.lstContent img:hover {
    box-shadow: 0 0 0.5rem 0.2rem #58FFFC;
    -webkit-box-shadow: 0 0 0.5rem 0.2rem #58FFFC; 
}

.right {
    width:29%;
    color: aquamarine;
    font-size: 1rem;
    float: left;
    padding: 1.3rem 2rem 0 2rem;
    position: relative;
}

.aside, .dailyWord {
    width:100%;
    text-align: left;
    font-size: 1rem;
    float:left;
    margin: 0 auto 2rem auto;
    position: relative;
    padding: 1rem;
    
    background: transparent;
    
    -webkit-border-radius: 1rem 1rem 1rem 1rem;
    -moz-border-radius: 1rem 1rem 1rem 1rem;
    border-radius: 1rem 1rem 1rem 1rem;

    -webkit-box-shadow: 0 0 0.5rem 0.2rem #2ECE31; 
    box-shadow: 0 0 0.5rem 0.2rem #2ECE31;
}

.aside:hover, .dailyWord:hover {
    -webkit-box-shadow: 0 0 1rem 0.4rem #2ECE31;
    box-shadow: 0 0 1rem 0.4rem #2ECE31;
}

.gotop {
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    float: right;
    color: aqua;
    padding: 0 0 0.8rem 0;
}

.gotop a {
    color: aqua;
}

.gotop a:hover {
    color: yellow;
    text-shadow: 0 0 0.5rem yellow;
    
    animation: fadeIn 0.5s;    
}

.footer {
    background: #00AEFF;
    background: -moz-linear-gradient(top, #00AEFF 0%, #013362 100%);
    background: -webkit-linear-gradient(top, #00AEFF 0%, #013362 100%);
    background: linear-gradient(to bottom, #00AEFF 0%, #013362 100%);
    
    font-family:cursive;
    color: #ffffff;
    text-align: justify;
    font-size: 0.7rem;
    padding: 2rem;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 1.2;
    
    -webkit-box-shadow: inset 0 0 1rem 0.2rem #FFFF00; 
    box-shadow: inset 0 0 1rem 0.2rem #FFFF00;
}

.footer h7 {
    font-family: cursive;
    font-size: 1.3em;
}

table {
    width: auto;
    color: darkblue;
    overflow-x: auto;
    background: transparent;
    
    -webkit-box-shadow: 0 0 0.5rem 0.1rem #A71342; 
    box-shadow: 0 0 0.5rem 0.1rem #A71342;
}

.table td, table th {
    empty-cells: hide;    
}

.table thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 0.2rem solid #444444;
}

.table thead th {
    font-weight: bold;
    color: #FFFFFF;
}

.table thead th:first-child {
    border-left: none;
}

.table tbody td {
    padding: 0.2rem;
}

table tr a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: red;
    text-shadow: 0 0 0.2rem #00FFEE;
}

table tr .links{
    color: #001A1A;    
}

table tr:nth-child(odd) {
    color: #001A1A;
    
    background: #B8FFB6;
    background: -moz-linear-gradient(top, #B8FFB6 0%, #80B17E 50%, #B8FFB6 100%);
    background: -webkit-linear-gradient(top, #B8FFB6 0%, #80B17E 50%, #B8FFB6 100%);
    background: linear-gradient(to bottom, #B8FFB6 0%, #80B17E 50%, #B8FFB6 100%);
}

table tr:nth-child(even) {
    color: #001A1A;
    
    background: #FF9F9F;
    background: -moz-linear-gradient(top, #FF9F9F 0%, #AA6A6A 50%, #FF9F9F 100%);
    background: -webkit-linear-gradient(top, #FF9F9F 0%, #AA6A6A 50%, #FF9F9F 100%);
    background: linear-gradient(to bottom, #FF9F9F 0%, #AA6A6A 50%, #FF9F9F 100%);
}

table tr td a:any-link {
    color: blue;
    text-shadow: 0 0 0.2rem #00FFEE;    
}

.table tfoot {
    font-weight: bold;
    color: #001A1A;
    
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 0.2rem solid #444444;
}

.table tfoot td {
    font-weight: bold;
}

.table tfoot .links {
    text-align: right;
}

.table tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
    color: aqua;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: transparent;
    color: crimson;
    cursor: pointer;
    font-size: 1.2rem;
    text-shadow: 0 0 1rem #00FFEE;
    display: block;
}

.collapsible a:hover {
    color: blue;
}

.speakText {
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border: 0;
    outline: none;
    background-color: transparent;
    display: block;
    float: left;
}

.stopSpeak {
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border: 0;
    outline: none;
    background-color: transparent;
    display: none;
    float: left;
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: translateY(-2rem);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Responsive Style */
@media screen and (max-width:1220px) {
    /* For mobile phones: */
    .main, .right {
        width: 100%;
    }
    
    h1, h1 a {
        font-size: 1.3rem;
    }
    
    h7, h7 a {
        font-size: 1.2rem;
    }
    
    #lstContent {
        column-count: 3;
    }    
}    



@media screen and (min-width: 881px)  {
    img {
        max-width: 95%;
    }
    
    #lstContent {
        column-count: 3;
    }    
}



@media screen and (min-width: 481px) and (max-width: 880px) {
    img {
        max-width: 90%;
    }
    
    #lstContent {
        column-count: 2;    
    }    
}



@media screen and (max-width: 480px) {
    h1, h1 a {
        font-size: 1.2rem;
    }
    
    h7, h7 a {
        font-size: 1.1rem;
    }
    
    img {
        max-width: 85%;
    }
    
    #lstContent {
        column-count: 1;    
    }    
}



@media screen and (max-width: 360px) {
    h1, h1 a {
        font-size: 1.1rem;
    }
    
    h7, h7 a {
        font-size: 1.1rem;
    }

    img {
        max-width: 80%;
    }
    
    #lstContent {
        column-count: 1;    
    }    
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

iframe {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}