@import "bulma.min.css";

* {
    margin: 0;
}
  
html,
body {
    height: 100%;
    background-color: #333366;    
    margin-right: auto;
    margin-left: auto;
}
  
body, .navbar {
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 1em;
    color: #FFFFFF;
}

header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;    
    padding: 10px;
}

h1 {
    font-size: 2em !important;
}

h2 {
    font-size: 1.5em !important;
}

p {
    margin-bottom: 1em;
}
  
nav a:visited,
nav a:link {
    color: #CCCCCC;
    text-decoration: none;
}
  
nav > ul {
    display: inline;
    padding: 0;
}
  
nav > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 5px;
}

main {
    display: block;    
    padding-top: 3em;
    padding-bottom: 3em;
    min-height: 85%;
}

footer {
    padding: 15px;
}

a{
    color: #CCCCCC;
}

.newsletter-form{
    border:2px solid #000000;    
    margin-left:auto;
    margin-right:auto;
}

.menu-word-mobile {
    color: #4a4a4a;
    margin-left: auto;    
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1rem;
}

.navbar-burger {
    margin-left: 5 !important;
}



@media screen and (min-width: 1024px) {
    .navbar {
        background-color: unset !important;
    } 
    body {
        width: 800px;        
    }   
    .gallery-address {
        font-size: 1.3em;
        height: 2em;
    }
    .gallery-hours {
        height: 1.8em;
    }
    .menu-word-mobile{
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    /*Force this change again*/
    h2 {
        font-size: 1em !important;
    }
    img.gallery-picture {
        width: 100%;
    }
    .footer-menu {
        display: none;
    }
    body {
        width: 100%;
    }
    nav a:visited,
    nav a:link {
        color: #333366;
        text-decoration: none;
    }

    .gallery-address {
        font-size: 1em;        
    }  
    
    .navbar-burger span {
        height: 0.08rem;
        width: 1.5rem;
    }

    .menu-word-mobile{
        display: block;
    }
}