/* html {
	height:100%;
	min-width: 1084px;
	background-image: url("homeBG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
body {
	/* background-color: rgba(85, 85, 85, 0.6); 
	background-image: url("assets/web_background_02.jpeg")/*linear-gradient(to bottom right,#F0F0F0, #82BBC4);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	text-align: center;
	display: block;
	transition: all 0.5s ease;
	height:100%;
}
h1 {
	font-family: sans-serif;
	font-weight: bold;
}
#titleDiv {

	margin: 0px;
	height: auto;
	padding: 0;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(to bottom, white, rgb(238, 238, 238),  rgb(218, 218, 218),rgb(178, 178, 178), rgb(68, 68, 68));
	/* background-color: #f1f1f1; */
	/* background-color: rgba(54, 54, 54, 0.7); 
	transition: all 0.5s ease;

}
.titleHeader {
	margin-bottom: 0px;
	font-family: sans-serif;
	font-weight: bold;
	color: #212121;
}
#titleH1 {
	margin-top: 20px;
	font-size: 36px;
}
#titleH2 {
	margin-top: 8px;
	font-size: 22px;
}
#subtitleP {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	/* color: rgba(175, 175, 175, 1); 
	color: #2b2b2b;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.9;
}
#tabsDiv {
	max-width: 100%;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	height: 35px;
	margin-top: 0px;
	display: inline-flex;
	transition: all 0.5s ease;
	box-shadow: -20px 10px 5px -20px #2b2b2b;
}
#projectsTab {
	
}
.tabs {
	height: 30px;
	width: 100px;
	/* background-color: rgba(135, 135, 135, 0.2); 
	background-color: rgba(39, 40, 56, 0.2);
	color: #676767;
	margin-left: 20px;
	margin-top: 0px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top: 8px;
	transition: background-color 0.3s ease-in;
	cursor: pointer;
}
.tabs:hover {
	/* background-color: rgba(135, 135, 135, 0.7); 
	background-color: rgba(240, 240, 240, 0.7);
	color: #272838;
	transition: background-color 0.3s ease-out;
}
.tabs:active {
	/* background-color: rgba(135, 135, 135, 1); 
	background-color: #EB8855;
	color: #272838;
	transition: background-color 0.3s ease-out;
}
.tabsP {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	/* color: #04B4AE; 
	cursor: pointer;
}
.pageTitle {
	margin:0px auto 50px auto;
	display: block;
	max-width:100%;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 3px 1px #202020;
	background-color: rgba(37, 37, 37, 1);
	transition: all 0.1s ease;
	padding-bottom: 0px;
}
.pageTitleHeader {
	color:#F0F0F0;
}
.pages {
	transition: all .5s ease;
	overflow: hidden;
}
.list {
	margin:10px auto 0px auto;
	display: block;
	max-width:75%;
	width: 75%;
	overflow: hidden;
	box-shadow: 0px 0px 3px 1px #838383;
	border-radius: 10px;
	background-color: rgba(37, 37, 37, 0.6);
	transition: all 0.7s ease;
	cursor: pointer;
	padding-bottom: 0px;
}
.list:hover {
	background-color: rgba(34, 34, 34, 0.9);
}
.listTitle {
	margin-left: 20px;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 22px;
	opacity: .9;
	color: #F0F0F0;
}
.listImage{
	width:70px;
	height: 70px;
}
.listSubtitle {
	margin-left: 20px;
	margin-right: 25px;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 22px;
	opacity: .9;
	color: rgba(175, 175, 175, 1);
}
.listSubDiv {
	background-color: rgba(54, 54, 54, 0.5);
	border-radius: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	display: inline-flex;
	float: right;
}
.listDiv {
	border-radius: 10px;
	margin-left: 0px;
	display:inline-flex;
	float: left;
}
.spacerDiv {
	height: 20px;
	width: 20px;
}
#skullIcon
{
	width:62px;
	background-color: black;
	padding-left: 4.5px;
	padding-right: 4.5px;
} */
html {
    height: 100%;
    min-width: 1084px;
    background-image: url("assets/mushroom_forest.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	/* background-image: linear-gradient(to bottom right #f2f2f2 #516d6a); */
    /* background-color: #f5f5f5; */
    margin: 0;
    text-align: center;
    display: block;
    transition: all 0.5s ease;
    height: 100%;
	background-color: rgba(35, 35, 35, 0.6);
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#titleDiv {
    margin: 0px;
    height: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    /* background-color: #d8f0f0; */
    transition: all 0.5s ease;
}

.titleHeader {
    margin-bottom: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #f5f5f5;
}

#ruizdevLogo {
	margin-top: 50px;
	height: 300px;
	width: auto;
}

#titleH1 {
    margin-top: 36px;
    font-size: 36px;
}

#titleH2 {
    margin-top: 8px;
    font-size: 22px;
}

#subtitleP {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #f5f5f5;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0.9;
}

#tabsDiv {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: 75px;
    margin-top: 0px;
    display: inline-flex;
    transition: all 0.5s ease;
    box-shadow: none;
}

.tabs {
    height: auto;
    width: auto;
    /* background-color: #f5f5f5; */
    color: #f5f5f5;
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
    /* transition: background-color 0.3s ease-in; */
    cursor: pointer;
}

.tabs:hover {
    /* background-color: #f0f0f0; */
    color: #9ee3ff;
    /* transition: background-color 0.3s ease-out; */
}

.tabs:active {
    /* background-color: #EB8855; */
    color: #3f96dd;
    /* transition: background-color 0.3s ease-out; */
}

.tabsP {
    font-size: 28px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: 60px;
	margin-bottom: 18px;
    cursor: pointer;
}

.pageTitle {
    margin: 0px auto 50px auto;
    display: block;
    max-width: 100%;
    overflow: hidden;
    /* box-shadow: 0px 0px 3px 1px #202020; */
    /* background-color: #f5f5f5; */
    transition: all 0.1s ease;
    padding-bottom: 0px;
}

.pageTitleHeader {
    color: #f5f5f5;
}

.pages {
    transition: all .5s ease;
    overflow: hidden;
	min-width: 100%;
	height:auto;
}

#aboutContainer {
	/* margin: 10px; */
	max-width: 98%;
	height: auto;
	display: inline-flex;
}

.tile {
	margin: 24px;
	display: inherit;
	max-width:75%;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
	background-color: rgba(236, 236, 236, 0.5);
	transition: all 0.7s ease;
	cursor: pointer;
	padding-bottom: 0px;
}

#aboutPortrait {
	width: 400px;
	height: 550px;
	object-fit: cover;
}

.list {
	margin:10px auto 0px auto;
	display: inline-flex;
	justify-content: space-between;
	max-width: 1500px;
	width: 60%;
	min-width: 800px;
	overflow: hidden;
	/* box-shadow: 0px 3px 3px 1px #838383; */
	border-radius: 12px;
	/* border-color: #aeaeae;
	border-style: groove;
	border-width: 3px; */
	background-color: rgba(236, 236, 236, 0.5);
	transition: all 0.7s ease;
	cursor: pointer;
	padding-bottom: 0px;
}

.list:hover {
    /* background-color: #f5f5f5; */
}

.listTitle {
    margin-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 24px;
    color: #1b1b1b;
}

.listImage {
    width: 80px;
    height: auto;
	margin: 0px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.listSubtitle {
    margin-left: auto;
    margin-right: 25px;
	margin-top: auto;
	margin-bottom: auto;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #3b3b3b;
}

.listSubDiv {
    /* background-color: #f5f5f5; */
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
	display: flex;
	justify-content: space-evenly;
}

.listDiv {
    border-radius: 10px;
    margin-left: 0px;
    display: inline-flex;
}

.spacerDiv {
    height: 20px;
    width: 20px;
}

#skullIcon {
    width: 62px;
    /* background-color: black; */
    padding-left: 4.5px;
    padding-right: 4.5px;
}

a {
    color: #007bff;
}

button {
    /* background-color: #007bff; */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}