/* @override 
	http://localhost/~soteria/tianawallace/assets/include/coven23.css
	http://localhost/~soteria/covenshoppe/assets/includes/coven23.css */

@charset "UTF-8";

html {
   			min-height: 100%;
		}
		
        body {
			background: url(../images/coven-bg.jpg) center center no-repeat antiquewhite;
	background-size: cover;
			font-size: 2em;
			
		}
        .splash {
            width:100%;
            text-align: center;
			font-family: 'Alegreya', serif;
		}
        
        img.logo {
            max-width: 600px;
            margin-left: auto;
            margin-right:auto;
            margin-top:10%;
            margin-bottom:5%;
        }
        
        img.textimg {
            width: 45%;
            max-width: 500px;
            margin-left: auto;
            margin-right:auto;
            margin-bottom:10%px;
        }
        
        .sigil {
			width: 100px;
			position: fixed;
			
			bottom: 1px;
			left: 45%;
		}
        
        .img-address {
            width: 20%;
                min-width: 200px;
        }
        
        table {
			margin-right: auto;
	margin-left: auto;
		}
		
		a {
			color: #ffffff;
			text-decoration: none;
		}
