@charset "utf-8";
/* CSS Document */

.universal-ipad-charging-station-6 {
	background:url(../../IMAGES/universal-ipad-charging-station-6.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	position: relative;
	margin-left: 450px;
	background-size: 444px 500px;
	width: 444px;
	height: 500px;
}




.back-to-top {
 
background: none;
 
margin: 0;
 
position: fixed;
 
bottom: 0;
 
right: 0;
 
width: 40px;
 
height: 40px;
 
z-index: 100;
 
display: none;
 
text-decoration: none;
 
color: #000000;
 
}
 
  
 
.back-to-top i {
 
  font-size: 40px;
 
}
h1 {
  /* Extra small devices (phones, less than 768px) */
	@media (max-width: 768px)
	font-size: 22px;

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 28px;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 34px;
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    font-size: 36px;
  }
}
h2 {
  /* Extra small devices (phones, less than 768px) */
  font-size: 20px;

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 24px;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 30px;
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    font-size: 34px;
  }
}


