html, body {
	height: 100%;
	margin: 0px;
	background-color: #000;
	background-image: url("../img/aosports-bg.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	color:#fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	overflow-x:hidden;
}

a {
	color:#fc0000;
	font-weight: bold;
	transition: 0.3s;
}

a:hover {
	color:#4c56aa;
	text-decoration: none;
}

.smallfont {
	font-size: 0.75em;
}

.content {
    min-height: 100%;
	margin-bottom: -50px;
}

.main-content {
	margin:0 20%;
}

.push {
	height: 50px;
}

.center {
	margin: auto;
	text-align: center;
}

.shop {
	margin:25px 0px;
	max-width: 100%;
	max-height: auto;
}

.details {
	background-color: #1C1C1C;
	border-top: 1px solid #5C5C5C;
	padding: 40px 20px 0px 20px;
	margin-top: 50px;
}

.banner {
	margin-top: 50px;
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read*/
  /* Set a specific height */
  height: 25vh;
  width: auto;
  background-image: url("../img/hero-image.jpg");
  /* Position and center the image to scale nicely on all screens */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #5C5C5C;
  top: 0px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

#col-left {
	padding: 25px 50px;
}

#col-right {
	padding: 25px 50px;
}

.button {
    background-color: #fc0000;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 16px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 4px;
}

.button:hover {
	background-color: #4c56aa;
}

.responsive {
  width: 50%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.aologo img{
	max-width: 100%;
	max-height: auto;
}

.pic82 img{
	margin:30px;
}

a img{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	border: solid 2px #000;
	
	transition: 0.3s;
	-o-transition: 0.3s; /* opera */
    -ms-transition: 0.3s; /* IE 10 */
    -moz-transition: 0.3s; /* Firefox */
    -webkit-transition: 0.3s; /*safari and chrome */
}

a img:hover {
	border: solid 2px #FFF;	
	transform: scale(1.05);
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.site-footer {
	height: 50px;
	background-color: #000;
	text-align: center;
	padding: 15px 0px 0px 0px;
	width: 100%;
	font-size: 0.75em;
	border-top: 1px solid #5C5C5C;
	color: #5C5C5C;
}


@media only screen and (max-width: 1600px) {
	 .aologo img{
		max-width: 100%;
		max-height: auto;
	}
	
	.pic82 img{
		max-width: 100%;
		max-height: auto;
		}
	
	.main-content {
	margin:0 10%;
	}
}

@media only screen and (max-width: 992px) {
	 .aologo img{
		max-width: 100%;
		max-height: auto;
	}
	
	.pic82 img{
		max-width: 100%;
		max-height: auto;
		}
}

@media only screen and (max-width: 575.98px) {
 
.main-content {
	margin:0;
	}
	
	.banner {
	margin-top: 25px;
	}
}