/*Normal styling for quick custom page */

.bagDropULPage{
margin-top:10%;
}

	.logo{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}

	.footer_info{
		text-align:center;
	}
	
	.privacyfeatures{
		color:white;
	}


/*End of styling for quick custom page */


/*@media styling for different break points */

@media only screen and (min-width:1200px){
	
	.foursome_text{
		padding-left: 50px;
	}
	
	.bagdrop_text{
		padding-left: 50px;
	}
	
	.barky_text{
		padding-left: 50px;
	}
	
	.trunk_text{
		padding-left: 50px;
	}
	#about_foursome{
	height:1450px;
	}
	
	#about_bagdrop{
	height:1575px;
	}
	
	#about_trunk{
	height:1650px;
	}
	
	#barky_page_lenght{
		height:1350px;
	}

.bagDropULPage {
    margin-top: 0%;
line-height: 35px;
}
	
}

@media only screen and (max-width:1200px){
	.column_trunk img{
		margin-left: 0%;
	}
	
	
}

@media only screen and (min-width:993px){
	.morecontent span {
		display: block;
	}
	
	.morelink {
		display: none;
	}

}

@media only screen and (min-width:991px){
	.column_bed img {
		width: 82%;
	}

	.column_bag img {
		width: 82%;
		margin-right: 18%;
	}

	.column_barky img{
		width:80%;
		margin-right: 17%;
	}

	.column_trunk img{
		width:82%;
	}
	
	
}

@media only screen and (max-width:992px){
	.mobile_bed{
		display:block;
	}
	
	.column_bed{
		display:none;
	}
	
	.column_bag{
		display:none;
	}
	
	.column_barky{
		display:none;
	}
	
	.column_trunk{
		display:none;
	}
	
	.lb-album{
		display: none;
	}
	
	.mobile_click{
		text-align: center;
	}
	
	.column_trunk img{
		margin-left: 0%;
	}
	
	.column_barky img {
		margin-right: 0%;
	}
	
	.column_bag img {
		margin-right: 0%;
	}
	
	.morecontent span {
		display: none;
	}
	
	.morelink {
		display: block;
		font-weight:bold;
	}
	

.bagDropULPage{
margin-top:10%;
}

}


@media only screen and (min-width:769px){
	.mobile_bed{
		display:none;
	}
	
	.column_bed{
		display:block;
	}
	
	.column_bag{
		display:block;
	}
	
	.column_barky{
		display:block;
	}
	
	.column_trunk{
		display:block;
	}
}


@media only screen and (max-width:365px){
	.mobile_bed{
		display:block;
	}
	
	.column_bed{
		display:none;
	}
	
	.column_bag{
		display:none;
	}
	
	.column_barky{
		display:none;
	}
	
	.column_trunk{
		display:none;
	}
	
	.lb-album{
		display: none;
	}
	
	.mobile_click{
		text-align: center;
	}
	
}

/*End of @media styling */

/* Page content   AND BASIC CSS STYLING..... */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.stickyLogo{
	margin-bottom:0px;
}

.title {
  color: #FFF;
  font-size: 18px;
}

.card button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.imglinks {
  text-decoration: none;
  font-size: 22px;
  color: #FFF;
}


.imglinks:hover, a:hover {
  opacity: 0.7;
}


/*START OF @MEDIA QUERIES......*/

@media only screen and (min-width: 992px){

.card p{
margin-top:0px;
}

.mobileOnlySticky{
	  display: none;
	  }
	  
	  .card {
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		  max-width: 150px;
		  margin: auto;
		  text-align: center;
		  font-family: arial;
		  margin-top: 0px;
		  top: 30%;
		  right: 2%;
		  z-index: 1000;
		  background-image: url(../images/nav_bg.jpg);
		  position: fixed;
		  margin: 24px 0;
		  
        }
		
/*STRAT OF X CLOSE BUTTON */
		#close {
			float:right;
			display:inline-block;
			padding:2px 5px;
			background:#ccc;
		}

		#close:hover {
				float:right;
				display:inline-block;
				padding:2px 5px;
				background:#ccc;
			color:#fff;
			}
}


@media only screen and (max-width: 991px){

   .card{
	 display:none;
   }
	
    .mobileOnlySticky{
	      display: block;
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		  max-width: 150px;
		  margin: auto;
		  text-align: center;
		  font-family: arial;
		  margin-top: 0px;
		  background-image: url(../images/nav_bg.jpg);
		  top: 11%;
		  right: 2%;
		  z-index: 1000;
		  position: fixed;
		  margin: 24px 0;
		  border-radius: 5px;
		  font-size: 20px;
		  padding: 1%;
		  color: #fff;
     }
	 
	 /*STRAT OF X CLOSE BUTTON */
		#close {
			float: right;
			/* display: none; */
			padding: 0px 0px;
			/* background: #ccc; */
			margin-left: 5px;
			position: relative;
			bottom: 10px;
		}

		#close:hover {
				float:right;
				display:inline-block;
				padding:0px 0px;
				background:#ccc;
			color:#fff;
			}

}


/* Page content   AND BASIC CSS STYLING..... */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}