@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

.gbg {
  background-color: #555 !important;
  background: #555 url(/img/BG-N7.jpg) no-repeat center center fixed;
  /* background: url(/img/BG-N.png) no-repeat center center fixed; */
  background-size: cover;
}

body {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  background-color: #555;
}

.topmargin {
  margin-top: 36px;
}

.i {
  font-weight: 200;
  min-width: 200px;
}

.bg-footer {
  background-color: #555;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 100px;
  color: black;
}

h2 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 110px;
  color: black;
}

h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.darkbg {
  background-color: rgba(0, 0, 0, .7);
}

p{
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 0;
}

footer a {
  font-size: 10px;
  text-align: right;
  font-weight: 200;
  position: relative;
  color: white;
}

footer a:hover {
  color: white;
  text-decoration: none;
}

.space {
  height: 150px;
}

.gb {
  background-color: #444;
  height: 8px;
}
