
.location {
  background-color: #222;
  color: White;
}

.skills li {
  padding: 0;
  text-align: center;
}

.skills li {
  border-radius: 6px;
  display: inline-block;
  background: #ff9904;
  color: white;
  padding: 5px 10px;
  margin: 2px;
}

.skills li:nth-child(odd) {
  background: #0399ff;
}

.history li:nth-child(odd) {
	background: #efefef;
}

@media screen and (max-width: 1510px) {
	
	.card-title{
		font-size: 1.5em;
	}
	.img-size{
		width: 15em;
		height: 10em;
	}
}


@media screen and (max-width: 992px) {
	
	.card-title{
		font-size: 1.5em;
	}
}		
@media screen and (max-width: 600px) {
 
	.card-title{
		font-size: 1.5em;
	}
}