html, body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0
}

body {
	/*background-image: url('images/triangle-logo-300.png');
	background-position: center top;
	background-repeat: no-repeat*/
}

.emphatic {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}

.line {
	display: block
}

.minor-heading {
	font-weight: bold;
}

.hidden-spacing-text {
	visibility: hidden;
}

header {
	background-image: url('images/triangle-logo-334.png?r1');
	background-position: center top;
	background-repeat: no-repeat;
	display: table;
	padding-bottom: 10px;
	width: 100%
}

header #contact-info,
header #tagline {
	display: table-cell;
	height: 231px; /* height of logo background image */
	font-weight: bold;
	vertical-align: middle
}

footer {
	font-size: 0.7em;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
}

.location-photo img {
	height: 200px
}

#location-assets,
#location-info {
	display: table;
	width: 100%
}

#location-assets .location-photo,
#location-assets .location-map,
#location-info .location-description,
#location-info .usaproud {
	display: table-cell;
	vertical-align: bottom
}

#location-info .location-description,
#location-info .usaproud {
	vertical-align: middle
}

#location-assets .location-map,
#location-info .usaproud {
	text-align: right
}

#page-wrapper {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding: 11px 19px;
}

#tagline {
	font-weight: bold;
	text-align: center
}

/*#breakfast-menu,
#lunch-menu {
	display: table;
	width: 100%;
}*/

#breakfast-menu .breakfast-sandwich,
#breakfast-menu .breakfast-specials {
	display: table-cell;
}

#status-container {
	margin-bottom: 16px;
	margin-top: 8px;
}

#status-container img {
	width: 40%;
}

.breakfast-menu-inner,
.lunch-menu-inner {
	display: table;
	width: 100%;
}

.lunch-menu-inner .item {
	display: table-row;
}

.lunch-menu-inner .description,
.lunch-menu-inner .price {
	display: table-cell;
}

.lunch-menu-inner .price {
	text-align: right;
}

.breakfast-heading,
.lunch-heading {
	font-weight: bold;
	text-align: center;
}

.notice-plus-tax {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}

.notice {
    background-color: rgb(255,255,51);
    border: 1px solid rgb(255,51,52);
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

.notice .headline {
    font-size: 1.5em;
    font-weight: bold;
}

@media (max-width:750px) {

	#page-wrapper {
		box-shadow: none;
	}

}

@media (max-width:650px) {

	#location-assets .location-photo img {
		height: auto;
		width: 100%;
	}

	#location-assets .location-photo {
		width: 50%;
	}

	#location-assets .location-map iframe {
		width: 100%;
	}
}

@media (max-width:550px) {

    body { font-size: 23px; }

	header {
		padding: 128px 3px 3px;
		text-align: center;
	}

	header,
	header #contact-info,
	header #tagline {
		display: block;
	}

	header #contact-info,
	header #tagline {
		height: auto;
	}

	header #tagline {
		margin-bottom: 17px;
		margin-top: 17px;
	}

    #page-wrapper {
        padding: 0px 5px 5px;
    }

	#location-assets,
	#location-assets .location-photo,
	#location-assets .location-map {
		display: block;
		width: 100%;
	}

	#location-assets {
		text-align: center;
	}

	.notice-plus-tax {
		font-size: 0.7em;
		text-align: center;
	}
	
	#breakfast-menu .breakfast-menu-inner,
	#breakfast-menu .breakfast-sandwich,
	#breakfast-menu .breakfast-specials {
	    display: block;
	}
	
    .notice {
        background-color: rgb(255,255,51);
        border: 1px solid rgb(255,51,52);
        font-size: 1.0em;
        margin-bottom: 10px;
        padding: 8px 0;
        text-align: center;
        text-transform: uppercase;
    }
    
    .notice .headline {
        font-size: 1.2em;
        font-weight: bold;
    }

}