/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
font-family: arial, helvetica, sans-serif;    
}

/* Set Font size */
html, body, div {
font-size: 18px;    
}

li, ul, strong, blockquote, ol {
font-size: inherit;	
}	

/* selected fonts
font-family: 'IBM Plex Sans', sans-serif;
    */

h1 {
    font-size: 36px;
}

h2 {
   font-size: 36px; 
}

h3 {
   font-size: 26px; 
}

h4 {
   font-size: 20px; 
}

p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
}

a {
    text-decoration: none;
    color: inherit;
}

p a {
    text-decoration: underline;
    color: inherit;
}

#logo h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: gray;
}

#gallery #halfblock #inset span strong, #gallery #halfblock #inset span {
    /*font-size: 30px;*/
    display: block;
}

#gallery #halfblock:nth-of-type(2) #inset p:nth-of-type(1) {
	line-height:normal;
	font-size:3.2vw;
}

#gallery #halfblock:nth-of-type(2) #inset p {
	line-height:normal;
	font-size:1vw;
}

#gallery #fifthblock span {
	display:block;
}

#gallery #fifthblock:nth-of-type(1) #fullblock p:nth-of-type(1) {
	font-size:.7vw;
	text-transform:uppercase;
	line-height:normal;
}

#gallery #fifthblock:nth-of-type(1) #fullblock p:nth-of-type(2) {
	font-size: 1.2vw;
	line-height:normal;
}


#gallery #fifthblock:nth-of-type(1) #fullblock span:nth-of-type(3), #gallery #halfblock:nth-of-type(2) #inset span:nth-of-type(3), #gallery #halfblock:nth-of-type(2) #inset span:nth-of-type(2) {
	font-size:1vw!important;
}

#gallery #fifthblock:nth-of-type(1) #fullblock i, #gallery #halfblock:nth-of-type(2) i {
	font-size:2.8vw;
	vertical-align:middle;
}

span.entry-date::after {
	content:"";
	padding:5% 0;
	display:block;
	width:100%;
}

ul{
	padding:0%;
}

ul li {
text-align: left !important;	
	margin-left: 6%;
}

.section_banner * {
text-shadow: 2px 2px 2px gray;
}

/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */