/*
Theme Name: Soy & Ginger
*/

html {
	font-family: 'Oswald', sans-serif;
	background-attachment: fixed;
	font-size: 20px;
}

body {

}

.bfc {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; 
 }

.logo {
	text-align: center;
}

 .logo img {
 	width: 100%;
 	max-width: 600px;
 }

 #main {
	font-family: courier;
 }

.menu-section {
	padding: 2rem;
}

#main p, #main h4 {
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#main h4 {
	transform: rotate(-5deg);
	font-family: 'DK-Superbrush-Regular';
	font-size:60px;
	color: #E7212C;
	margin: 5px 0;
	font-weight:normal;
}

#main h3 {
	color: white;
	background: #07146f;
	font-family: Qwigley;
    font-size: 3rem;
    margin: 0;
}

#main strong {
	float: right;
}

h6 {	
	color: white;
	background: #07146f;
	margin-top:0;
	padding-bottom:1rem;
}

h3 img {
	    vertical-align: middle;
    padding: 15px;
    margin-left: -40px;
}

h5 {
	font-family: 'DK-Superbrush-Regular';
    font-size: 30px;
    font-weight: normal;
    margin: 5px 0;
}

.column strong {
	float:none !important;
	font-size:30px;
	line-height: 10px;
}

.column strong.il {
	float: right!important;
    font-size: 20px;
    line-height: 20px;
}

@media (min-width:769px) {
	.column {
		width:50%;
		float:left;
		padding:0 5%;
		box-sizing: border-box;
	}
}
@media (max-width:769px) {
	.column {
		padding:0 10%;
	}
}


@font-face {
    font-family: 'DK-Superbrush-Regular';
    src:url('fonts/DK-Superbrush-Regular.ttf.woff') format('woff'),
        url('fonts/DK-Superbrush-Regular.ttf.svg#DK-Superbrush-Regular') format('svg'),
        url('fonts/DK-Superbrush-Regular.ttf.eot'),
        url('fonts/DK-Superbrush-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}