/*
	Theme Name: WP Data Sync Sites
	Theme URI: https://kevinbrent.com
	Description: WP DataSync Sites showcases the sleek difference that white space and typography make in minimal design.
	Author: KevinBrent
	Author URI: https://kevinbrent.com
*/

.section {
	width: 100%;
	margin: auto;
	text-align: center;
}

.content-wrap {
	  position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
}

.content {
		width: 100%;
		max-width: 300px;
		margin: auto;
}

.content img {
		align-self: center;
		width: 100%;
		-webkit-filter: drop-shadow(5px 5px 5px #999);
		filter: drop-shadow(5px 5px 5px #999);
}

.account-disabled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 12px;
	text-align: center;
	background-color: #25215f;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 9999;
}

.account-disabled a {
	 color: #CEC8C8;
 }

.account-disabled a:hover {
	color: #FFFFFF;
	text-decoration: none;
}