﻿/* 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-size: 40px;
    font-weight: 200 !important;
}

.bezoek-data h4 {
    font-size: 30px;
    font-weight: 200 !important;
}

#babyborrel h4 {
    font-weight: 200 !important;
    font-family: 'FuturaLight';
}


.text-alternate {
    font-family: 'FuturaLight';
    color: #ffffff;
}

.text-alternate a{
    color: #fff !important;
    text-decoration: underline;
}

.text-alternate a:hover {
    color: #163459 !important
}

.bg-white {
    color: black;
}

.bg-yellow {
    color: #163459;
    background-color: #d9a429;
}

.bg-dark a {
    color: #ffffff !important;
}

.other-chars {
    font-family: Arial !important;
}

.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: 'FuturaMedium', Arial, sans-serif;
    padding-left: 1em;
    font-weight: 100 !important;
    cursor: pointer;
}

/*.ui-menu-item:hover, .autosuggestItem:hover {
    color: #163459 !important;
    background-color: #d9a429;
}*/

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #163459 !important;
    border: none;
    /*border-bottom: 1px solid;*/
    background: none !important;
    background-color: #d9a429 !important;
}

.ui-menu-item .autosuggestItem {
    font-family: 'Cineplex', Arial, sans-serif;
}

.ui-menu-item .autosuggest-name {
    font-size: 0.7rem;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

.ownfooter a {
    color: #fff;
}
#guestbookForm .form-control {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}