a,
a:focus,
a:hover {
  color: #fff; }

html,
body {
  height: 100%; }

body {
  background: url(../img/yuzu-chocolate-bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  font-family: 'Quicksand', sans-serif; }

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle; }

.cover-container {
  margin-right: auto;
  margin-left: auto; }


/* Footer */

.mastfoot {
  position: fixed;
  bottom: 0;
  color: #e1e1e1;
  width: 100%;
}

.yz-box-shadow{
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
	border-radius:5px;
}

.bg-beyaz{
    background-color: rgba(255, 255, 255, 0.9);
}

.btn-secondary {
    color: #fff;
    background-color: #4e2827;
    border-color: #2f1716;
}

.btn-secondary i{
    margin-right:1em;
}

.btn-lg {
    padding: 0.5rem 2rem;
}

.container {
    max-width: 800px;
}


.site-wrapper h3 {margin-bottom:1em}
.site-wrapper p {margin-bottom:0.5em}