body{
	font-family: 'Raleway', sans-serif;
}
.carousel-item{
    min-height: 550px;
}
#showcase h2{
    color:#fff;
    font-weight: 800;
    letter-spacing: 2px;
}
.carousel-img-1{
    background-image: url(../images/image1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.carousel-img-2{
    background-image: url(../images/image2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.carousel-img-3{
    background-image: url(../images/image3.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.icon{
    font-size:50px;
}
#ready h3{
    color:#fff;
}
#ready{
    background-image: url(../images/bg1.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
}
.dark-overlay{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.dark-overlay h2{
    color:#fff;
}
#video{
    background-image: url(../images/people.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 250px;
}
.dark-overly{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
#video .fas{
    font-size: 60px;
    color: #ff0000;
}
#video h2{
    color:#fff;
}
#photo img{
    min-height: 250px;
}
#newsletter h2{
    color:#fff;
}
#copyright{
    background-color: #000;
}
#about{
    background-image: url(../images/image1.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}
#about h2{
    color: #fff;
    font-size:35px;
    font-weight: 800;
    letter-spacing: 2px;
}
#banner .fas, .fab{
    font-size: 50px;
}
#banner h2{
    color: #fff;
    font-weight: 700;
}
.blockquote p{
    font-style: italic;
    font-weight: 300;
}
#testimonial .slick-prev::before{
    color:#000;
}
#testimonial .slick-next::before{
    color:#000;
}
#services{
    background-image: url(../images/image2.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px
}
#services h2{
    color:#fff;
    font-weight: 800;
    letter-spacing: 2px;
}
#blog{
    background-image: url(../images/image3.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px
}
#blog h2{
    color:#fff;
    font-weight: 800;
    letter-spacing: 2px;
}
#contact{
    background-image: url(../images/image1.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px
}
#contact h2{
    color:#fff;
    font-weight: 800;
    letter-spacing: 2px;
}
#accordion h2{
    color:#fff;
}