body {
    font-family: 'Signika', sans-serif;
    color: #302e2e;
}

/* signika-regular - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('./font/signika-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./font/signika-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/signika-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/signika-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./font/signika-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/signika-v20-latin-regular.svg#Signika') format('svg'); /* Legacy iOS */
}

/* Nav Bar */
.navbar {
    background-color: #f0dcdc;
}

.navbar-dark .navbar-nav .nav-link {
    color: #302e2e;
    font-size: 19px;
    padding: 0px 25px;
}

.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }


/*Intro Slides */
#Slides {
    padding: 0;
}

.DogTitle {
    width: 100%;
    height: auto;
}

.section_2 {
    position: relative;
    background-color: black;

}

.LogoTitle {
    position: absolute;
    width: auto;
    height: 250px;
    position: absolute;

    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;
    margin: auto;
    border: 5px solid #f0dcdc;
}

/* About */
#About {
    position: relative;

}

.feature-title {
    font-size: 2.5rem;
    text-align: left;
    line-height: 50px;
}

/* Services */
#Services {
    background-color: #494747;
    color: white;
}

.service-title {
    color: #fbcbc9;
}

.icon {
    color: white;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.icon:hover {
    color: #ff4c68;
}

/* BookNow */
#BookNow {
    background-color: #f0dcdc;
}


/* ------------------Promo------------------  */
.Promo {
    background-color: red;
    text-align: center;
    color: white;
}

.promo-text {
    margin: 0;
    padding: 15px
}



/* ---------------Mobile-------------- */
@media only screen and (max-width: 650px) {
    .LogoTitle {
      height: 150px;
    }
  }

/* Impresum */
.Impressum {
    padding-left: 5%;
    padding-top: 5%;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
 