@charset "utf-8";
/* CSS Document */



.navbar-brand {
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#logo { 
	
	max-width: 50%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding-left: -15px;
	
}

.big { max-height: 200px; }
.scrolling { max-height: 80px; }

.navbar-custom { min-height: 85px; }
.navbar-custom.top-nav-collapse { padding: 20px 0; }

body { 
		/* background-image: url('../img/venenum-bg.jpg'); */
		background-repeat: repeat;
		font-family: 'EB Garamond', serif; 
		
		 }
		 
.btn, .navbar-custom, h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
    text-transform: uppercase; }
	
#events-upcoming li {
	list-style-type: none;
	margin-bottom: 10px; }