/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
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 {
    font-size: 36px;
}

h2 {
   font-size: 36px; 
}

h3 {
   font-size: 26px; 
}

h4 {
   font-size: 20px; 
}

p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 28px;
}

a {
    text-decoration: none;
    color: inherit;
}

p a {
    text-decoration: underline;
    color: inherit;
}

#logo h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: gray;
}

#topnav #page #halfblock li{
	font-size:16px;
}

#gallery #halfblock #inset span strong, #gallery #halfblock #inset span {
    font-size: 30px;
    display: block;
}

#front #main #fullblock:nth-of-type(1) span strong{
	font-size:1.4vw;
	display:block;
}

#front #main #fullblock:nth-of-type(2) #quarterblock #twothirdsblock span {
	display:block;
	font-size: 1.1vw;
	font-weight:bold;
}

.wp-block-group.servicelinks .wp-block-cover .wp-block-cover__inner-container p:nth-of-type(1) {
	font-size:1.4vw;	
}
	
.servicelinks p {
        line-height: normal;
 }

.servicelinks p a {
	text-decoration:none;
}

.servicelinks p:nth-of-type(2) {
font-size:1.2vw;
}



.branded-gradient span.wp-block-heading {
	font-size:50px;
	font-weight:bold;
}

.branded-gradient p {
	font-size:20px;
}

ul{
	padding:0%;
}

ul li {
text-align: left !important;	
	margin-left: 6%;
}
.section_banner * {
text-shadow: 2px 2px 2px gray;
}

#main li, #front li {
margin-top: 30px;
margin-bottom: 20px;	
}

/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */