@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham.woff2') format('woff2'),
       url('../fonts/Gotham.woff') format('woff'),
       url('../fonts/Gotham.ttf') format('opentype');
}

@font-face {
  font-family: 'Railroad';
  src: url('../fonts/RailroadGothicStd.woff2') format('woff2'),
       url('../fonts/RailroadGothicStd.woff') format('woff'),
       url('../fonts/RailroadGothicStd.ttf') format('opentype');
}

body {
	color: #FFFFFF;
	background-color: #000000;
  font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




.p36 {
  /* font-size: 36px; */
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.m20 {
  margin-top: 20px;
}

.m50 {
  margin-top: 50px;
}

.ftitle {
  font-size: 24px;
  font-weight: bold;
	font-family: 'Railroad', sans-serif;
	letter-spacing: 2px;
}

.logo {
  width: 500px;
}

.got {
	font-family: 'Gotham', sans-serif;
	font-family: 'Gotham', sans-serif;
	font-size: 19px;
	width: 52%;
	margin: 0 auto;
}
