/* Customize container */
@media (min-width: 992px) {
  .container {
	margin-top: -25px;
    max-width: 940px;
  }
}

.container2 {
	
	padding: 5%;
	margin: auto;
	background: #FFF;
	color: #000;
	box-shadow: 0 1px 2px 0 rgba(237,248,255,1), 0 1px 8px 0 rgba(0,0,0,0.1);
	
}

.container3 {
	
	margin: 0 0 0 0;
	background: #FFF;
	color: #000;
	box-shadow: 0 1px 2px 0 rgba(237,248,255,1), 0 1px 8px 0 rgba(0,0,0,0.1);
	
}


body {
	
	background-color: #fff;
	
}

/*
hr {
	
	border-color: #84b7b2;
	
	
}
*/

/* Add space above and below h2 headers */
h2 {

  font-size: 30px;
}


h2 {
	
	
	font-size: 25px;
	text-align: center;
	
}


h5 {
	
	margin: -5px;
	font-size: 25px;
	text-align: center;
	
}

h4 {
	
	font-size: 55px;
	
	
}

h6 a {
	
	text-decoration: none;
	
	
}

/* Style for jumbotron minis */
.mini {
  margin-top: 40px;
}

/* Colors for jumbotrons
.jumbotron {
	color: #fff;
  background-color: #949494;
}
*/

/* Style for icons */
i {
	color: #949494;
}

/* Style for icon that are links */
a:hover i {
	color: #333;
}

/* Color for link text */
a {
  color: #999;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #333;
}

/* Indent for expertise descriptions */
.expertise {
  padding-left: 57px;
}

.button {
	  display: block;
	  margin: 0 auto;
	  padding: 10px;
	  width: 96%;
	  float: center;
	  font-weight: bold;
	  max-width: 150px;
	  text-align: center;
	  background: #edf8ff;
	  text-decoration: none;
	  transition: background-color 0.2s ease-in, color 0.2s ease-in;
	  background-color:#edf8ff;
	  -moz-border-radius:3px;
	  -webkit-border-radius:3px;
	  border-radius:3px;
	  border:1px solid #000;
	  cursor:pointer;
	  color:#000;
	  font-family:Arial;
	  font-size:13px;
	  padding:6px 24px;
	  text-decoration:none;
	
}

.button:hover {
  background: #ddd;
  color: #fff;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.profile-photo {
  display: block;
  max-width: 150px;
  margin: 0 auto 30px;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(237,248,255,1), 0 1px 8px 0 rgba(0,0,0,0.1);
}

.git {
	margin-bottom: 4px;
	width: 21px;
	height: 21px;
	border-radius: 25%;
}

#scroll {
    position:fixed;
    right:2px;
    bottom:5px;
    cursor:pointer;
    width:10px;
    height:30px;
    background-color:#ddd;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-5px;
    margin-top:-7px;
    height:0;
    width:0;
    border:5px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color:#ececec;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}