﻿@charset "utf-8";
/* CSS Document */

.bg-dark {
	background-color: black !important;
}

footer {
  background: black !important;
  margin-top: 5%;
}

footer a:link, footer a:visited {
  color: white !important;
}

footer a:hover, footer a:active, footer a:focus {
  color: #c49e0d !important;
  text-decoration: none;
}

.hero {
  text-align: center;
}

.banner {
  bottom: 50px;
  background-color: #a4272b;
}

.banner span {
  color: white;
  font-family: Impact;
  padding-left: 50px;
  font-size: 3.5vw;
  letter-spacing: 30px;
}

#s4-bodyContainer {
  padding-bottom: 0px !important;
}

#SOCAF-info {
  border-radius: 25px;
}

ul.a {
  list-style-type: circle;
}

.video-container {
		position:relative;
		width: 100%;
		padding-bottom: 56.25%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}