.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body{
	background-color: #fff;
}

.h1,h2,h3{
}

div.centered{
	display: flex;
  justify-content: center;
  align-items: center;
  height: 45vh;
}

.theme-1{
	background-color: #673ab7;
	color: white;
}

.theme-2{
	background-color: #4d317d;
	color: white;
}

.theme-3{
	background-color: #fff;
	color: #000;
}

.theme-4{
	background-color: #231933;
	color: white;
}

.theme-5{
	background-color: #ff6a00;
	color: white;
}

.theme-6{
	background-color: #bfffb2;
	color: #000;
}

.cta-1{
	background-color: white;
  color: #231933;
  text-decoration: none;
  padding: 24px;
  border: 0;
  border-radius: 10px;
}

a{
	text-decoration: none;
}

.carousel-caption h5{
	font-size: 1rem !important;
}
.carousel-caption p{
	font-size: 1rem !important;
}

.carousel-indicators{
	margin-bottom: 0 !important;
}