/* START MAIN CONTENT */
body {
  /* background:radial-gradient(#333,#000); */
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(145,145,150,1) 35%, rgba(0,212,255,1) 100%);
	margin:0;
	padding:0;
	}

	.git-btn {
		float: right; 
	}

h3, h4, h5 {
	margin-top: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgb(17, 12, 12);
  font-variant: small-caps;
}
.Professional-Experience {
  margin-top: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgb(17, 12, 12);
  font-family: 'Brush Script MT';
  font-size: 20px;
}

.date {
	float: right;
  margin-right: 3px;
  font-family: 'Open Sans';
	font-variant: small-caps
}
/* END MAIN CONTENT */

/* START CONTAINER RESPONSIVE STYLING */
/* Responsive Sizing based on pixel size */
@media (min-width: 24em) {
	#container, footer {
	  /* Overrides the above styles on screens larger than 36em */
	  width: 350px;
	  margin: 18px auto 28px;
	}
}

@media (min-width: 36em) {
	#container, footer    {
	  /* Overrides the above styles on screens larger than 36em */
	  width: 600px;
	  margin: 20px auto 30px;
	}
}

  @media (min-width: 48em) {
	#container, footer   {
	  /* Overrides the above styles on screens larger than 48em */
	  width: 1250px;
	  margin: 40px auto 60px;

	}
}
/*END CONTAINER RESPONSIVE STYLING */
  
/*START NAME RESPONSIVE SIZING */
/* Name Responsive Resizing based on Screen Size */
@media (max-width: 24em) { 
	.Name {
	 font-size: 18px;;
   }
  }
  
  /* // Medium devices (tablets, 768px and up) */
  @media (min-width: 36em) {
	.Name {
   font-size: 28px;; 
	}
}
  
  /* // Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 48em) {  
	.Name {
   font-size: 58px;;
   }
  }
  /*END NAME RESPONSIVE SIZING */
  
  /* NAME HOVER STYLING */
@import url(https://fonts.googleapis.com/css?family=Lato:900);
*, *:before, *:after{
  box-sizing:border-box;
}

.Name{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-variant: small-caps;
  margin: 0 0 16px 0;
  border-bottom: 4px solid rgb(0, 0, 0);
  text-align:center;
}

.letter{
  display: inline-block;
  font-weight: 900;
  margin: 0.2em;
  position: relative;
  color: #05141a;
  transform-style: preserve-3d;
  perspective: 400;
  z-index: 1;
}

.letter:before, .letter:after{
  position:absolute;
  content: attr(data-letter);
  transform-origin: top left;
  top:0;
  left:0;
}

.letter, .letter:before, .letter:after{
  transition: all 0.3s ease-in-out;
}

.letter:before{
  color: #fff;
  text-shadow: 
    -1px 0px 1px rgba(255,255,255,.8),
    1px 0px 1px rgba(0,0,0,.8);
  z-index: 3;
  transform:
    rotateX(0deg)
    rotateY(-15deg)
    rotateZ(0deg);
}

.letter:after{
  color: rgba(0,0,0,.11);
  z-index:2;
  transform:
    scale(1.08,1)
    rotateX(0deg)
    rotateY(0deg)
    rotateZ(0deg)
    skew(0deg,1deg);
}

.letter:hover:before{
  color: #fafafa;
  transform:
    rotateX(0deg)
    rotateY(-40deg)
    rotateZ(0deg);
}

.letter:hover:after{
  transform:
    scale(1.08,1)
    rotateX(0deg)
    rotateY(40deg)
    rotateZ(0deg)
    skew(0deg,22deg);
}

/* Footer Styling */
footer {
	clear: both;
	text-align: center;
	font-weight: bold; 
	border-style: solid;
}

footer span{
	align-items:center;
	width: 350px;
}
