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

/* Set Font size */
html, body, div, li, ul,  
p, blockquote, ol {
font-size: 18px; 
line-height: 35px;   
font-family: 'Josefin Sans', sans-serif;	
}

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

h1 {
    font-size: 56px;
    font-family: 'Dancing Script', cursive;
}

h2 {
   font-size: 46px; 
   font-family: 'Dancing Script', cursive;
}

h3 {
   font-size: 26px; 
}

h4 {
   font-size: 20px; 
}

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

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

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

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

#header > #page > #halfblock > #halfblock, #header > #page > #halfblock > #halfblock > a {
text-align: center;
font-size: 18px;
}

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

#gallery h1 {
	position:relative;
	z-index: 100;
}

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