body { 
  background: url(/images/DesignImages/studio-mixer.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 110%;
}

/*** Logo Area ***/

.navbar-brand img {
  border-radius: 0.3em !important;
  border:solid 1px #444;
}

/*** Articles ***/

.container-header {
  padding: 0 !important;
  padding-top: 0.5em !important;
}

.grid-child {
  padding: 0 !important;
}

.container-footer {
  background: none;
}

.container-header {
  background: none;
}

.com-content-article__body a {
  text-decoration:none !important;
  color: #9EFFBE !important;
}

.com-content-article__body a:visited {
  text-decoration:none !important;
  color: #9EFFBE;
}

.com-content-article__body a:hover {
  color: #9EFFBE !important;
  text-decoration:underline !important;
}

.com-content-article__body h6 {
  font-size: 100%;
}

.items-leading .item-content {
  color: #fff;
  padding: 1em;
  border:solid 1px #444;
  border-radius: 0.4em;
}

.item-content {
  color: #fff;
  padding: 1em;
  border:solid 1px #444;
  border-radius: 0.4em;
  background-color: rgb(0, 0, 0, 0.8);
}

.item-content a {
  text-decoration:none !important;
  color: #9EFFBE !important;
}

.item-content a:visited {
  text-decoration:none !important;
  color: #9EFFBE !important;
}

.item-content a:hover {
  color: #9EFFBE !important;
  text-decoration:underline !important;
}

.item-content h6{
  font-size: 0%;
}

.com-content-article__body {
  color: #fff;
  padding: 1em;
  border:solid 1px #444;
  border-radius: 0.4em;
  background-color: rgb(0, 0, 0, 0.8);
}

.nav-item {
  margin-left: 1em;
}

/*** Buttons ***/

.navbar-brand img {
  border-radius: 0.3em !important;
  border:solid 1px #444;
}

.btn-primary {
  background: none !important;
  color: #9EFFBE !important;
  border-color: #9EFFBE !important;
}

.btn-primary:hover {
  background-color: rgb(0, 0, 0, 0.8);
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-secondary {
  background: none;
  background-color: #9EFFBE;
  color: #fff;
  border:none;
  transition-duration: 0.4s;
}

.btn-secondary:hover {
  background: none;
  background-color: #9EFFBE;
  color: #FFFF5D;
  border:solid 1px #444;
  border-radius: 0.4em;
}

/*** Menus ***/

.mod-menu {
  background-color: rgb(0, 0, 0, 0.8);
  border:solid 1px #444;
  border-radius: 0.4em;
  
}

/*** Contact Form ***/

.com-contact {
  border:solid 1px #444;
  border-radius: 0.4em;
  background: none;
  background-color: rgb(0, 0, 0, 0.8);
  padding: 1em;
  color: #fff;
  padding-top: 0;
}

.com-contact h3{
  color: #fff;
  font-size: 0%;
  line-height: 0;
}

legend {
  font-size: 1.25em;
}

.card-body {
  padding: 0;
}

.form-control-feedback {
  color: #fff;
}

.required invalid {
  color: #fff;
}

.btn-primary {
  background: #444;
  color: #fff;
}

.form-control {
  background: none;
  background-color: rgb(0, 0, 0, 0.);
  color: #fff;
}

/*** SCS Stuff ***/
.scs-link {
  background-color: rgb(0, 0, 0, 0.0);
  border: none;
}

.scs-link a {
  color: #FFF;
  font-size: 80%;
}
