
html, body {
  min-height: 100%;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

body {
  background-position: center;
  background-size: contain;
  margin: -15px;
  background-repeat:  cover;


}

a {
  text-align: justify;
  text-emphasis-color: blue;
  text-decoration: none;

}

.page-title {
  text-align: center;
  font-weight: 100;
  font-family: 'Breath Fire' serif;
  color: #535E7E;
}

.page-description {

  text-align: center;
  padding: 30px;
}

.page {
  text-align: justify;
  padding: 30px
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.gallery-item {
  margin: 30px;
  height: 200px;
  width: 200px;
  display: inline-block;
}

.gallery-item .thumbnail {

}

header {


}

/* FOOTER NAVIGATION */

nav {
  background-color: #0000;
}

nav li {
  margin: 20px;
  display: inline;
  position: relative;
  left: 80px;
  top: -10px
}

h1 {
  text-align: center;
  font-size: 25px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color: rgb(121,149,117);
}

h2 {
  font-size: 15px;
  text-align: center;
  color: rgb(121,149,117);
}

}

nav ul {
  display: inline;
}
