/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
font-family: 'Ariel', sans-serif;    
}

h1,h2,h3,h4,h5,h6,h7,h8 {
font-family:'Alice', serif;
}

p, blockquote, ol, ul, li, body, div, strong,html, a {
	font-family:'Montserrat', 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,h2,h3,h4 {
	font-style:normal;
	font-weight:500;
}

h1 {
    font-size: 36px;
}

h2 {
   font-size: 36px; 
   margin-bottom:20px;
}

h3 {
   font-size: 26px; 
}

h4 {
   font-size: 20px; 
}

p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28px;
}

a {
    text-decoration: none;
    color: inherit;
}

h3 a {
text-decoration:underline;}

p a {
    text-decoration: underline;
    color: inherit;
}

#topnav li {
	font-size:0.85vw!important;
}

#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;
	text-shadow: 2px 2px 2px black;
}

#gallery h2 {
	font-size:2vw;
		text-shadow: 2px 2px 2px black;
}

#gallery p {
	font-size:1vw;
	line-height:1.4vw;
		text-shadow: 2px 2px 2px black;
}

ul{
	padding:0%;
}

.section_banner * {
text-shadow: 2px 2px 2px gray;
}

/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */