.custom-background {
	background-color: white;
}

.custom-nav-bg {
  background-color: black;
 }

 .bg-custom-color {
  background-color: #3300FF;
 }

#star-icon {
  color: #1abc9c;
  font-size: 45px;
}

#divider-left,
#divider-right {
  background-color: #1abc9c; 
  height: 10px;
  width: 150px;
}

 .custom-link {
    color: ; 
    font-style: italic;
    text-decoration: none;
}

img.float-left {
	width: 450px;
	border-radius: 60px;

}

img.logo {
	margin-top: 125px;
	margin-bottom: px;
	width: 500px;
	align-content: ;
}

img.img-fluid {
	float: center;
	margin-right: px;
	width: 200px;
	padding: 5px;
	border-radius: 20px;
}

#carouselExampleControls {
    width: 350px;
    height: 350px;
}

.carousel-item img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 20px;
}

h1 {
	text-align: center;
	color: black;
	font-size: 80px;
}

h2 {
	text-align: center;
	color: black;
	font-size: 60px;
	font-family: ;

}

.bordered-paragraph {
  border-radius: 20px;
  padding: 10px;
  font-size: 30px;
  background-color: lightgray;
}

.border-container {
	border-radius: 20px;
	background-color: ;
}

.text-wrap {
	font-size: 25px;
	color: black;
}

p {
	color: black;
	font-size: 25px;
	font-family: ;

}

p1 {
	color: black;
	font-size: 25px;
	text-align: ;
	font-weight: ;
}

p2 {
	color: black;
	font size: 30px;
	text-align: center;

}

p3 {
	color: black;
	font-size: 25px;
	font-weight: bold;
}

p4 {
	color: black;
	font-size: 25px;
}


#div i {
	color: ;
	font-size: 25px;
}

.custom-ul {
	font-size: 25px;
}

#nav {
	background-color: black;
	color: black;
}

#nav ul {
	background-color: black;
	color: black;
	font-family: ;
}

.video-responsive {
overflow: hidden;
padding-top: 56.25%; /* 16:9 Aspect Ratio */
position: relative;
}

.video-responsive iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}