/* --- index.css --- */

@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
}

:root {
	/*--black-thin-outline: medium solid #000;*/
	/*--black-outline: thick solid #000;*/
	/*--lime-thin-outline: thin solid lawngreen;*/
	/*--lime-outline: thick solid lawngreen;*/
	/*--cyan-outline: thick solid cyan;*/
	/*--blue-thin-outline: thin solid blue;*/
	/*--blue-outline: thick solid blue;*/
	/*--red-outline: thick solid rgb(197, 50, 50);*/
}
body{}

#i_2_navbar, #i_2_menu, #i_2_profile, #i_2_nav{
	/* -- see central.css -- */
}

.c_1_container{
	margin: 0 auto;
	display: grid;
	height: 90vh;
	width: 90vw;
	max-width: 60rem;
	column-gap: 1rem;
	grid-template-columns: 3fr 3fr 5fr;
	grid-template-rows:
	8fr 	 /* Header */
	0.313rem 
	4fr 	/* Produst, Yapps, Getting Started */
	4fr 	/* Produst, Yapps, Getting Project */
	0.938rem 
	4fr 	/* Positions, Getting Training */
	4fr 	/* Positions, Donate Project */
	0.938rem 
	3fr 	/* Description, Image */
	3fr 	/* Buttons, Image */
	0.625rem 
	1fr 	/* Bottom Bar */
	.6fr 	/* Footer */
	0.313rem;
	grid-template-areas:
	"i_4_header i_4_header i_4_header"
	". . ."
	"i_5_products i_5_yapps i_5_task1"
	"i_5_products i_5_yapps i_5_task2"
	". . ."
	"i_6_positions i_6_positions i_6_task3"
	"i_6_positions i_6_positions i_6_task4"
	". . ."
	"i_10_description i_10_description i_10_image"
	"i_10_buttons i_10_buttons i_10_image"
	". . ."
	"i_7_bottombar i_7_bottombar i_7_bottombar"
	"i_8_footer i_8_footer i_8_footer"
	". . .";
}
#i_3_search {
	/*background: #EEE;*/
	/*width: 7.813rem;*/
	/*height: 1.5rem;*/
	/*padding: 0 0.625rem;*/
	/*margin: 0.3rem 4rem;*/
	/*border-radius: 0.5rem;*/
	/*color: dimgrey;*/
	/*text-decoration: none;*/
	/*text-align: right;*/
	/*opacity: .8;*/
	/*float: right;*/
	/*border: thin #FFF solid;*/
	width: 100%;
	height: 2rem;
	color: dimgrey;
	text-decoration: none;
	text-align: left;
	/* padding: 0 10px; */
	margin: 1rem 0 0 0;
	/* opacity: .8; */
	/* float: right; */
	border: thin var(--color-gray-3) solid;
	border-radius: 1rem
}
#i_4_header {
	height: 17.5rem;
	display: flex;
	grid-area: i_4_header;
	flex-direction: row-reverse;
	background-color: #F0F0F0;
	transition: background-image 1s ease-in-out;
	/*background-image: url('header-logo.jpg');*/
	background-size : cover;
  	background-repeat: no-repeat;
	background-position: center;
	border-bottom:#CCC medium solid;
	margin-bottom: 0.5rem;
	border: var(--black-outline);
}
#i_5_products{
	display: flex;
	background-color: #D3DEE2;
	grid-area: i_5_products;
	mix-blend-mode: normal;
	opacity:.9;
	justify-content: center;
    align-items: center;
	line-height: 9rem;
}
#i_5_yapps{
	display: flex;
	background-color: #D3DEE2;
	grid-area: i_5_yapps;
	mix-blend-mode: normal;
	opacity:.9;
	justify-content: center;
    align-items: center;
	line-height: 9rem;
}
#i_5_task1{
	background-color: #F0F0F0;
	grid-area: i_5_task1;
	border-top: thin solid #F0F0F0;
	border-right: thin solid #F0F0F0;
	border-left: thin solid #F0F0F0;
}
#i_5_task2{
	background-color: #F0F0F0;
	grid-area: i_5_task2;
	border-bottom: thin solid #F0F0F0;
	border-right: thin solid #F0F0F0;
	border-left: thin solid #F0F0F0;
}
#i_6_positions{
	display: flex;
	background-color: #F0F0F0;
	grid-area: i_6_positions;
}
#i_6_task3{
	background-color: #FFF;
	grid-area: i_6_task3;
	border-top: thin solid #CCC;
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
}
#i_6_task4{
	background-color: #FFF;
	grid-area: i_6_task4;
	border-bottom: thin solid #CCC;
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
}
#i_10_description{
	/*display: flex;*/
	background-color: #FFF;
	grid-area: i_10_description;
	margin: 0 0 1rem 0;
	border: thin solid #CCC;
}
#i_10_buttons{
	display: flex;
	background-color: #FFF;
	grid-area: i_10_buttons;
	border: thin solid #CCC;
}
#i_10_image{
	display: flex;
	/*background-color: #F0F0F0;*/
	grid-area: i_10_image;
	justify-content: center;
}
#i_7_bottombar {  
	grid-area: i_7_bottombar;
	text-align:center;
}
#i_8_footer { 
	grid-area: i_8_footer;
	color:#AAA;
	background-color: #F0F0F0;
	margin: 0.313rem 0rem;
	padding-left: 0.4rem;
	font-family: var(--font-Roboto);
	font-size: small;
}


/* ---- HEADER ---- */
#i_4_header > div{
	display: flex;
	width: 100%;
	border: var(--red-outline);
}
#i_4_header > div > p{
	float: right;
	width: 100%;
	border: var(--cyan-outline);
}
#i_4_header > div > div{
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	/*width: 100%;*/
	/*padding: 0.938rem;*/
	border: var(--cyan-outline);
}
#i_4_header > div > div > * {
	/*width: 100%;*/
	margin: 0;
	padding: 1rem;
	border: var(--black-thin-outline);
}


/* ---- CONTENT ---- */
/* ---- Products, Yapps ---- */
a.c_grow_link_size:hover{
	font-size: var(--font-32);
}
/* ---- Getting Started ---- */
#i_5_task1:hover,
#i_5_task2:hover,
#i_6_task3:hover,
#i_6_task4:hover{
	background-color: rgba(204, 204, 204, 0.437);
}
#i_5_task1 > a ,
#i_5_task2 > a ,
#i_6_task3 > a ,
#i_6_task4 > a {
	display: flex;
	padding: var(--spacing-05) var(--spacing-09);
	flex-direction: column;
	text-decoration: var(--remove);
	border: var(--black-outline);
}
#i_5_task1 > a > *,
#i_5_task2 > a > *,
#i_6_task3 > a > *,
#i_6_task4 > a > *  {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	column-gap: var(--spacing-04);
	border: var(--red-outline);
}
#i_5_task1 > a > div > div,
#i_5_task2 > a > div > div,
#i_6_task3 > a > div > div,
#i_6_task4 > a > div > div   {
	display: flex;
	flex-direction: column;
	width: 75%;
	padding-left: var(--spacing-04);
	border-left: var(--custom-border);
	/*border: var(--cyan-outline);*/
}
#i_5_task1 > a > div > img,
#i_5_task2 > a > div > img,
#i_6_task3 > a > div > img,
#i_6_task4 > a > div > img   {
	border: var(--lime-outline);
}
#i_5_task1 > a > div > div > *, 
#i_5_task2 > a > div > div > * {
	border: var(--black-thin-outline);
}
#i_6_task3 > a > div > div > *,
#i_6_task4 > a > div > div > * {
	border: var(--black-thin-outline);
}
.c_task_description, .c_project-description-format, .c_tech-stack-format{
	font-size: var(--font-13);
}

/* ---- Jobs ---- */
.c_positions-flex{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem;  /* Fix */
	gap: 0.625rem;  /* Fix */
	border: var(--black-outline);
}
.c_positions-flex >  h2 , .c_positions-flex > p{
	border: var(--red-outline);
}
.c_position-roles-flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 0.625rem;
}
.c_position-roles-flex >  span{
	/*padding: .5rem 0;*/
	border: var(--cyan-outline);
}
.c_position-roles-flex >  span > a{
	border: var(--lime-thin-outline);
}

/* ---- PROJECT ---- */
#i_10_description > div  {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	row-gap: 0.625rem;
	padding: 1.5rem;
	/* word-break: break-all; */
	border: var(--black-thin-outline);
}
#i_10_description > div > div {
	border: var(--red-outline);
}

#i_10_buttons{
	display: flex;
	background-color: #FFF;
	grid-area: i_10_buttons;
	border: thin solid #CCC;
}

#i_10_buttons > div {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;  /* Puts gaps in between all buttons */
	padding: var(--spacing-10) var(--spacing-075); /* space around panel */
}
#i_10_buttons > div > div{
	border: var(--blue-thin-outline);
}
#i_10_image > div {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	/*background-color: #F0F0F0;*/
}
.c_small-gray-box{
	color: #676767;
	font-size: 0.75rem;
	text-align: center;
	float: left;
	width:2.188rem;
	height:1.875rem;
	line-height: 1.875rem;
	background:#F0F0F0;
}
.c_small-gray-box:hover{
	cursor: pointer;
	background: #D3DEE2;
	color:#036;
}
.c_small-gray-box:focus{
	background: #00FFAB;
	color:#FFF;
	font-weight: 500;
} 
.c_project-button:hover{
	background: #00FFAB;
	border: #00FFAB thin solid;
	font-weight: bold;
}
.c_project-button-inverted:hover{
	color: #00FFAB;
	border: #00FFAB thin solid;
}
.c_github-button:hover{
	color: #00FFAB;
}




/* ---- Footer ---- */
.c_footer_cr_seal{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.c_footer_cr_seal > span{

}
.c_footer_cr_seal > span > img{
	width: 75%;
	display: block;
	float: right;
	padding-right: 5px;
}


