/*
Theme Name: Twenty Twenty Child
URI: https://wordpress.org/themes/twentytwenty/ 
Theme URI: http://example.com/my-child-theme/
Description: Twenty Twenty Theme
Author: Your Name
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
*/

/************************************* MAIN THEME *************************************/
:root {
	--primary-color: #0076c6;
	--primary-color-light: #82CBFF;
	--primary-color-dark: #004b87;

	--secondary-color: #ff9800;
	--secondary-color-light: #ffc947;
	--secondary-color-dark: #c66900;
}


/************************************* HEADER CSS *************************************/



#site-header {
	background: #ffffff;
	position: relative;
}
.site-description{
	font-size: 1.4rem;
}
.menu-item.menu-item-type-post_type.menu-item-object-page>a{
	color: var(--primary-color);
}

.header-horizontalLine{
	width: 100%;
	color: black;
	margin: 0;
}

.primary-menu > .page_item > a{
	color: #008BD7 !important;
}

.entry-title{
	font-size: 5.0rem;
}

.entry-header{
	padding: 5rem 0 !important;
}

/************************************* BODY CSS ***************************************/


/************************************* FOOTER CSS *************************************/

.footer-horizontalLine{
	width: 100%;
	color: black;
	margin: 0 0 1rem 0;

}
.footer-credits{
	text-align: center;
	display: block;
}

#site-footer>.section-inner{
	display: block;
}
#site-footer.header-footer-group{
	margin-top: 0;
	border: 0;
}