/* reference: https://w3layouts.com/my-website-website-template/ */
#my-index-jumbo 
{
	background-color: #000000;
	background: url(../img/westlake.jpg) no-repeat right;
	background-size: cover;
	min-height: 40em;
	position: relative;
	z-index: 0;
	display: grid;
	align-items: center;
}

#my-index-jumbo:before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
	z-index: -1; }

#my-nav-jumbo 
{
	background-color: #000000;
	background: url(../img/tree.jpg) no-repeat right;
	background-size: cover;
	min-height: 15em;
	position: relative;
	z-index: 0;
	display: grid;
	align-items: center;
}

#my-nav-jumbo:before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
	z-index: -1; }

#my-index-portrait
{
	border: 4px solid #f0f0f0;
 	border-radius: 50%;
}

.bottomright {
	position: absolute;
	bottom: 8px;
	right: 16px;
  }

#my-index-navbar .nav-item
{
	font-size: 16px;
	color: white;

}

#my-index-navbar .navbar-toggler
{
	background-color: #b0b0b0;
	font-size: 20px;
	color: white;
}

#my-index-body
{
	background-color:rgb(225, 225, 225);
}

#my-footer
{
	background-color: rgb(32, 32, 32);
}

#my-footer p
{
	color: rgb(200, 200, 200);
}

#my-footer hr
{
	border: 1px solid rgb(150, 150, 150);
}

#my-contact a
{
margin-right: 10px;
  color: rgb(200, 200, 200);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  text-decoration: none;
}

#my-footer-info a
{
	text-decoration: none;
	color: rgb(200, 200, 200);
	font-weight: bold
}

/* 

.my-index-body
{
	background-color:rgb(215,215,215);
}
.my-index-jumbo
{
	background:url(../img/background.jpg) no-repeat center top;
}


.my-index-jumbo-text
{
	background-color:rgba(230,230,230,0.6);
}

.my-index-main-container
{
	background-color:rgb(230,230,230);
}


.my-user-div
{
	background-color:rgba(230,230,230,0.8);
} */
