#header #logo-title {
	text-indent: -99999999px;
	position: absolute;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	line-height: 28px;
	letter-spacing: .2px;
	color:var(--text-color);
}
a, p, span, div{
    font-size: var(--normal);
}
h1,h2,h3,h4,h5,h6{ font-weight: bold; color:var(--dark-text);}
h1{font-size:var(--xxlarge);}
h2{font-size:var(--xlarge);}
h3{font-size:var(--large);}
h4{font-size:var(--medium);}
h5{font-size:var(--normal);}
h6{font-size:var(--small);}

p {
	line-height: 28px;
	margin: 10px 0;
}

.txt-center{text-align: center;}
.txt-right{text-align: right;}
.txt-left{text-align: left;}
.section-title {
	margin-top: 50px;
	margin-bottom: 25px;
	font-size: 20px;
}
b, strong{font-weight: bold;}

a{ text-decoration: none; color:var(--link-color);}