a{
    text-decoration: none;
}
.section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.section h2.section-head{
    color: black;
    text-align: center;
    margin-bottom: 40px;
}
.section h2.section-head::after{
    background-color: #c0392b;
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin: 25px auto;
}
#header{
    color: white;
    background-color: #e74c3c;
}
#logo{
    font-size: 2rem;
    margin-top: 5px;
}
#menu{
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menu li{
    display: inline-block;
}
#menu li a{
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    display: block;
}

#banner{
    background: url(./aldebaran-s-g-Gc-k-NPkA-unsplash.jpg) no-repeat 0 0;
    background-size: cover;
}
.banner-title{
    padding-top: 5rem;
}
.banner-title h1{
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 10px;
    margin: 0px;
}
.banner-title p.lead{
    color: white;
    background-color: rgba(231, 76, 60, 0.7);
    padding: 10px;
}

.service-box{
    text-align: center;
}
.service-box i.fa-solid{
    color:#e74c3c;
    font-size: 70px;
    margin-bottom: 15px;
}

#testimonials{
    color: rgb(0, 0, 0);
    background-color: rgba(250, 205, 155, 0.1);
}
#testimonials::before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.testimonials img{
    border-radius: 30%;
    width: 100px;
}

.new-post img{
    text-align: center;
    width: 150px;
    margin-bottom: 10px;
}
.new-post h3{
    font-size: 1.35rem;
}
.new-post a{
    color: #e74c3c;
}

.post-date{
    font-size: 18px;
    margin-bottom: 2px;
}
.post-date::before{
    content: "\f073";
    font-family: fontawesome;
    padding-right: 5px;
}
a.read-more{
    font-size: 18px;
}
a.read-more::after{
    content: "\f101";
    font-family: fontawesome;
    font-size: 15px;
    padding-left: 5px;
}
#footer-sidebar{
    background-color: #34495e;
    color: white;
    padding: 20px 0px;
}
.footer-widget h4:after{
    background-color: rgb(255, 255, 255);
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    margin: 5px 0px;
}
.footer-widget a{
    color: white;
}
.latest-news{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.latest-news li{
    margin-bottom: 5px;
}
.latest-news li:before{
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px;
    padding-right: 5px;
}
#footer{
    background-color: #2c3e50;
    color: white;
}
.social-icons{
    float: right;
    list-style: none;
    color: white;
    margin: 0px;
    padding: 0px;
}
.social-icons li{
    display: inline-block;
    padding-left: 5px;
}
.social-icons li a{
    color: white;
    font-size: 20px;
}

@media (max-width:992px){
    .new-post{
        margin-bottom: 30px;
    }
}
@media (max-width:768px){
    #logo{
        text-align: center;
        margin: 10px 0px;
    }
    #menu{
        text-align: center;
    }
    .section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner-title{
        padding-top: 0rem;
    }
    .banner-title h1{
        font-size: 1.7rem;
    }
    .testimonials{
        text-align: center;
        margin-bottom: 30px;
    }
    .service-box{
        margin-bottom: 30px;
    }
    .footer-widget{
        margin-bottom: 20px;
    }
    #footer{
        text-align: center;
    }
    .social-icons{
        text-align: center;
        margin-top: 10px;
    }
}
