/** Artists CSS **/

/** Main Banner **/
#artists-main {
  min-height: 280px;
  background: url('../images/main-bg.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 3px solid #c40007;
}

.artistsHeader h3 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 170px;
}

#portfolio {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

#portfolio .box {
	background-color: #f5f5f5;
	padding: 30px;
	text-align: center;
	margin-top: 20px;
}

#portfolio img {
	max-width: 200px;
  max-height: 200px;
  width: 100%;
  padding: 5px;
  border: 4px solid #c40007;
  border-radius: 50%;
  margin-bottom: 15px;
}

#portfolio h3 {
	font-size: 32px;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0px;
}

#portfolio .ll-button {
  margin-top: 20px;
}

#portfolio .about-artist {
	margin-bottom: 10px;
}

#portfolio .artist-info p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

#portfolio .artist-info a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

#portfolio img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  padding: 5px;
  border: 4px solid #c40007;
  border-radius: 50%;
  margin-bottom: 15px;
}

#portfolio .social-icons .social {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

#portfolio .icon-phone-5-1 {
  font-size: 20px;
  color: #000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 4px;
}

#portfolio .icon-email {
  font-size: 20px;
  color: #000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 4px;
}

#portfolio .icon-person-2 {
  font-size: 20px;
  color: #000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 4px;
}

#portfolio .social-icons {
  text-align: center;
  max-width: 90px;
  margin: 0 auto 20px;
}

#portfolio .facebook-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url('../images/facebook-black.svg')
}

#portfolio .instagram-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url('../images/instagram-black.svg')
}

#portfolio .facebook-icon:hover {
  background-image: url('../images/facebook-red.svg')
}

#portfolio .instagram-icon:hover {
  background-image: url('../images/instagram-red.svg')
}

/** Animations **/
.fadeInDownBig {
  animation-duration: 1s;
  animation-delay: 0;
  animation-iteration-count: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 0.5s;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-iteration-count: 0.5s;
}
/** End Main Banner **/


@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 900px) {

}

@media (max-width: 767px) {

}

@media (max-width: 640px) {

}

@media (max-width: 440px) {

}
