﻿* {
    text-decoration: none;
}

p {
    font-size: 150%;
}

h1 {
    font-family: "Brush Script MT", cursive; 
    font-size: 500%; 
    font-style: normal; 
    font-variant: normal;
    line-height: 60px;
}

nav {
    color: #FFFFFF;
}

body {
    background-color: #f8f3ed;
}

.required {
    color: red;
}

.formheader {
    line-height: 10%;
}

.bg-navbar-grey {
    color: #FFFFFF;
    background-color: #0a0a0a; 
    background-size: 100%;
}

.navbar-header.nabar-brand a {
    color:  #FFFFFF;
}

.nav.navbar-nav li a {
    color:  #FFFFFF;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    margin: 0 auto;
  }

.mobile-show {
    display: none;
}
  
/* Create three equal columns that sits next to each other */
.column {
    flex: 33.33333%;
    max-width: 33.33333%;
    padding: 0 6px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 765px) {
    /* .column {
        flex: 50%;
        max-width: 50%;
    } */

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}