/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
 font-family: "Quicksand", sans-serif;
}


/* Set Font size */
html, body, div {
font-size: 18px;    
}

li, ul, strong, blockquote, ol {
font-size: inherit;	
	text-align: left !important;
}	

/* 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: 2em;
}

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 #fullblock #halfblock #fifthblock span {
	text-transform:uppercase;
	font-size:1.8vw;
	text-shadow: 5px 5px 5px black;
}

#pebbles span {
	text-transform:uppercase;
}

main h2  {
	font-size:24px;
	margin-bottom:10px;
}

main h4 {
	font-weight:normal;
}

main #twothirdsblock:nth-of-type(1) p, main #twothirdsblock:nth-of-type(1) label, main form table tbody span  {
	font-size: 16px;
}

ul{
	margin-left: 30px;
}

.section_banner * {
text-shadow: 2px 2px 2px gray;
}

button {
	font-family: "Quicksand", sans-serif!important;
}

/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */