/*  

#442179  -  dark purple
#03a9f4 - aqua blue
.site-header-section,
body #inner_body { background-color: #efefef !important; }
*/

#site-title { display: none; }
body.page-home .hentry .entry-main { margin-top: 3em; }

body.home .project_grid_outer_wrapper  .nav_column { display: none; }
body.home .project_grid ul li { width: 23%; }

.patl_section { width: 96%; max-width: 1600px; margin: auto auto 2em auto; }
.patl_section .skills>.wp-block-group__inner-container { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between;  margin-bottom: 1em; }
.patl_section .skills>div>p { width: 31%; font-weight: 600; font-weight: 600; padding: 5px; border-bottom: dotted 1px; }
.patl_section .cta_wrapper { width: 90%; margin: 1em auto; max-width: 800px; border: outset 2px; border-radius: 1em; background-color: #000; color: #fff; padding: 15px 30px; font-size: 1.2em; font-weight: bold; line-height: 1.3em; }
.patl_section .cta_wrapper:hover { cursor: pointer; border-style: inset; }
.patl_section .cta_wrapper>a { display: flex; justify-content: space-evenly; align-items: center; color: #fff; }
.patl_section .cta_wrapper>a i { transform: rotate(90deg); font-size: 2em; }
.patl_section :where(.wp-block-columns),
.patl_section .wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained { margin-bottom: 0; }

@media (max-width: 1400px) {
	.patl_section .skills { margin: auto; }
	.patl_section .skills>div>p { width: 50%;  }
}

/*
@media (max-width: 1200px) {
	.resume_wrapper_inner { display: block !important; }
	.website_info { max-width: 100% !important; margin-bottom: 2em;  padding: 20px 20px 20px 20px !important; }
	.website_info ul { margin-left: 10px; }
}
*/

@media (max-width: 1024px) {
	.patl_section .inner_wrapper { display: block; }
	.patl_section .inner_wrapper>div { width: 100%; }
	
	body.home .project_grid ul li { width: 48%; }
}

@media (max-width: 768px) {
	
}


@media (max-width: 650px) {
	body.home .project_grid ul li { width: 100%; }
	.patl_section .skills>.wp-block-group__inner-container>.wp-block-group { width: 100%; }
	.patl_section .skills>div>p { width: 96%; margin: 0 0 0 0; line-height: 1em; font-size: 1em; }
	.patl_section .cta_wrapper { width: 90%; margin-top: 2em; }
}


