/*
Theme Name: We Are Revolution
Theme URI: https://example.com/
Author: Converted Theme
Author URI: https://example.com/
Description: A simple WordPress theme scaffold converted from static HTML files.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: wearerevolution
*/

/* Basic theme styles (keeps most layout to page templates) */
html,body{height:100%;}
body{margin:0;font-family:Open Sans, Arial, sans-serif;color:#000;background:#fff}


/* ==========================================================================
   Footer
   Paste into style.css, or @import this file from your main stylesheet.
   ========================================================================== */

.footer {
	width: 100%;
	height: 330px;
	background: #000;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

/* Logo Area */
.footer-logo {
	position: absolute;
	left: 90px;
	top: 95px;
	text-align: center;
}

.svg-placeholder {
	width: 140px;
	height: 105px;
	margin: 0 auto 12px;
}

.footer-logo h2 {
	color: white;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
	margin: 0;
}

/* Bottom Section */
.footer-bottom {
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

/* Center Text */
.footer-info {
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 1.8;
}

.footer-info p {
	margin: 0;
}

/* Privacy Link */
.privacy-link {
	position: absolute;
	right: 340px;
	bottom: 0;
	color: white;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}
.menu a {
    font-weight: 900 !important;
}



