.blue_box {
	margin-top: -25px !important;
	background: #d9edf7 !important;
	font-size: 20px !important;
	line-height: 28px  !important;	
}

.responsive_img {
  width: 100%;
  height: auto;
}

.youtube_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

blockquote{
  font-size: 1.2em;
  width:90%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #0066ff ;
  line-height:1.4;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#0066ff;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.big-font {
	font-size: 50px !important; 
	margin: -10px 0 10px 0 !important; 
}

.heading {
  font-size: 35px !important;
}

.fa {
  font-size: 35px !important; 
}

.checked {
  color: #f80 !important; 
}

.star {
  display: inline-block;
  position: relative;  
  color: #ddd;
}

.star:after {
  font-family: FontAwesome;
  content: "\f005";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  overflow: hidden;
  color: #f80;
}


/* Container for skill bars */
.skills_container {
  width: 100% !important;
  background-color: #ddd !important;
}

.skills {
  text-align: right !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: -20px !important;
  color: white !important;
}

.html {width: 99%; background-color: #333366 !important;} /* Green */
.css {width: 97%; background-color: #333366 !important;} /* Blue */
.js {width: 99%; background-color: #333366 !important;} /* Red */
