/*
 * Theme Name:		GWT-Wordpress 25.1
 * Theme URI:		http://i.gov.ph
 * Description:		Custom WordPress theme based on the draft Unified Web Content Policy 
 *					prepared by the PCDSPO, DOST-ASTI, and DOST-ICTO. Theme is built on 
 *					HTML5 responsive WordPress framework based on ZURB's Foundation.
 * Version:			25.1
 * Author:			iGovPhil
 * 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
 */


 /** Your style here **/
#agency-heading {
	display: none;
}

#textlogo-image {
	width: 100%;
	height: 100%;
	text-align: center;
}

#textlogo-image img {
	width: 700px;
	height: 400px;
}

div.container-banner {
	color: #000;
	margin-top: 5px;
}

div .container-masthead {
	background: linear-gradient(to right, #0038a8, #ce1126);
}

#accessibility-button {
	visibility: hidden;
	display: none;
}

#main-nav {
	display: flex;
	justify-content: center;
}

.logo, .ear-content {
	margin: 0px 0px -35px;
}