@import url(http://fonts.googleapis.com/css?family=Permanent+Marker|Architects+Daughter|Cinzel:400,700|Roboto:400,100);


body {
	font-family:'Architects Daughter';
	}
	
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6 {
	font-family:'Permanent Marker';
	}

p {
	font-family:'Roboto';
}

.navbar-brand {
	font-family:Cinzel;
	font-weight:700;
	}
	
.navbar-inverse,
.btn-primary {
	background:#071974;
	}
	
.navbar-inverse .navbar-brand {
	color:#fff;
	}


.no-carousel {
	padding-top:75px;
	}
	
	
.navbar-inverse .navbar-nav > li > a {
	color:#e9e9e9;
	}
	
.form-control, li button {
	height:25px;
	font-family:'Helvetica Neue', Helvetica
	}
	
li .form-inline {
	margin-top:10px;
	}	
	
li .btn {
	padding-top:3px;
	}