/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
//  background-color: #333;
}

body {
	display: -ms-flexbox;
	display: flex;
	color: #333;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
	background-image: url("../../images/bg-1.jpg");
//	background-repeat: repeat;
	background-size:100%;
}
.left {
	text-align: left;
}
.TA_rated, .TA_excellent, .TA_cdsscrollingravenarrow {
	display: inline-block;
}
.TA_cdsscrollingravenarrow {
	margin-left: -17px;
}
#___plusone_0 {
	margin-left: 10px !important;
}
.cover-container {
  max-width: 42em;
}
.headImage {
	display: inline-block;
	padding-top: 10px;
	border-bottom: 1px solid black;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
//  color: rgba(255, 255, 255, .5);
  color: rgba(0, 0, 0, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}
.carousel-control {
	font-size: 50px;
	position: absolute;
	//top: 50%; /* pushes the icon in the middle of the height */
	z-index: 5;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: gray;
	line-height: 47px;
	border-radius: 25px;
}
.carousel-control-pre {
	left: 10px;
}
.carousel-control-nex {
	right: 10px;
}

.carousel-inner > .carousel-item > img {
  margin: 0 auto;
}
.text-block {
	height: 750px;
	vertical-align: middle;
	background-color: white;
}
/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}