* { 
	padding: 0; 
	margin: 0;
	box-sizing: border-box;
 }


.gallery { text-align: center; }
.current-image-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.current-image-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.5s;
}
.current-image-wrapper .hideme {
  opacity: 0;
  transition: opacity 0s;
}
.thumbnails li, .thumbnails a, .thumbnails img {
  display: inline-block;
  width: 5.6em;
  height: 5em;
  border: none;
}
.thumbnails a { outline: none; }

/*styling the look of the page **/

.slabs-body-copy{
	text-align:center;
}


.parent1{
	margin-top:10%;
}


.ang-copy{
    float: left;
    padding-top: 18%;
    padding-left: 9%;
    width: 50%;
}

.parent1::after {
    content: "";
    clear: both;
    display: table;
}

.ang-imgs{
	float: left;
    width: 50%;
}

.parent2{
	 margin-top: 15%;
}

.mag-copy{
	padding-top: 15%;
    float: left;
	padding-bottom: 0%;
}

.mag-imgs{
	width: 50%;
    float: right;
}

.parent2::after {
    content: "";
    clear: both;
    display: table;
}

.parent3{
	margin-bottom: 10%;
    margin-top: 15%
}

.tiger-imgs{
    float: right;
    margin-top: 10%;
    width: 50%;
}

.tiger-copy{
    float: left;
    padding-top: 20%;
}

.parent3::after {
    content: "";
    clear: both;
    display: table;
}


.parent4{
	margin-bottom: 10%;
    margin-top: 5%
}


.mag-copy2{
	padding-top: 15%;
    float: right;
	padding-bottom: 0%;
}

.mag-imgs2{
	width: 50%;
    float: left;
}


.parent4::after {
    content: "";
    clear: both;
    display: table;
}

.tiger-copy-mobile{
	display:none;
}

.mag-copy-mobile{
	display:none;
}

@media only screen and (max-width: 1023px){
	
.tiger-copy{
	display:none;
}

.mag-copy{
	display:none;
}

.tiger-copy-mobile{
	display:block;
    padding-top: 3%;
    text-align: center;
}

.mag-copy-mobile{
	display:block;
	padding-top: 0%;
    text-align: center;
    padding-bottom: 3%;
}
	
.thumbnails li, .thumbnails a, .thumbnails img {
	  display: inline-block;
	  width: 5em;
	  height: 5em;
	  border: none;
}

.tiger-imgs{
    float: none;
    margin-top: 0%;
    width: 100%;
}

.tiger-copy{
    float: none;
    padding-top: 3%;
    text-align: center;
}

.mag-copy{
	padding-top: 0%;
    float: none;
    text-align: center;
    padding-bottom: 3%;
}

.mag-imgs{
	width: 100%;

}

.mag-copy2{
	padding-top: 0%;
    float: none;
    text-align: center;
    padding-bottom: 3%;

}

.mag-imgs2{
	width: 100%;

}
	

.ang-copy{
    float: none;
    padding-top: 3%;
    padding-left: 0%;
    width: 100%;
    text-align: center;
}

.ang-imgs{
	float: none;
    width: 100%;
}	
	
.parent3{
	margin-bottom: 10%;
    margin-top: 15%
}	
	
}

/* 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;
}

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

.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){

.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;
}