/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
font-family: 'oswald', 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: 24px;
}

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 #sidewrapper button, #header #sidewrapper #quarterblock li, #nav li a {
	font-size: 1.1vw;
}


#gallery #halfblock span strong {
	font-size: 5vw;
	text-transform:uppercase;
	display:block;
}

#gallery #halfblock span strong:nth-of-type(2) {
	margin-top:-5%;
}


#header #thirdblock:nth-of-type(3) li {
	font-size:1.3vw;
	padding:1%;
}



::placeholder, #gallery #thirdblock input[type="submit"]  {
	font-size: 1vw;
}

#gallery #fullblock #thirdblock #twothirdsblock li {
	text-align: left;
	display:block;
	font-size: 1vw;
	font-weight:bold;
}

ul{
	padding:0%;
}

.section_banner * {
text-shadow: 2px 2px 2px gray;
}

.sub-title {
font-weight:350;}

h2.has-x-large-font-size {
font-size:80px!important;
text-transform:uppercase;}

h2.has-large-font-size {
font-size:50px!important;
	margin-bottom:0px;
	margin-top:0px;
text-transform:uppercase;}

h3.has-x-large-font-size {
text-transform:uppercase;
font-size:70px!important;}

p.has-medium-font-size {
font-size:20px!important;
line-height:28px!important;}


/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */