body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #ffffff;
    text-align: var(--bs-body-text-align);
    background-color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: #fff;
}
h1, h2, h3 {
  margin: 15px 0px 15px 0px;
  text-align: center;
}

.mt-4 {
    margin-top: 1.5rem;
    width: 80%;
    border: 2px solid #ff6600;
}

.mt-5 {
    width: 100%;
    background: linear-gradient(to bottom, #ff4000, #ff6600);
    color: #fff;
}

.navbar.navbar {
background: linear-gradient(to left, #ff4000, #ff6600, #FFFFFF);
padding-top: 30px;
}

.nav-link {
  text-transform: uppercase;
  font-weight: bold;
  color:#fff;
}

.nav-link:hover {
  text-transform: uppercase;
  font-weight: bold;
  color:#000;
}

.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

.banner1 img {
	display: inline-block;
	width: 49%;
}

.floating-top {
	background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}
.floating-bottom {
	background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}

.floating-top img {
	width: 32%;
}
.floating-bottom img {
	width: 32%;
}
.headerbanner{
text-align:center;
}
.headerbanner img {
	width:40%;
}

.banner-top img {
	width: 728px;
	
}

@media only screen and (max-device-width: 1000px) {
	
  .floating-top img {
width:100%;
}
.floating-bottom img {
width:100%;
}
  .headerbanner img{
  width:100%;
  }
  
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: #3a3a3a;
}

.banner img {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 5px;
}
.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

	.banner-float {
		width: 100%;
		
	}

	.banner-top {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}

	.banner-top img {
		width: 100%;
		
	}
	

}

@media only screen and (max-device-width: 550px) {
  .banner1 img {
		display: inline-block;
		width: 100%;
	}
}  
.banner1 {
		display: block;
		text-align:center;
	}
	
.banner img {
		display: block;
		width: 100%;
		margin: 0px;
	}
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}

@media screen and (max-width: 768px) {
  a img {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  img.responsive-banner {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
    .arissa-banner {
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
 .mt-4 {
    margin-top: 1.5rem;
    width: 100%;
    border: 1px solid rgba(241, 3, 3, 1);
} 
}

@media (max-width: 550px) {
 .mt-4 {
    margin-top: 1.5rem;
    width: 100%;
    border: 1px solid rgba(241, 3, 3, 1);
} 
}

@media (max-width: 400px) {
 .mt-4 {
    margin-top: 1.5rem;
    width: 100%;
    border: 1px solid rgba(241, 3, 3, 1);
} 
}