.nav-link {
    font-family: 'Calibri';
    text-decoration: lightgrey;
    font-size: 1em;
    letter-spacing: 1px;
}

.navbar-brand {
    font-family: 'Playfair Display SC';
    font-size: 1.8em;
    letter-spacing: 2px;
}

.navbar {
    text-align: center;
}
.active {
  color:#000;
}
li > a:hover{
  background-color:lightslategrey;
}
.align {
    text-align: center;
}

.studioImage {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
}

.formClass {
  font-family: 'Calibri';
}

h3 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Playfair Display SC'
}

h4 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Playfair Display SC'
}
h5 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Playfair Display SC'
}

.blm_title {
  text-align: center;
}

.copyright {
  color: grey;
  text-align: center;
  font-family: 'Playfair Display SC';
}


@media only screen and (min-width: 0px) and (max-width: 1350px) { 
  .nav-link {
    font-family: 'Calibri';
    text-decoration: lightgrey;
    font-size: 1em
}
  .navbar-brand {
    font-family: 'Playfair Display SC';
    font-size: 1.7em
  }

  .col-sm-4 {
    margin-bottom: 10px;
  }
}

p {
  font-size: 12px;
}

.centered {
  text-align: center;  
  font-family: 'Playfair Display SC'
}
.artrow {
  margin-bottom: 20px;
}

html, body {margin: 0; height: 100%; overflow-x: hidden}