.body {
    background-image: url("../assets/background.png");
    background-repeat: no-repeat;
background-attachment: fixed;
	background-size: cover;
	background-position: center;
  }
.carousel-item img {
  max-width: 70%;
  height: auto;
}

.background-image {
  background-image: url('your-image-url.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5; /* Change the value as needed */
}
.red{
	color: #f7a6b9
}
.red-link{
	color: #f7a6b9
}
.red-link:hover{
	color: #FA5BFF
}
.circle-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.long-button{
	 width: 100%;
}
.larger-text {
    font-size: 5em;
}
@media (max-width: 768px) {
    .larger-text {
        font-size: 3em;
    }
}

@media (max-width: 480px) {
    .larger-text {
        font-size: 2em;
    }
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}
.tag-class {
  font-family: 'Lato', sans-serif;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fa:hover {
  opacity: 0.7;
	color: white;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #962fbf;
  color: white;
}
.fa-youtube-play {
  background: #FF0000;
  color: white;
}

.footer{
	color: #f7a6b9
}
.footer:hover{
	color: #f7a6b9;
	opacity: 0.7;
		-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.container{
	background-color: black;
	border-color: black;
}
.container-new{
}
.news-container {
  display: flex;
  flex-wrap: wrap;
	max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
	
}

.news-image {
  flex: 1;
  margin-right: 1rem;
	
}

.news-image img {
  max-width: 100%;
  height: auto;
	
}

.news-content {
  flex: 2;
}

.news-title {
  font-size: 1.5rem;
  margin-top: 0;
}

.news-text {
  font-size: 1rem;
	
}

@media (max-width: 767px) {
  .card {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
  .card-img-top {
    width: 100%;
    height: auto;
  }
}
