@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap');

:root {
  --sunrise-orange: #f15900;
}

html,
body {
  height: 100hv !important;
  margin: 0;
  padding: 0;

  font-family: 'Raleway' !important;

  font-size: 1.1rem;
}


*::selection{
	background: #dadada;
}
*::-moz-selection  {
	background: #dadada;
}

footer *::selection{
	color: #fff;

  background: #535353;
}

footer *::-moz-selection  {
	color: #fff;

  background: #535353;
}

.orange-text {
  color: var(--sunrise-orange) !important;
}

.banner {
  padding: 0;

  text-align: center;

  color: #fff;
  text-shadow: 0 2px 10px #000;

  line-height: 100px;

  font-size: 2.4rem;
  letter-spacing: 10px;
  font-weight: 400;
  text-transform: uppercase;

  overflow: hidden;

  background-color: black;

  position: relative;
}

.banner-small-txt {
  font-size: 2rem;
}

.cpd-banner {
  background-color: var(--sunrise-orange);
}

.signature {
  font-size: 1.5rem;
  text-align: right;
}

.text-justify,
.text-justify * {
  text-align: justify;
}

.content section {
  margin: 3rem 0;
}