body {
	font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url('Logos/stars.gif');
  margin: 0;
  padding: 0;
}

p {
	color: #e6e6e6;
	font-size: 20px;
	font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-align: center;
}

.container{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: black;
}

.content{
  height: 100%;
  max-width: 35%;
	min-width: 250px;
  margin: 0 auto;
	padding: 30px 50px 25px 50px;
	background-image: url('Logos/stars_main.gif');
	border-style: ridge;
  border-width: 15px;
}

a {
	text-decoration: none;
	color: #0066ff;
}

/* show underline on hover */
span:hover {
	text-decoration: underline;
}

ul {
  list-style-image: url('Logos/list.gif');
  color: #3399ff;
	font-size: 20px;
}

.main {
	padding-left: 10px;
	padding-right: 10px;
}

.auto-resizable-iframe {
  max-width: 420px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 12.5%;
  padding: 0px;
}

.column2 {
  float: left;
  max-width: 25%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 

.column img {
      transition: all 0.1s ease-in-out;
}

.column:hover img {
      transform: scale(1.35,1.35)
}

.column2 img {
      transition: all 0.1s ease-in-out;
}

.column2:hover img {
      transform: scale(1.2,1.2)
}













