body {

	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-color: black;

}
.navbar {
	/*margin-bottom: 0;*/
}

a {
  color: #559edd;
}
.contact-modal {
  color: white !important;
  background-color: rgba(102, 0, 0, 0.8) !important;
}


.section {
	background-color: #4770A6;
}
.section-transparent {
	color: white;
}
.attop {
	margin-top: -25px;
}

/* Social networks container */
.networks {
	margin-bottom: 25px;
	float: right;
}
.nw {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	text-align: center;
	font-size: 40px;
	padding-top: 15px;
	box-shadow: 5px 5px 10px;
	background-color: white;
	position: relative;
	float: left;
	margin-left: 5px;
}

.nw-fb {
	background-color: #4862a3;
	color: white;
}
.nw-tw {
	background-color: #00acee;
	color: white;
}
.nw-yt {
	background-color: #dc2725;
	color: white;
}
.nw-gp {
	background-color: #dd4b39;
	color: white;
}
.nw-ig {
	background-color: #517FA4;
	color: white;
}
.nw-pt {
	background-color: #ce2125;
	color: white;
}
.nw-sc {
	background-color: #ff5500;
	color: white;
}
.nw-rs {
	background-color: #f26522;;
	color: white;
}

.cta {
	background-color: #eeeeee;
	border-width: 5px;
	border-style: solid;
	border-radius: 5px;
	border-color: #2c4762;
	color: #2c4762;
	font-size: 20px;
}
.cta:hover {
	color: #eeeeee;
	background-color: #2c4762;
}

blockquote {
  /*background: #f9f9f9;*/
  /*background: black;*/
  background:  rgba(0, 0, 0, 0.8);
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}
blockquote a {
    text-decoration: none;
    color: #D4AF37;
}


/*------ Social Icons ------- */
.ctwg-social-link { 
    float: right;
    margin: 0 20px 8px 0;
}
.ctwg-social-soundcloud .ctwg-social-icon {
 background-color: #ff5419;
 }

.ctwg-social-soundcloud img {
     height: 15px;
}

.ctwg-social-reverbnation .ctwg-social-icon {
 background-color: black;
 border-color: #494b4e;
 border-style: solid;
 border-radius: 3px;
 }

.ctwg-social-reverbnation i {
     font-size: 18px;
     color: red;
}

footer > .row {
  background-color: rgba(0, 0, 0, 0.9);
}

footer .ctwg-social-link {
	float: none;
	display: inline-block;
}

/* ------ ------ */