/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
    font-family: 'Poppins', 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;
    font-family: 'Open Sans', sans-serif;
}

h2 {
   font-size: 36px;
    font-family: 'Open Sans', sans-serif;   
}

h3 {
   font-size: 26px;
    font-family: 'Open Sans', sans-serif;   
}

h4 {
   font-size: 20px; 
}

p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
}

a {
    text-decoration: none;
    color: inherit;
}

#page > a, p a {
    text-decoration: underline;
    color: inherit;
}

#logo h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: gray;
}

#gallery #fullblock > span strong, #gallery #fullblock > span {
    font-size: 40px;
	font-weight: bold;
    display: block;
	text-align:center;
	margin-bottom: 20px;
}



.section_banner * {
text-shadow: 2px 2px 2px gray;
}

.button { display:inline-block; 
	width:auto; 
	height:auto; 
	background: var(--green);
    padding: 5%; 
	border-radius: 50px;
	padding: 1% 4% !important;
    color: white;
    margin-bottom: 5%;
		}

#halfblock #thirdblock strong > a {
width: 98%;	
}

/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */