

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/********** Global **********/

body {
	padding-top: 0px;
	background-color: #7F0299;
	color:#333;
}

h1 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

hr {
	width: 80%;
	height: 3px;
}

ul {
	list-style:none;
	padding:0px 0px 0px 10px;	
}

a, a:link, a:hover, a:visited {
  color: inherit;
  text-decoration: underline
}

.btn-primary {
  color: #fff !important;
}

.is-disabled {
  color: currentColor;
  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;
}

.card-body {
  padding: 10px;
}

.card-body h6 {
  margin-bottom: 0px;
}

footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #7F0299;
  color: #fff;
}


/********** Main **********/


.container {
	max-width: 540px;
	padding: 15px;	
}

main {
	padding: 20px 0px;
}

#contact-icon {
  width: 200px;
	height: 200px;
	margin: 0 auto 15px auto;
	display: block;
  border-radius: 50%;
	text-align: center;
	position: relative;
}

#contact-icon img.profile {
	border-radius:50%;
	border: 3px solid #fff;
}

#contact-icon-badge {
  background: #fff;
  width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	display: block;
  border-radius: 50%;
	border: 3px solid #fff;
	text-align: center;
	position: absolute;
	bottom: -5px;
	right: -5px;
}

#contact-info {
  text-align: center;
}

#contact-info .col-12 {
	margin-bottom: 10px;
}

#contact-info a {
  width: 100%;
  text-decoration: none;
}

#contact-info .glyphicons {
  font-size: 24px;
}

#contact-info .glyphicons-earphone {
  font-size: 21px;
}

#contact-info .contact-pipe {
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.3;
}

#contact-info .dropdown button, #contact-info .dropdown-menu {
  width: 100%;
}

#contact-info .dropdown-item {
  width: 100%;
  text-align: center;
}

.card {
  margin-bottom: 20px;
  cursor: pointer;
}

.card, .card img {
	border-radius: 10px;
}

.card-link {
  cursor: pointer;
}

.card-body {
	border-top: 1px solid #dddddd;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer #bandy-icon-white {
  width: 45px;
  margin-right: 15px;
}

footer #legal {
  margin-bottom: 0px;
}


/***** Social *****/

#bandy-social .container {
  margin-top:25px; 
}

/***** Social ELite *****/

#bandy-social-elite .container {
  margin-top:25px;
  color: #fff;
}

#bandy-social-elite hr {
  border-top: 1px solid #fff;
}

#bandy-social-elite #contact-icon.demo {
  background-color: #fff;
}

#bandy-social-elite #contact-icon.demo img.profile {
  width: 160px;
  padding-top: 18px; 
  border-radius: 0%;
  border: none;
}

/***** Business *****/

#bandy-business {
	background-color: #ddd;
	border-top: 25px solid;
}

/***** Business Elite *****/

#bandy-business-elite {
	background-color: #ddd;
	border-top: 25px solid;
}

/***** DJ *****/

#dj {
	background-color: #000;
	color: #fff;
	border-top: 25px solid;
}

#dj #contact-icon {
  width: 275px;
	height: 275px;
}

#dj #contact-icon img.profile {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 37px;
	right: 37px;
	bottom: 37px;
	left: 37px;
}

#dj .card {
	color: #000;
}

@media (min-width: 425px) {
  h1 {
  font-size: 48px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }
  #contact-info p {
    font-size: 16px;
  }
	#contact-extras .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 576px) {
	.card-deck {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

















