:root {
    --tann-white: #fff; 
    --tann-light : #f5f7f9;
    --tann-blue : #314858;
}

html 
{
    font-family: sans-serif;
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body {
  background-color: var(--tann-light);
}

h1 {
    font-size: 34px;
    margin: 18px 0; 
    line-height: 37px;
}

h2 {
    font-size: 30px;
    margin: 13px 0; 
    line-height: 33px;
}

h3 {
    font-size: 26px;
    margin: 12px 0; 
    line-height: 29px;
}

h4 {
    font-size: 20px;
    margin: 10px 0; 
    line-height: 22px;
}

h5 {
    font-size: 16px;
    margin: 8px 0; 
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 
{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

em {
    font-style: italic;
}

p {
    margin-top: 10px; 
    margin-bottom: 20px;
}

a {
  color: black;
}

section {
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .container {
    width: 750px; 
  } 
}
@media (min-width: 992px) {
    .container {
        width: 970px; 
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px; 
    } 

    section {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}

.standard {
    padding-top: 30px;
    padding-bottom: 30px;
}

.standard .standard-text{
    padding-left: 50px;
    padding-right: 50px;
}

.section-header {
    margin-bottom: 40px;
}

.img-bigrounded 
{
    border-radius: 48px;
    margin-bottom: 30px; 
    margin-top: 30px; 
}

@media (min-width: 1200px) {
  .img-bigrounded  {
      margin-bottom: 0px; 
      margin-top: 0px; 
  }
}

.bg-lighter {
    background-color: var(--tann-light);
}

.bg-white {
    background-color: var(--tann-white);
}

.bg-blue {
    background-color: var(--tann-blue);
}

.text-center {
    text-align: center;
}

.img-circle {
    border-radius: 50%;
}

.box-container {
    border-radius: 48px;
    padding: 50px 0;
}

.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto; 
}

:target {
  scroll-margin-top: 60px; 
}

/* Team members */

.team-member {
  text-align: center;
}

.team-member img {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 7px solid #fff;
  max-width:80%;
}

/* Opening hours */

#openinghours .openinghours-day
{
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    width: 120px;
    display: inline-block;
    margin-right: 10px;
}

#openinghours .openinghours-hours
{
    font-size: 20px;
    width: 140px;
    text-align: left;
    display: inline-block;
    line-height: 40px;
}

#openinghours img {
  margin-top:0px;
}
/* 
@media (min-width: 992px) {
  #openinghours .openinghours-day{
      width: 140px;
  }

  #openinghours .openinghours-hours{
    width: 140px;
  }
} */

/* Order */ 

#order img
{
  margin-left:auto;
  margin-right:auto;
}

#map-container
{
  width:100%; 
  margin-top:60px;
}

#map-container #map {
  border-radius: 48px;
}

#houseImage {
  margin-top: 50px;
}

@media (min-width: 768px) {
  #houseImage {
    margin-top: 80px;
  }
}

.order-icon-container 
{
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.order-icon-container .order-heading{
  margin-top: 20px;
  margin-bottom: 0;
}

.order-icon {
  background-color: var(--tann-blue);
  height: 120px;
  width: 120px;
  border-radius: 50%;;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}

.order-icon:hover {
  transform: scale(1.1);
}

.order-icon svg {
  width: 50%;
  vertical-align: middle;
}

/* Footer */

footer {
  text-align: center;
  color: #fff;
  background-color: var(--tann-blue);
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Header */

header {
  text-align: center;
  color: #fff;
  display: block;
  background-attachment: scroll;
  background-image: url(../img/header-bg.jpg);
  background-position: center center;
  background-repeat: none;
  height: 50vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}


@media (min-width: 768px) {
  header {
    height: 60vh;
  }
}
@media (min-width: 992px) {
  header {
    height: 70vh;
  }
}
@media (min-width: 1200px) {
    header {
      height: 80vh;
    }
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px; 
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; 
  }

  header .intro-text h1 {
    margin-bottom: 80px;
    font-size: 75px;
    text-transform: uppercase;
    font-style: italic;
    line-height: 40px; }

  header .intro-text h2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    line-height: 75px; } 
}

  header .btn-primary 
  {
    border-color: var(--tann-blue);
    background-color: var(--tann-blue);
    padding: 20px 40px;
    transition: transform .2s ease;

  }

  header .btn-primary:hover
  {
    border-color: var(--tann-blue);
    background-color: var(--tann-blue);
    transform: scale(1.1);
  }

/* Image carousel */

#carousel {
  padding-top: 0;
}

#carousel .carousel-inner {
  border-radius: 48px;
}

/* Navigation */

#header-logo
{
  background-image: url(../img/logo.png);
  background-size: contain;
  height: 60px;
  width: 220px;
  background-repeat: no-repeat;
}
    
nav {
  background-color: var(--tann-blue);
}

.nav-link {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.collapse .navbar-nav, .collapsing .navbar-nav {
  margin-top: 10px;
  padding-left: 50px;
}
.nav-item {
  margin-left: 20px;
}

@media (min-width: 992px) {
  nav {
    background: linear-gradient(to bottom, var(--tann-blue), transparent);
    transition: background-color 0.3s ease, height 0.3s ease; 
    height: 110px;
  }
  
  nav.scrolled {
    background: none;
    background-color: var(--tann-blue);
    height: 80px; 
  }

  .collapse .navbar-nav, .collapsing .navbar-nav {
    margin-top: 0; 
    padding-left: 0;
  }

  .nav-item {
    margin-left: 15px;
  }
}

/* Time line */
  
.timeline {
    position: relative;
    padding: 0;
    list-style: none; }
  
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1; }
  
  .timeline > li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px; }
  
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table; }
  
  .timeline > li:after {
    clear: both; }
  
  .timeline > li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left; }
  
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }
  
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; }
  
  .timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136; }
  
  .timeline > li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px; }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left; }
  
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }
  
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; }
  
  .timeline > li:last-child {
    margin-bottom: 0; }
  
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
  
  .timeline .timeline-heading h4.subheading {
    text-transform: none; }
  
  .timeline .timeline-body > p,
  .timeline .timeline-body > ul {
    margin-bottom: 0; }
  
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%; }
  
    .timeline > li {
      margin-bottom: 100px;
      min-height: 100px; }
  
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
  
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
  
    .timeline > li .timeline-image h4 {
      margin-top: 16px;
      font-size: 13px;
      line-height: 18px; }
  
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px; }
  
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
  
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
  
    .timeline > li .timeline-image h4 {
      margin-top: 30px;
      font-size: 18px;
      line-height: 26px; }
  
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px; }
  
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
  
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
  
    .timeline > li .timeline-image h4 {
      margin-top: 40px; }
  
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }
