/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background-image: url("images/synclair_wallpaper.png");
  min-height: 2000px;
  padding-top: 50px;
}
a, a:hover {
	color: #9e8dae;
}

.row {
	margin-left: 0;
	margin-right: 0;
}
.jumbotron {
	background-image: url("images/synclair_jumbotron_white.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	background-color: #9e8dae;
}
.navRight {
	background-image: url("images/lovers.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	background-color: #9e8dae;
	float: right;
	margin-right:-15px;
	height: 50px;
	width: 30%;
	display: inline;
	}
.navbar-default {
	background-color: #f4f2f2;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	color: #5a5a5a;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #9e8dae;
	color: #f4f2f2;
}
.navbar {
	border: none;
	border-bottom: 1px solid #9e8dae;
}
.announcement {
	border: 1px solid #9e8dae;
	margin-bottom: 30px;
	padding: 15px;
	background-color: #f4f2f2;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.featurette {
	background-color: #f4f2f2;
	border: 2px solid #9e8dae;
	border-radius: 15px;
	padding: 10px;
}
hr {
	border-top: 1px solid #9e8dae;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #9e8dae;
	color: #f4f2f2;
}
.dropdown-menu>li>a:hover {
	color: #5a5a5a;
	background-color: #f4f2f2;
}
#aboutContainer, #booksContainer, #newsContainer{
	display: none;
	position: relative;
}
#myBonnyheart {
	width: 100%;
}
#myBonnyHeart img {
	max-width:100%;
	margin-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.about, .books, .news {
	cursor: auto;
	cursor: pointer;
}
.closeThis {
	cursor: auto;
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	right: -10px;
	z-index: 100;
	background-color: #9e8dae;
	color: #f4f2f2;
	border-radius: 5px;
	padding: 10px;
}
.closeThis a, .closeThis a:hover {
	color: #f4f2f2;
}
.closeThis a:hover {
	text-decoration: underline;
}
.connect a {
	margin-right: 15px;
}
.connectIcons {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
#debutReleaseDetail {
	background-color: #9e8dae;
	color: #fff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

#pinterest {
	
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 50px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.bookStuff {
	margin: 20px 0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 380px) {
  #myBonnyHeart .col-xs-6 {
		float: none !important;
  }
}
@media (max-width: 992px) {
	.col-sm-6 {
	  width: 100% !important;
  }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
.smp {
	text-align:right;
	width: 120px;
	float:right;
	margin-top: -20px;
}
.smp img {
	width:100px;
}
@media (max-width: 1000px) {
  .navRight {
	display: none;
  }
}
