@charset "UTF-8";
#logohero {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 400px;
}
#header_container {
  padding-top: 40px;
  padding-bottom: 40px;
	
}
#thumb {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
	
}
.containerstyle {
  background-color: #eaecfb;
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  width: 65%;
  border-radius: 5px;
	
}

.containerstyle2 {
  background-color: #272228;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 65%;
  border-radius: 5px;
	color:#eaecfb;
	
	}
.outline {
  border: 1px solid #000000;
	
}
.outline2 {
  border: 1px solid #606060;
	
}
body {
  background-color: #949591;
  font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
.footertext {
  color: #FFFFFF;
  font-weight: normal;
  padding-bottom: 30px;
	overflow-x: hidden;
}
a {
  color: #FFFFFF;
}
a:link {
  color: #FFFFFF;
}
a:visited {
  color: #FFFFFF;
}
a:hover {
  cursor: pointer;
  color: #FFFFFF;
}
a.link2 {
  color: #000000;
}
a.link2:link {
  color: #000000;
}
a.link2:visited {
  color: #000000;
}
a.link2:hover {
  cursor: pointer;
  color: #000000;
}
.spacer {
  margin: 0;
  padding: 0;
  height: 20px;
}
.footertext {
  text-align: center;
}

 .centered-bold-large-text {
      font-weight: bold;
	 text-align: left;
      font-size: 24px; /* You can adjust the size to your preference */
    }