/*
 * Theme Name:		Wordpress Theme Child
 * Description:		Child Theme 			
 * Author:		R
 * Author URI:		http://i.gov.ph
 * License:			MIT License
 * License URI:		http://www.opensource.org/licenses/mit-license.php
 * Tags: 			theme-options, rtl-language-support, featured-images, editor-style, custom-menu, 
 *					responsive-layout, right-sidebar, left-sidebar, one-column, two-columns, three-columns
Template: gwt-wordpress-25.0

 */
@import url("../gwt25/theme.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body{
    font-family: 'Montserrat',Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat',Arial, sans-serif;
	text-transform: none;
}


#main-content{
	padding: 1rem 0 5rem 0;	
	background: url("http://pdp.neda.gov.ph/wp-content/uploads/2019/11/PDP-Back-Drop-f.png") no-repeat bottom; 
}

 
table.pdpcolumn{ 
border: none;
min-height: 250px; 
padding: 20px !important;
}

.pdpheader {
  width: 800px;
  margin: 10% auto;
}

.script {
  font-family: 'Fjalla One';
  color: #000;
  text-align: center;
  font-size: 40px;
  position: relative;
  text-transform: uppercase;
  margin: 0;
}
.script span {
   padding: 0 0.3em;
}
.script:before {
  content:"";
  display: block;
  position: absolute;
  z-index:-1;
  top: 10%;
  width: 100%;
  borde-bottom: 3px solid #000000;
}
