/*
Theme Name: Bouncy Art WordPress Theme
Author: Bouncy Art
Description: A WordPress theme for BouncyArt.com.
Version: 1.0
Text Domain: bouncyart
*/

body {
    background-color:#191919;
    color:#e5e5e5;
    text-align:center;
    font-family: "Work Sans", sans-serif;
	min-width:280px;
	margin:40px 20px;
}

a {
	color:#e5e5e5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	text-align: center;
}

#ba-logo {
    max-width:200px;
}

#ba-social-menu {
	margin-bottom:40px;
	margin-top:20px;
}

.ba-social {
	display:inline-block;
	font-size:.8rem;
	margin:0 7px;
}

.fa-patreon, .fa-youtube, .fa-instagram, .fa-tiktok {
	font-size:2rem;
	margin-bottom:8px;
}

p {
	max-width:700px;
	margin-right:auto;
	margin-left:auto;
	line-height:1.6;
}

#ba-privacy-container {
	max-width:700px;
	margin-right:auto;
	margin-left:auto;
	line-height:1.6;
	text-align:left;
}

footer {
	font-size: .8rem;
}

.wpautoterms-footer {
	display:none!important;
}

#ba-content-container {
    max-width:1200px;
    margin:0 auto 60px auto;
}