/* STYLING FOR FRONT PAGE
Theme Name: AI4UniDiversity v2

Version: 2.0.2
*/


.site-inner, .entry {padding-top: 0 !important;}
h2 {font-size: clamp(2rem, 1.0455rem + 4.3636vw, 3.5rem) !important;}
h3 {font-size: clamp(2rem, 1.3636rem + 2.9091vw, 3rem) !important;}
body {background-color: var(--light1);}
.site-inner {padding-left: 0; padding-right: 0px;}

.entry-title {display: none !important;}
@media only screen and (min-width: 960px) {.content {max-width: 896px;}}

.cover-panel {
  background-color: var(--light2);
  padding: 0.5em;
  margin-top: 0;
  margin-bottom: 2em;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover-contents {width: 100%;}
@media only screen and (max-width:600px) {.cover-logo {padding:0 15%;}}

/* HIDE AND SHOW FOR MOBILE */
@media only screen and (max-width:600px) {.hide-upto-601 {display: none;}}
@media only screen and (min-width:601px) {.hide-above-600 {display: none;color: red;}}

.wp-block-image .aligncenter {max-width: 300px;} /* OVERIDE AUTO IMG SETTINGS FOR QR CODE */
.wp-block-image :where(figcaption) {all: unset; text-align: center; text-wrap:balance;}

.wp-block-image, .wp-block-image .alignright {background-color: transparent;}

/* POST ARCHIVE STYLING */
.content .entry {padding: 0 !important;}
.entry-content ul > li {list-style-type: none;}
.entry-content ol, .entry-content ul {padding-left: 0;}


.entry-content {padding-left: 0.5em;padding-right: 0.5em}