/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2025 | 03:20:50 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body {
background: url('https://pacificidb.com/wp-content/uploads/2024/07/Design-for-PIDB-Website.jpg') top center;
background-size: contain;
background-attachment: fixed;
font-size: 14px;
line-height: 18px;
}

p {
font-size: 1em;
line-height:1.5em;
text-align: justify !important;
}

p.small-p {
    font-size: 0.8em;
}

h2 {
font-size: 1.8em !important;
line-height: auto;
text-align: center !important
}

h3 {
font-size: 1.6em !important;
font-weight: 700;
line-height: auto
}

h4 {
color: teal !important;	
font-family: 'MuseoSlab500Regular', Arial;
font-size: 1.4em !important;
font-weight: 700;
text-transform: capitalize;
line-height: auto
}

div.center {
	text-align: center !important
}

.font-size-70-pct {
	font-size: 70%;
}

/* misc */
.btn-blue {
	background: #0066ae;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 1em 1.1em;
	transition: all .5s ease;
	text-align: center
}

.btn-blue:hover {
	background: #497987;
	color: #dedede;
}

