@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family:sans-serif;
	background: #deddfa;
}

p{
	color:#000000;
}

h1 {
	color: #000000;
	text-align: center;
	font-family:YouYuan;
	padding-top: 40px;
	font-size:30px;

}
h2 {
	color: #4F4F4F;
	text-align: center;
	font-size:20px;
}
H3 {
	color: #333C6E;
span {
	font-size:5px;
}

a {
   color: #000000;
   text-decoration: none;
   outline: none;
}

}
/*Fun begins*/
.tab_container {
	width: 90%;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}

input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}

label {
  font-weight: 700px;
  font-size: 0.9em;
  display: block;
  float: left;
  width: 14.255%;
  padding: 1.5em;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  opacity:0.5;
  filter:alpha(opacity=50);
  background:#5250b2;
}

					
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6, 
#tab7:checked ~ #content7
{
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #a450b2;
  box-shadow: inset 0 3px 	#b301b4;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: 	#C0C0C0;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}


/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  
  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.fa-github {
	font-size: 3em;
}

.no_wrap {
  text-align:center;
  color: #CCC;
}
	
.name {
  font-size: 0.8em;
  text-align:center;
  color: #AAA;
}
