@charset "UTF-8";


.header{
	border-bottom: 1px dashed #cccccc;
	background: #FFFFFF;
}
h1{
	font-family: 'League Script', cursive;
}

.post-title h2{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	padding-top:30px;
	padding-bottom:20px;
	color: #333;
}

.logo{
	padding-top: 20px;
	padding-bottom: 10px;
		
	}
a{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #999999;
}
.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #999999;
}
.title-bar {
	background: transparent;
	}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: '';
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #000000 transparent transparent;
    
}
.sitename{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: right;
}

.callout{
	margin-bottom: 50px;
}

.callout figcaption{
	font-family: 'Lato', sans-serif;
	font-style: italic;
}

.top-bar, .top-bar ul {
    background-color: #ffffff;
}

@media only screen and (max-width: 768px) {

	h1{
		font-size: 2em;
	}
 	 
 	 .sitename{
		margin: 0 auto;
		text-align: center;
	}

	.logo{
	padding-bottom: 0px;
	margin: 0 auto;
		text-align: center;
		
	}

	.post-title h2{
		text-align: center;
	}

}