body {
	background: #000;
}

/* */
.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* */

h1 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #FFF;
	text-align: center;
}

p {
	color: #FFF;
	text-align: center;
	
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
  	font-style: normal;
  	
  	font-size: 30px;
  	line-height 30px;
  	
  	padding: 0 30px 0 30px;
  	margin: 0 0 0 0;
}

p.small {
	font-size: 22px;
  	line-height 22px;
  	font-weight: 200;
}

p.grey {
	/* color: #CCC; */
	color: #FFF;
}

a {
	color: #F36E21;
	/* cursor: pointer !important; */
	display: inline-block;
}

a:hover {
	/* cursor: pointer !important; */
}

.center-1-lg {
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

.center-1 {
	max-width: 400px;
	margin: 0px auto;
	text-align: center;
}

img {
	margin: 0px auto;
	text-align: center;
	align-self: center;
	max-width: 100%;
}

.center-2 {
	padding: 0px 15px 30px 15px;
	margin: 0px auto;
}

.links {
	display: flex;
	flex-direction: row;
	
	list-style: none;
	text-align: center;
	justify-content: center;
	align-content: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*
.links li {
	display: inline-block;
	padding: 0 15px 30px 15px;
}

.links li,
.links li i,
.links li a,
.links li a i {
	color: #FFF;
	text-align: center;
	
	font-size: 30px;
	line-height: 30px;
}
*/