body {

  font-family: 'Cabin', sans-serif;
  margin: 0;
  background-color: #112C3D;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


h1 {
	color: white;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 0; 
	-webkit-text-shadow: 0 0 50px #112C3D;
	-moz-text-shadow: 0 0 50px #112C3D;
	text-shadow: 0 0 50px #112C3D;

}

h2 {
	color: white;
	font-size: 18px;
	margin-top: 0;
	-webkit-text-shadow: 0 0 50px #112C3D;
	-moz-text-shadow: 0 0 50px #112C3D;
	text-shadow: 0 0 50px #112C3D;
}

h3 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	margin-top: 50px;
	color: #C8F4B0;
}

h4 {
	text-align: center;
	font-size: 24px;
}

p {
	text-align: center;
	padding-left:  5px;
	padding-right:  5px;
	width: 96%
}

ul {
	text-align: center;
	padding: 0px;
}

li {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	max-width: 19%;
	margin-top: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	-webkit-text-shadow: 0 0 25px #C8F4B0;
	-moz-text-shadow: 0 0 25px #C8F4B0;
	text-shadow: 0 0 25px #C8F4B0;
}

.bio {
	color: white;
	font-size: 14px;
	-webkit-text-shadow: 0 0 50px black;
	-moz-text-shadow: 0 0 50px black;
	text-shadow: 0 0 50px black;
	background-color: rgba(10, 40, 56, 0.9);
	padding: 10px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 50px #C8F4B0;
	-moz-box-shadow: 0 0 50px #C8F4B0;
	box-shadow: 0 0 50px #C8F4B0;

}


.me {
	height: 150px;
	border-radius: 100%;
	border-style: solid;
	border-color: white;
	margin-top: 40px;
}

.about {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.grey {
	height: 3px;
	background-color: #949494;
	border: none;
	width: 50px;
}

.pink {
	height: 30px;
	border-style: solid;
	border-color: #C8F4B0;
	border-width: 1px 0 0 0;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

.pink:before {
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: #C8F4B0;
	border-width: 0 0 1px 0;
	border-radius: 20px;
	width: 250px;
}

.pink-lt {
	height: 30px;
	border-style: solid;
	border-color: #E88CFF;
	border-width: 1px 0 0 0;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

.pink-lt:before {
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: #E88CFF;
	border-width: 0 0 1px 0;
	border-radius: 20px;
	width: 250px;
}


.about-container {
	background: url('../images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	-webkit-box-shadow: 0 0 10px #C8F4B0;
	-moz-box-shadow: 0 0 10px #C8F4B0;
	box-shadow: 0 0 10px #C8F4B0;
}

.flex-container {
  display: flex;
}

.box, .skills {	
	width: 70%;
	margin-left: 15%;
	margin-bottom: 7rem;
	padding-top: 5px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	-webkit-box-shadow: 0 0 25px #C8F4B0;
	-moz-box-shadow: 0 0 25px #C8F4B0;
	box-shadow: 0 0 25px #C8F4B0;	
	height: auto;	
}

.skills
{
	line-height: 1.5;
}


.box img{
	border: 1px solid #C8F4B0;
	display: block;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	background-color: #C8F4B0;
}

.box .caption{
	margin-top: 5px;
}

.box:hover img{
	-webkit-box-shadow: 0 0 10px #C8F4B0;
	-moz-box-shadow: 0 0 10px #C8F4B0;
	box-shadow: 0 0 10px #C8F4B0;
}

.box p {		
		font-size: 1.2rem;
		margin-inline: auto;
		text-align: left;
}

.skills p {		
	font-size: 1.2rem;
	margin-inline: auto;
	text-align: center;
}

.embed-vid{
	width: 95%;
	height: auto;
    	aspect-ratio: 16/9;
	background: black;
}

.git-btn-img-left {
 max-height: 14px;
 max-width: 14px;
 float: left;

}

.git-btn-img-right{
 max-height: 14px;
 max-width: 14px;
 float: right;
}

.clear {
	clear: both;
}

.full-width {
	width: 100%;
	text-align: center;
}

.skills-and-tools {
	max-width: 700px;
	margin: 40px auto;
}

.skills-box{
	border-radius: 4px;
	background-color: white;
	border-color: black;
	border-width: 10px;
	
}

.icons {
	text-align: center;
}

.icon {
	margin: 30px 0;
	max-height: 50px;
}

.multi-icon {
	margin: 30px 0;
}

.btn-links{
	text-align: center;			
	width: 100%;
}

.my-btn {
	border-radius: 5px;
	width: 185px;
	color: black;
	height: 20px;
}

.fancy-btn {
	background-color: #C8F4B0;
	color: black;
	border: none;
	font-weight: bold;
}

.my-btn a{
	color: black;
	text-decoration: none;
	padding-left: 35px;
	padding-right: 35px;
	display: block

}

button span {
	display: none;
}

button:hover{
	cursor: pointer;
}

.btn-left{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-right: 6px;
	border: none;
	background-color: #C8F4B0;
}

.btn-right{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-left: 8px;
	border: none;
	background-color: #C8F4B0;
}

.contact-icon{
	max-height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -11px;

}

.contact-me {
	color: #C8F4B0;
	text-align: center;
	height: auto;
	background-color: #202020;
	padding-top: 1px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 0 10px #C8F4B0;
	-moz-box-shadow: 0 0 10px #C8F4B0;
	box-shadow: 0 0 10px #C8F4B0;
}

.contact-me button {
	width: 200px;
	color: black;
	height: 30px;
}

.contact-me a {
	color: black;
}

.contact-headline {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-info {
	color: white;
	font-size: 13px;
	margin-top: 15px;
}

.nav-link {
	color: white;
	text-decoration: none;
}

.hire-me {
	border-style: solid;
	border-color: white;
}

#glow{
	-webkit-box-shadow: 0 0 50px #C8F4B0;
	-moz-box-shadow: 0 0 50px #C8F4B0;
	box-shadow: 0 0 50px #C8F4B0;
  -webkit-transition: box-shadow 2s linear;
  -moz-transition: box-shadow 2s linear;
  transition: box-shadow 2s linear;
}

#glow.active {
	 -webkit-box-shadow: 0 0 150px #C8F4B0;
	 -moz-box-shadow: 0 0 150px #C8F4B0;
	 box-shadow: 0 0 150px #C8F4B0;
}

.screen-reader-only {
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	overflow: hidden;
	white-space: nowrap;
}
