h1 {
    display: block;
    font-size: 1.5;
    font-style: normal;
    font-variant-ligatures: none;
}
html {
    background-color: #f3f5f2;
}

body {
    font-size: .9rem;
    font-family: "Poppins ExtraLight";
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
    background-image: none;
    background-repeat: repeat;
    background-position: center top;
    color: rgb(80, 100, 115);
    font-variant-ligatures: none;
}

h1, h2, h3, .title {
    text-align: center;
    font-family: "YuseiMagic Regular";
    font-weight: 400;
    letter-spacing: 2.5px;
    color: #001d53;
}
.title {
    text-transform: uppercase;
}

.title.is-4 {
    font-size: 1rem;
}
.section.highlight,
.section.highlight h1,
.section.highlight h2,
.section.highlight h3,
.section.highlight .title,
.section.highlight .has-text-centered {
    color:  #f3f5f2;
    background-color:#001d53;
    max-width: 768px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section#registry .card img  {
    max-height: 175px;
    width: auto;
    text-align: center;
}

.navbar, .navbar-item, .navbar-link, .navbar-burger {
    color: #f3f5f2 !important;
    background-color: #001d53;
    text-transform: uppercase;
}

a.navbar-item:hover {
    color: #7390c7;
    background-color: #001d53;
}

.navbar > .navbar-item,
.navbar .navbar-link {
    display: inline-block;
}

.navbar-item.active {
    color: #7390c7;
}

.section#home h1 {
    padding: 0 10px;
    font-size: 2.2rem;
}
.emphasis {
    font-weight: bold;
}

.hero {
    max-width: 768px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img#invite {
    max-width: 500px;
}

@media only screen and (min-width: 768px) {

    body {
        font-size: 1rem;
    }
    .title.is-4 {
        font-size: 1.5rem;
    }
    .section#home h1 {
        padding: 30px;
        font-size: 3rem;
    }
    .navbar-brand {
        display: none;
    }
    .navbar {
      display:flex;
      justify-content:center;
    }
    .navbar-menu {
        justify-content: center !important;
        align-items: center !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        flex-grow: 0 !important;
    }    
}

@font-face {
    font-family: "YuseiMagic Regular";
    font-style: normal;
    font-weight: 500;
    src: local("YuseiMagic"), local('YuseiMagic'), url("fonts/YuseiMagic-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Poppins Medium";
    font-style: normal;
    font-weight: 500;
    src: local("Poppins-Medium"), local('Poppins-Medium'), url("fonts/Poppins-Medium.ttf") format('truetype');
}
@font-face {
    font-family: "Poppins ExtraLight";
    font-style: normal;
    font-weight: 500;
    src: local("Poppins-ExtraLight"), local('Poppins-ExtraLight'), url("fonts/Poppins-ExtraLight.ttf") format('truetype');
}
