body{
	background-color: rgb(180,180,180);
	padding: 0;
	margin: 0;
}
.bg-white{
	background-color: white;
}
.bg-green{
	background-color: green;
}
.bg-red{
	background-color: red;
}
.bg-blue{
	background-color: cyan;
}
.bg-yellow{
	background-color: yellow;
}
.bg-darknav{
	color:white;
	background-color: black;
}
.bg-darksec{
	color:black;
	background-color: gray;
}
.bg-dark{
	color: black;
	background-color: rgb(180,180,180);
	
}
.text-red{
	color: red;
}
.text-blue{
	color: cyan;
}
.text-green{
	color: green;
}
.outline{
	outline-width: 2px;
	outline-style: solid;
	padding: 5px;
}
.img-fluid{
	max-width: 100%;
	max-height: 100%;
}
.center{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}
.border{
	border-style: solid;
	border-width: 5px;
}
ul{
	list-style-type: circle;
	background: #3399ff;
	padding: 20px;
}
ul li{
	background: #333;
	margin: 5px;
	border: 1px solid #ddd;
	text-align: center;
}
#overview{
	text-align: center;
	padding-top: 1em;
}
hr{
	border: 3px solid #999;
	border-radius: 5px;
}
.thumbnail{
	float: left;
	border: 1px solid #ddd; /*Gray border*/
	border-radius: 4px; /*Rounded borders*/
	padding: 4px;
	width: 150px;
	margin-right: 10px;
}#my-name{
	text-shadow: 2px 2px #ffffff;
	color: magenta;
	font-size: x-large;
}
.container{
	width: 80%;
	margin: auto;
}
#navbar{
	display: block;
	text-align: right;
	position: fixed;
	top: -1em;
	width: 100%;
	transition: top .5s;
}
.nav-item{
	all: unset;
}
a{
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover{
	color: red;
}
h3{
	font-family: 'Bangers', cursive;

}
.title{
	font-family: 'Bangers', cursive;
	font-size: 60px;
	text-align: center;
	padding-top: 1em;
}
.subtitle{
	color: gray;
	font-style: italic;
	text-align: center;
	display: block;
	font-family: 'Caveat', cursive;
	font-size: 24px;
}
.mem{
	display: inline-block;
}
p{
	font-size: 25px;
}

.about-fixed {
    position: fixed;
    width: 20.8%;
}

.my-pic {
    width: 100%;
    box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

.my-pic img {
    width: 100%;
}

.my-detail {
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: -2px -1px 88px 0px rgba(0,0,0,0.17);
}

.my-detail .white-spacing {
    padding: 23px 0;
    border-bottom: 1px dashed #cccccc;
}

.my-detail h1 {
    font-size: 20px;
    font-weight: 700;
}

.my-detail span {
    color: #c1c1c1;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

