
body {
    margin: 0;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
}

html {
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding, 15rem);
}

.my-store {
    text-transform: uppercase;
}

header {
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 999;
    letter-spacing: 1px;
    justify-content: center;
    background-position: bottom;
    background-size: cover;
}

.container {
    padding: 0 80px;
}

label {
    font-size: 24px;
    margin-bottom: 12px;
}

.radio-label {
    cursor: pointer;
}

.form-control {
    width: 100%;
    height: 36px;
    padding: 5px 12px;
    border-radius: 24px;
    border: 0;
    font-size: 16px;
}

.form-group {
    margin-bottom: 16px;
}

.button {
    margin: 0 auto 24px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    background: #dab758;
    color: #735241;
    font-size: 18px;
    border-radius: 16px;
    border: 0;
    padding: 5px 38px;
    transition: all linear 150ms;
    border: 1,5px solid #e4c46a;
    margin: 10px auto 10px auto;
    scroll-padding: var(--scroll-padding, 15rem);
    scroll-behavior: smooth;
    box-shadow: 1px 1px 1px 1px #ecd038;
}

.button:hover {
    background: #fde5a4;
    border: 1px solid #fde5a4;
    color: #735241;
}

.main-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.main-navigation  {
    display: flex;
    align-items: center;
}

.main-navigation .navbar-brand {
    display: flex;
}

.main-navigation .navbar-brand .navbar-logo {
    height: 45px;
    margin: 3px 100px 3px 0;
}

.main-navigation ul li {
    padding: 8px 24px 8px 24px;
}

.main-navigation ul li a {
    color: white;
    font-size: 18px;
    display: block;
    letter-spacing: 2px;
    transition: all linear 150ms;
}

.main-navigation ul li a:hover {
    color:#e4c46a;
    transform: scale(1.08);
}

.navbar-brand .mobile-menu-toggler {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    margin-right: 12px;
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.navbar-brand .mobile-menu-toggler span {
    height: 3px;
    width: 24px;
    background-color: white;
}

.navbar-brand .mobile-menu-toggler:hover span {
    background-color: #eee;
}

a {
    text-decoration: none;
}

#cover {
    height: 118vh;
    background-size: cover;
    background-position: bottom;
    text-align: center;
    padding-top: 70px;
    letter-spacing: 1px;
}

#cover .headline {
    margin: 50px 50px 70px 50px;
    font-size: 70px;
    font-weight: bold;
    color: #d9b758;
}

#cover .description {
    margin: 0 auto 10px auto;
    font-size: 26px;
    font-weight: bold;
    color: #393939;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    padding: 36px;
    flex-direction: column;
    display: inline-flex;
    text-align: center;
    background: rgba(255, 255, 255, .6);
    border-radius: 24px;
    box-shadow: 1px 2px 48px 0px #424242;
}


#cover .description p {
    margin: 12px;
}

#cover .more-info {
    font-size: 20px;
}

#cover .description .button {
    cursor: pointer;
    background: #dab758;
    color: #ffffff;
    font-size: 19px;
    font-weight: lighter;
    border-radius: 16px;
    border: 0;
    padding: 8px 32px;
    transition: all linear 150ms;
    border: 1,5px solid #e4c46a;
    letter-spacing: 1px;
    margin: 10px auto 10px auto;
    scroll-padding: var(--scroll-padding, 15rem);
    scroll-behavior: smooth;
}

#cover .description .button:hover {
    background: #fde5a4;
    border: 1px solid #fde5a4;
    color: #735241;
}


#services .row {
    display: flex;
}

#services .row .textbox {
    margin: auto;
    padding: 0;
    text-align: center;
    justify-content: center;
    letter-spacing: 1px;
}

#services .row .service-card {
    background-position: center;
    background-size: cover;
    width: 50%;
    min-height: 400px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    margin-top: 20px;
}

#services .textbox .button {
    margin: 0 auto 24px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    background: #dab758;
    font-size: 18px;
    border-radius: 16px;
    border: 0;
    padding: 5px 38px;
    transition: all linear 100ms;
    border: 1,5px solid #e4c46a;
    margin: 10px auto 10px auto;
    scroll-padding: var(--scroll-padding, 15rem);
    scroll-behavior: smooth;
    box-shadow: 1px 1px 1px 1px #ecd038;
}

#services .textbox .button:hover {
    background: #fde5a4;
    border: 1px solid #fde5a4;
    color: #735241;
}

#services .headline {
    font-size: 45px;
    margin: 0px;
    text-align: center;
}

#services .description {
    font-size: 30px;
    padding: 10px;
    margin-top: 10px;
}

#about-us {
    padding: 40px;
}

#about-us .headline {
    font-size: 58px;
    color: #e4c46a;
    margin: 80px 0 115px 0;
    text-align: center;
    letter-spacing: 1px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

#about-us h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 30px;
    color: #dab51e;
}

#about-us ul {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: justify;
}

#about-us ul li {
    margin: 25px;
    color: #788292;
}

#about-us p {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: justify;
    color: #788292;
}

#about-us-special {
    padding: 40px;
}

#about-us-special .headline {
    font-size: 58px;
    color: #e4c46a;
    margin: 80px 0 115px 0;
    text-align: center;
    letter-spacing: 1px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

#about-us-special h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 30px;
    color: #dab51e;
}

#about-us-special ul {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: justify;
}

#about-us-special ul li {
    margin: 25px;
    color: #788292;
}

#about-us-special p {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: justify;
    color: #788292;
}


#biography .headline {
    font-size: 58px;
    color: #e4c46a;
    margin: 20px 0 115px 0;
    text-align: center;
    letter-spacing: 1px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

#biography .article {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: justify;
}

#biography .description {
    margin-bottom: 25px;
    color: #788292;
}

#biography .description-special {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 30px;
    color: #dab51e;
}


#prices .headline {
    font-size: 58px;
    color: #e4c46a;
    margin: 20px 0 115px 0;
    text-align: center;
    letter-spacing: 1px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

#prices {
    padding: 40px;
    margin: 40px;
}

#prices .price-list-information {
    border-bottom: solid 1px gray;
    color: #575757;
}

#prices .price-list-information .list-information {
    display: flex;
    justify-content: space-between;
    padding: 6px 32px 6px 16px;
    font-size: 24px;
}

#prices .price-list-information .list-information .price {
    color: #3783a9;
}

#prices .price-description {
    padding: 0;
    margin: 6px 32px 6px 16px;
    font-size: 21px;
}

#appointment {
    padding: 40px;
    margin: 40px;
}

#appointment .download-description-box {
    color: gray;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    font-size: 38px;
}

#appointment .download-description-box .headline {
    font-size: 58px;
    color: #e4c46a;
    margin: 20px 0 115px 0;
    text-align: center;
    letter-spacing: 1px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

#datafill {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#datafill .download-description-box {
    color: gray;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    font-size: 38px;
}

#datafill .download-description-box .headline {
    font-size: 58px;
    color: #e4c46a;
    margin: 20px 0 115px 0;
    text-align: center;
    letter-spacing: 1px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}


#contact {
    margin: 40px;
}

#contact .main-headline {
    font-size: 58px;
    color: #e4c46a;
    margin: 20px 0 115px 0;
    text-align: center;
    letter-spacing: 1px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

#contact .contact-information-box {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    align-items: center;
}

#contact .headline {
    margin-top: 0;
}

#contact .contact-information {
    padding-left: 50px;
    text-align: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 20px;
    color: gray;
    align-items: center;
}

#contact .social-media {
    display: none;
}

#contact .footer-block {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact .address {
    display: flex;
    font-size: 20px;
}

#contact .address span{
    margin-right: 20px;
}

#contact .footer-contact-information  {
    font-size: 20px;
    margin-top: 10px;
}

#contact .footer-contact-information.tel a {
    color: #e4c46a;
    transition: all linear 150ms;
}

#contact .footer-contact-information.tel a:hover {
    color: #3783a9;
}

#contact .footer-contact-information.mail a  {
    color: #e4c46a;
    transition: all linear 150ms;
}

#contact .footer-contact-information.mail a:hover {
    color: #3783a9;
}

#contact .footer-contact-information span {
    margin-right: 20px;
}

#footer {
    color: white;
    padding: 60px 0;
}

#footer .information-links {
    list-style-type: none;
}

#footer .information-links li a {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

#footer .information-links li a:hover {
    color: #e4c46a;
}

#footer .social-media-links {
    list-style-type: none;
}

#footer .footer-logo {
    width: 100px;
    height: 88px;
    padding: 0px;
    margin: 20px;
}

#footer .address {
    display: flex;
    font-size: 20px;
}

#footer .address span{
    display: inline-flex;
    width: 157px;
}

#footer .footer-contact-information  {
    font-size: 20px;
}

#footer .footer-contact-information span {
    display: inline-flex;
    width: 150px;
}

#footer .footer-block .footer-contact-information.tel a {
    transition: all linear 150ms;
    color: #e4c46a;
}

#footer .footer-block .footer-contact-information.tel a:hover {
    color:#ffd90c;
}

#footer .footer-block .footer-contact-information.mail a {
    transition: all linear 150ms;
    color: #e4c46a;
}

#footer .footer-block .footer-contact-information.mail a:hover {
    color:#ffd90c;
}

#footer .footer-content {
    display: flex;
    justify-content: center;
}

#footer .footer-block {
    width: 40%;
}

#footer .footer-block:last-child {
    width: 20%;
}

#footer .footer-block .headline {
    color: #e4c46a;
}

#footer .logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.social-media-links li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

#footer .social-media-links li a {
    transition: all linear 150ms;
}

#footer .social-media-links li a:hover {
    transform: scale(1.05);
}
