@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;  }

footer {
  background-image: linear-gradient(-30deg, rgba(15, 32, 39, 0.3), rgba(15, 32, 39, 1), rgba(15, 32, 39, 0.3), rgba(15, 32, 39, 0.8));
  color: #ECEAD5;
  min-height: 200px;  }

h1, h2 {
  font-family: Cinzel, serif;
  font-size: 40px;
  padding-top: 40px;
  text-align: center;  }

h3 {
  color: #BFBFBF;
  font-family: 'Poiret One', serif;
  font-size: 90px;
  font-weight: bold;
  padding: 20px 0 40px 0;
  text-align: center;  }

header {
  min-height: 100px;  }

main {
  min-height: 500px;  }

nav {
  background-image: linear-gradient(-30deg, rgba(15, 32, 39, 0.3), rgba(15, 32, 39, 1), rgba(15, 32, 39, 0.3), rgba(15, 32, 39, 0.8));  }

section {
  min-height: 500px;
  padding: 90px 100px;  }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    padding-top: 50px;  }

  section {
    padding: 30px;  }

}


