

/* ==========================================================================
   main.css for hoa quynh restaurant
   ========================================================================== */

/* ---------- global styles ---------- */

body {
    background-color: #30281F;
    color: white;
    /*background-image: url("../img/SAM_2608.jpg");
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;*/
}

/* fullscreen bg which also works for mobile 
safari (viewport-units-buggyfill.js required) */
#fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100vh;
    background-image: url("../img/SAM_2608.jpg");
    background-position: bottom;
    background-size: cover;
}

h1 {
    font-size: 2.57em; /* bootstrap default equals 2.57em */
}

h2 {
    font-size: 2.57em; /* bootstrap default equals 2.14em */
}

h3 {
    font-size: 1.71em; /* bootstrap default equals 1.71em */
}

h4 {
    font-size: 1.29em; /* bootstrap default equals 1.29em */
}

h5 {
    font-size: 1em; /* bootstrap default equals 1em */
    font-weight: bold;
}

h1, h2, h3, h4 {
    font-weight: lighter;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}

h4, h5 {
    margin-bottom: 0em;
}

small {
    font-size: 0.7em;
}

p {
    margin-bottom: 1em;
}

a:link, a:visited, a:focus, a:hover, a:active {
    color: #FFBA42;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border-top: 1px solid #FFBA42;
}



/*  ---------- navbar styles ---------- */

/* center items */
@media (min-width: 768px) {
	.navbar-nav {
		margin: 0 auto;
		display: table;
		table-layout: fixed;
 		float:none;
	}
} 
/* navbar */
.navbar-inverse {
    background-color: #780000;
    border-color: #780000;
}
/* title */
.navbar-inverse .navbar-brand {
    color: #FFBA42;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #FFBA42;
}
/* link */
.navbar-inverse .navbar-nav > li > a {
    color: #FFBA42;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #FFBA42;
    background-color: #8C0000;;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFBA42;
    background-color: #8C0000;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #FFBA42;
    background-color: #8C0000;
}
/* caret */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFBA42;
    border-bottom-color: #FFBA42;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #FFBA42;
    border-bottom-color: #FFBA42;
}
.navbar-inverse .navbar-nav > .open > a .caret, 
.navbar-inverse .navbar-nav > .open > a:hover .caret, 
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #FFBA42;
    border-bottom-color: #FFBA42;
}
/* mobile version */
.navbar-inverse .navbar-toggle {
    border-color: #FFBA42;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #8C0000;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFBA42;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
    }
}



/* --- carousel styles --- */

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 2em;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control.left {
  background-image: none;
  filter: none;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: none;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #FFBA42;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

/* actually a bs3 bugfix for glyphicon position on phones */
.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  z-index: 5;
  display: inline-block;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #FFBA42;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFBA42;
}

/* carousel items */
#carousel-food .item {
    background-position: center;
    background-size: cover;
    height: 50vh;
    width: 100%;
}

#carousel-food .img1 {
    background-image: url("../img/IMG_1781.jpg");
}

#carousel-food .img2 {
    background-image: url("../img/332-Ca-nuong3.jpg");
}

#carousel-food .img3 {
    background-image: url("../img/421-Massamann-Nua.jpg");
}


/* --- modal styles --- */

.modal-header {
  min-height: 40px;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#karten-modal .modal-body {
    position: relative;
    padding: 0px;
}

#karten-modal iframe {
    width: 100%;
    min-height: 90vh;
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
}

#karten-modal .modal-dialog {
    width: 800px;
    max-width: 100%;
}

#like-modal .modal-body {
    position: relative;
    padding: 0px 20px 0px;
}

#like-modal .modal-dialog {
    width: 230px;
    max-width: 100%;
}



/* --- like-button styles --- */

.like-button {
  padding: 2px 8px;
  background-color: #ffba42;
  border-radius: 3px;
  color: #780000;
  font-size: 0.7em;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
}

.like-button-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}

.like-button .glyphicon {
  margin-right: 3px;
}

.embedded-like-button {
  margin: 20px 0px 25px;
}

.delicious-button a:link, 
.delicious-button a:visited, 
.delicious-button a:focus, 
.delicious-button a:hover, 
.delicious-button a:active {
  font-size: 14px;
  color: #0b79e5;
  text-decoration: none;
} 



/* --- header, section and footer specific styles ---*/

/* anchor with 50 px navbar offset */
.anchor {
    height: 50px;
    margin-top: -50px;
    visibility: hidden;
}

header {
    position: relative;
    height: 100vh;
    padding-top: 50px; /* offset for fixed navbar */
    overflow: hidden;
    text-align: center;
}

.colorbar {
    background-color: #780000;
    height: 10px;
    display: none;
}

.branding {
    background: rgba(48, 40, 31, 0.6);
    padding: 3em 0em;
}

.brand-name {
    font-size: 7em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.brand-sub {
    margin-top: 1.5em;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.branding hr {
    width: 80%;
}

.fast-contact {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(48, 40, 31, 1);
    padding: 1em 0em;
}

.fast-contact p {
    margin-bottom: 0;
}

.forward-button {
    display: none;
}

section {
}

.section-header {
    min-height: 50vh;
}

.section-content {
    padding: 0.5em 0em 3em;
}

#speisen {} 

#speisen .section-header {

}

#speisen .section-content {
    background: rgba(48, 40, 31, 1);
}

#service {}

#service .section-header {
    background-image: url("../img/DSC00622.jpg");
    background-position: center;
    background-size: cover;
}

#service .section-content {
    background: rgba(48, 40, 31, 1);
}

#ueber-uns {} 

#ueber-uns .section-header {
    background-image: url("../img/SAM_2695.jpg");
    background-position: center;
    background-size: cover;
}

#ueber-uns .section-content {
    background: rgba(48, 40, 31, 1);
}

#anfahrt {}

#anfahrt .section-header {
    padding: 4em 0em;
}

.gmap-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.8);
}
 
.gmap-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#anfahrt .section-content {
    background: rgba(48, 40, 31, 0.8);
}

#anfahrt td {
    padding-right: 1em;
}

footer {
    background-color: black;
    padding-top: 1.5em;
    text-align: center;
}

footer .socialmedia-links img {
  width: 48px;
  height: 48px;
  padding: 6px;
  margin: 6px;
  background-color: #ffba42;
  border-radius: 3px;
}

.copyright {
  margin: 5em 0em 3em;
  text-align: center;
}

.simple-page {
  padding: 50px 0px 2em;
}



/* ---------- device dependent styling ---------- */

/* phones */
@media screen and (max-width: 767px) {
    .navbar {
        display: none;
    }
    header {
        padding-top: 0px;
    }
    .colorbar {
        display: block;
    }
    .branding {
        padding: 0em 0em 2em;
    }
    .branding h1 {
    }
    .brand-name {
        font-size: 5em;
        line-height: 0.95em;
    }
    .brand-sub {
        margin-top: 1.5em;
        font-size: 1.06em;
        line-height: 1.2em;
    }
    .fast-contact {
        padding: 0.5em 0em 0em;
    }
    .forward-button {
        display: block;
        margin-top: 0em;
        font-size: 1.5em;
    }
    .anchor {
        height: 0px;
        margin-top: 0px;
    }
}

/* desktops */
@media screen and (min-width: 992px) {
    html, body {
        font-size: 16px;
    }
}

/* large desktops */
@media screen and (min-width: 1200px) {
    html, body {
        font-size: 18px;
    }
}


