/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-image: url("../img/old_map.jpg");
	background-size: cover;
	background-attachment: fixed;
	font-size: 13.5pt;
	
}

a {
	color: #6b3042;
}

a:visited {
	color: #6b3042;
}

a:hover {
	color: #56585a;
}

a:active {
	color: #56585a;
}

.img-hor {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.img-ver {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.garnish {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.garnish-border {
	margin: auto;
	padding: 6px;
}

.logo {
	max-height: 275px;
	margin: auto;
}

.navbar .navbar-nav {
	border: none;
	display: inline-block;
	float: none;
}

.navbar-default {
	border:none;
	background: none;
}

.navbar-toggle {
	border: thick solid black;
}

.navbar .navbar-collapse {
	text-align: center;
}

#navbar-primary .navbar-nav > li > a {
	border-top: thick solid black;
	border-bottom: thick solid black;
	border-style: double none double none;
	padding-left: 12px;
	padding-right: 12px;
}

.carousel .carousel-inner {
	background: none;
	max-height: 600px;
}

.slide {
		max-height: 600px;
}

.break {
	padding: 10px;
}
.carousel .item img{
	margin: 0 auto; /* Align slide image horizontally center */
	max-height: 600px;
}

.carousel-caption {
	margin-bottom: 25px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

footer {
	margin-top: 15px;
	padding: 15px;
	width: 100%;
	text-align: center;
	background-color: #9e9e9e;
}

h2 {
	text-align: center;
	font-size: 36px;
}

.btn-primary {
	background-color: #9e9e9e;
	border-color: #000000;
}

.vertical-center {
	display: flex;
	align-items: center;
}

.sub-banner {
	width: 100%;
	max-height: 400px;
	position: relative;
	margin-bottom: 30px;
}

.form-horizontal {
	border: 2px solid #56585a;
	border-radius: 15px;
	margin-top: 30px;
}

.google-maps {
	overflow: hidden;
	height: 0;
	max-width: 500px;
	padding-bottom: 70%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 2px solid #56585a;
	border-radius: 15px;
}

.refer {

	border-radius: 15px;
	border: 2px solid #56585a;
}

.menu {
	margin-bottom: 15px;
	max-width: 1200px;
 	margin: 0 auto;
 	background-color: white;
 	padding: 10px;
 	border-radius: 15px;
}
.menu_title {
		text-align: center;
		font-size: 30px;
		padding-bottom: 15px;
	}
.menu_section {
	margin-bottom: 30px;
}
.menu_section h3 {
	font-style: italic;
}
.menu_item {
	margin: 0 15px;
	position: relative;
}
.menu_item h4 {
	margin-bottom: 0px;
}
.price {
	display: block;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0;
	font-weight: bold;
}
.description {
	margin-top: 5px;
	font-style: italic;
	background-color: white;
	display: inline-block;
	max-width: 50%;
}
hr {
	border: none;
 	border-top: 1px dotted black;
 	margin-top: -20px;
}
.menu_containsRaw {
	text-align: center;
 	font-size: 11px;
	font-style: italic;
}
@media (max-width: 575px) {
	.menu_section h3 {
		text-align: center;
 		font-size: 30px;
	}
	.menu_item {
		text-align: center;
	}
	.price {
		float: none;
		position: static;
		margin-top: 15px;
	}
	hr {
		display: none;
	}
}

@media (min-width: 1250px){
	.text-scale {
		font-size: 17pt;
	}
	#navbar-primary .navbar-nav > li > a {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 767px){
	.navbar-default {
		background-color: #56585a;
	}
	#navbar-primary .navbar-nav > li > a {
		border-top: none;
		border-bottom: none;
		border-style: none;
	}
	#navbar-primary .navbar-nav > li > a:link {
		color: white;
	}
	#navbar-primary .navbar-nav > li > a:hover {
		color: #9e9e9e;
	}
	.carousel-caption {
		margin-bottom: 5px;
	}
	h1 {
		font-size: 16pt;
	}
	h2 {
		font-size: 30pt;
	}
	.btn-responsive {
    	padding:4px 4px;
    	font-size:80%;
    	line-height: 1;
	}
	.google-maps {
		padding-bottom: 70%;
	}
	.figure {
		margin-left: 5px;
		margin-right: 5px;	
	}
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
