﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*custom*/
.first-name {
    font-size: 5rem !important;
}

.last-name {
    font-size: 2rem !important;
}

.geboorte-data img{
    height: 75px;
}

.geboorte-data img {
    width: 75px;
    margin-bottom: 20px;
}

.geboorte-data h4 {
    font-family: 'A Little Pot';
    font-size: 40px;
    font-weight: 200 !important;
}

.bezoek-data h4 {
    font-family: 'A Little Pot';
    font-size: 30px;
    font-weight: 200 !important;
}

.text-alternate {
    color: #ab662a;
}

.text-alternate a{
    color: #87b944;
}


.bg-white {
    color: black;
}

.other-chars {
    font-family: Arial !important;
}

.chalkline {
    font-family: Chalk !important;
    margin-top: -2rem;
    transform: rotate(1deg);
}

.gastenboek  img {
    max-width: 90%;
}

.alternate-font {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 768px) {
    .hide-small {
        display: none;
    }
    .hide-large {
        display: block;
    }
}

@media (min-width: 768px) {
    .hide-small {
        display: block;
    }
    .hide-large {
        display: none;
    }
}

.ui-menu-item-wrapper {
    font-family: 'A Little Pot', 'Helvetica Neue', Arial, sans-serif;
    margin-left: 1em;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #87b944 !important;
    border: none !important;
}

.ui-menu-item .autosuggest-name {
    font-style: italic;
    font-size: 14px;
}

.ui-menu-item .chalkline {
    margin: -2px 0 10px 0;
    font-size: 12px;
    transform: none;
}

.ownfooter a {
    color: #87b944;
}
#guestbookForm .form-control {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}