@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

.play-regular {
  font-family: "Play", serif;
  font-weight: 400;
  font-style: normal;
}

.play-bold {
  font-family: "Play", serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Play", serif;
  background:#000 url(../img/bg.png) repeat;
  padding-bottom: 20px;
}
h2{
  font-weight: 700;}
h2:before,
h2:after {content:"—"}
h3{font-style:italic}

.navbar,
section {
  margin-bottom: 20px;
}

.bg-black {
  background:#000;
}

.navbar {
  font-family: "Play", serif;
  font-size:1.25rem;
  font-weight: 400;
  font-style: normal;
}

.navbar-brand {
  font-family: "Play", serif;
  font-weight: 700;
  font-style: normal;
}
.navbar-brand img{
  width:100px;
}