/*
	Theme Name: SVA Theatre 2021
	Theme URI: http://www.svatheatre.com/
	Description:
	Author: Anthony DeSalvatore
	Author URI: nlicllc.com
	License:
	License URI:
	Version: 1.0
	Tags:
*/


body {
    padding-top: 4.5rem;
    font: 8.75px "proxima-nova",Arial,Helvetica,sans-serif;
    color: #212121;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
    /*color: #001A33;*/
  }

  footer {
	width: 100%;
	background: url(../images/footer-bg.gif);
	border-top: 2px solid #006;
	padding: 15px 0;
	z-index: 200
}
@media only screen and (min-width: 801px) {
footer {
	position: fixed;
	bottom: 0;
	padding: 15px 0 8px
}
}
footer .footer-content p, footer .footer-content a {
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	text-decoration: none
}
@media only screen and (min-width: 500px) {
footer .footer-content p, footer .footer-content a {
	float: left;
	margin-right: 10px;
	font-size: 12px
}
footer .footer-content p.title, footer .footer-content a.title {
	font-size: 12px
}
}
footer .footer-content a {
	float: none
}
footer .footer-content .title {
	font-size: 18px
}
footer .footer-content .fax {
	margin-bottom: 5px
}
footer .footer-content .logo {
	display: block;
	background: url(../images/footer-sva-logo.png) no-repeat;
	background-size: 180px 46px;
	height: 46px;
	width: 180px;
	margin: 0 auto
}
@media only screen and (min-width: 500px) {
footer .footer-content .logo {
	background-size: 92px 24px;
	height: 24px;
	width: 92px;
	float: right;
	margin: -3px 0 0 0
}
}