
html, body,
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
		letter-spacing: 0px;
	color: rgba( 0, 0, 0, .75 )
}

body a {
}

.entry-content a {
    border-bottom: 0px solid rgba( 0, 0, 0, 1 );
	
    color: rgba( 0, 0, 0, .35 );
}

.page-header {
		letter-spacing:-3px;
    min-height: 300px;
}


.entry-content a:hover {
    border-bottom: 0px solid rgba( 0, 0, 0, 1 );
}

.alt-nav a:hover{
	    color: rgba( 0, 0, 0, .35 );
    text-decoration: none;
}

.page-header {
	background: url(http://www.sushmeit.com/wp-content/uploads/2017/11/ezgif-4-b6f3f0375e.gif) center no-repeat ;
background-size:48%;
}

.site-header .site-title {
	color: rgba( 0, 0, 0, .35 );
    font-size: 22px;
	    font-weight: 700;
	letter-spacing:-0.1px;
	opacity: .7;
}


.alt-nav {

	 font-size: 22px;
		    font-weight: bold;
    margin-top: 0px;
opacity: .7;
}

.alt-nav {
    margin-top: 0px;
letter-spacing:-0.3px;
	    transition: all .2s ease-in-out;
}



.alt-nav a:hover{
	    color: rgba( 0, 0, 0, .35 );
    text-decoration: none;

}

.site-footer p { 
	font-size: 0px;
	color: rgba( 0, 0, 0, .35 );
	font-weight: 500;
    line-height: 2;
	text-align: center; 
}

.meta {
	display: none;
}

h2 {
	 font-size: 38px;
}

.title {
	font-size: 38px;
}

.show-preview-titles .post-preview:hover .preview-image:after {
	background: rgba( 0, 0, 0, 0.3 );
}


@-webkit-keyframes jumper
{
    15%
    {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    30%
    {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50%
    {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    65%
    {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    80%
    {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes jumper
{
    15%
    {
        -webkit-transform: translateY(3px);
        transform: translateY(2px);
    }
    30%
    {
        -webkit-transform: translateY(-3px);
        transform: translateY(-2px);
    }
    50%
    {
        -webkit-transform: translateY(2px);
        transform: translateY(1px);
    }
    65%
    {
        -webkit-transform: translateY(-2px);
        transform: translateY(-1px);
    }
    80%
    {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

:hover
{
        -webkit-animation: jumper .8s ease-out;
        animation: jumper .8s ease-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}