/* Style Sheet for lspt.com.au */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: black;
	color: white;
	max-width: 800px;
	margin: auto;
	padding: 0 4px
}

a:link {/* unvisited link */
  color: #06a3da;
}

a:visited {
  color: yellow;
}

a:hover {
  color: white;
}

a:active {/* selected link */
  color: #06a3da;
}

ul {
	list-style-type:none;
}

h1 {
  text-align: center;
  background-color: black;
  color: white;
  font-size: 42px;
  letter-spacing: 0.75px;
  margin: 20px;
}

h2 {
  text-align: center;
  font-style: italic;
  background-color: black;
  color: #06a3da;
  font-size: 38px;
  letter-spacing: 0.75px;
  margin: 20px;
}

h3 {
  text-align: left;
  background-color: black;
  color: #06a3da;
}

h4 {
  text-align: center;
  background-color: black;
  color: white;
}

p {
	text-align: justify;
	font-size: 15px;
	line-height: 1.3;
}

p.italic {
	font-style: italic;
}

.menu {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color: black;
	padding: 4px;
}

nav ul { 
	display: flex;
	justify-content: space-between;
	padding: 0;
}

* {
  box-sizing: border-box;
}

.center {
	text-align:center;
}

.responsive {
  padding: 0 4px;
  float: left;
  width: 49.99999%;
}

.responsive100 {
  padding: 0 4px;
  float: left;
  width: 100%;
}

div.gallery img {
  width: 100%;
  height: auto;
}

 .info {
	width: 388px;
	height: 234px;
 }
 
@media only screen and (min-width: 769px) {
  .vid {
	width: 768px;
	height: 429px;
	margin: 4px 0;
  }
}

@media only screen and (max-width: 768px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .vid {
	width: 560px;
	height: 315px;
	margin: 4px 0;
  }
}

@media only screen and (max-width: 660px) {
  .head {
	height: 243px;
	padding: 125px 0 20px 0;
  }
  h1{
	font-size: 28px;
  }
  h2{
	font-size: 26px;
  }
 .menu {
	font-size: 12px;
  }
  .vid {
	width: 492px;
	height: 277px;
	margin: 4px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
   .vid {
	text-align: center;
	width: 325px;
	height: 183px;
	margin: 4px 0;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

footer {
	font-size: 10.5px;
}

footer ul {
	display: flex;
	justify-content: space-between;
	margin: 10px;
	padding: 0;
}