a {
  text-decoration: none !important;
  color: #000 !important;
}
h1, h2, h3 {
  margin: 15px 0px 15px 0px;
  text-align: center;
  color: black !important;
  text-decoration: none;
}

body {
    background-color: white !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
    width: 80% !important;
    background: white !important;
    color: black !important;
    border: 1px solid #ff6600;
}

.mt-5 {
    width: 100%;
    background: linear-gradient(to left, #ff4000, #ff6600, #FFFFFF);
    color: #fff;
}

.navbar.navbar {
background: linear-gradient(to left, #ff4000, #ff6600, #FFFFFF);
font-size: 18px;
font-weight: bold;
padding-top: 30px !important;
}

.nav-link {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

.nav-link:hover {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}

.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: 40%;
}
.floating-bottom img {
	width: 40%;
}
.headerbanner{
text-align:center;
background: #3a3a3a;
}
.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);
} 
}