html {
  margin: 0;
	background-color: #222;
}

body {
    margin: 0;
}

label {
  font-size: 30pt;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}

p {
	font-size: 30pt;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 120pt;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
  margin:0;
  margin-left: 200px;
  margin-right: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: white;
}

h2 {
  font-size: 40pt;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
  margin:0;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  color: #550F6B;
}

h3 {
  font-size: 40pt;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
  margin:0;
  text-align: center;
}

.hand-ul {
  width: 90%;
  list-style: none;
  padding-inline-start: 0;
}

li {
	font-size: 30px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0;
  margin-bottom: 10px;
}

.line {
  width: 200px;
  border: thin white solid;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-container {
	flex-direction: column;
}

.flex-box-container {
  width: 1920px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.flex-column {
  flex-direction: column;
}

.home-text {
	margin-left: 15%;
	margin-right: 15%;
}

.purple-font {
  color: #550F6B;
}

.white-font {
  color: white;
}

.blue-font {
  color: #195877;
}

.purple-background {
	background-color: #F22F46;
}

.blue-background {
	background-color: #47B3CF;
}

.orange-background {
	background-color: #F2B346;
}

.offwhite-background {
  background-color: #eeeeee;
}

.grey-background {
  background-color: #E6E6E6;
}

.yellow-background {
  background-color: #ffee8c;
}

.green-background {
  background-color: #bad012;
}

.main-gradient {
  background: linear-gradient(135deg, #641F82, #1B5A81);
}

.top-container {
	display: block;
	width: 100%;
	height: 150px;
}

.rounded-button {
  border:1px solid white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  border-radius: 16px;
  margin-top: 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 20pt;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rounded-button:hover {
  background-color: rgba(255,255,255,0.3);
}

.black-settings {
  border:2px solid black;
	color: black;
}

.black-settings:hover {
  background-color: rgba(0,0,0,0.3);
}

.section-header {
  width: 1920px;
  margin: 0 auto;
}

.text-container {
	width: 1920px;
	margin: 0 auto;
}

.text-container p {
	padding: 200px;
  text-align: left;
}

.logo-company {
  width: 100px;
}

.margin-top-20 {
  margin-top: 20px;
}

.wide-variant {
  display: block;
}

.wide-block-variant {
  display: block;
}

.mobile-block-variant {
  display: none;
}

.mobile-variant {
  display: none !important;
}

/* Mobile Screen Sizes */

@media only screen and (max-width: 1920px) {
  .flex-box-container {
    width: 100%;
  }

  .text-container {
    width: 100%;
  }

  .section-header {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  p {
    font-size: 20px !important;
  }

  .text-container p {
    padding: 15px;
  }

  h1 {
    margin-left: 0;
    margin-right: 0;
  }

  .wide-variant {
    display: none !important;
  }

  .mobile-variant {
    display: flex !important;
  }

  li {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 60px;
  }

  p {
    font-size: 18pt;
  }

  .wide-block-variant {
		display: none !important;
	}

	.mobile-block-variant {
		display: block;
	}

  li {
    font-size: 18px;
  }
}
