body {
    font-family: 'Lato';
}

.header {
	background-image: url(../img/bg-tile.jpg);
}

@media (min-width: 1200px) {
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: rgb(18,18,18);
    }
}

header .social a {
    color: rgb(18,18,18);
	margin: 0 4px !important;
}

.header .branding {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid white;
}

.header .logo img {
	max-height: inherit;
    max-width: 170px;
}

.hero .carousel {
    min-height: 80vh;
}

.hero .carousel-control-prev, .hero .carousel-control-next {
    bottom: -85px;
}

.hero .carousel-control-next { justify-content: inherit; }

.carousel-control-next {
    right: inherit;
    left: 40px;
}

.hero .carousel-control-prev:hover .carousel-control-next-icon, .hero .carousel-control-prev:hover .carousel-control-prev-icon, .hero .carousel-control-next:hover .carousel-control-next-icon, .hero .carousel-control-next:hover .carousel-control-prev-icon,
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon
{
    background: inherit;
    color: white;
}

.slider-content {
    background-image: url(../img/brands-bg.jpg);
    padding: 50px 40px;
    bottom: -115px;
}

.hero { overflow: inherit; }

.hero h2 { font-size: 25px; color: black; }

.featured-services .service-item { 
    box-shadow: inherit; 
    padding: 0 15px;
}

.featured-services .service-item:before { 
    content: inherit;
}

.featured-services .service-item:hover h4 a, .featured-services .service-item:hover .icon i, .featured-services .service-item:hover p {
    color: black;
}

.signup-form .php-email-form {
    box-shadow: inherit;
    background-color: inherit;
    margin: 0;
    padding: 0;
}

.featured-services .service-item h4.sub-title {
    font-size: 14px;
}

.signup-form {
    background-image: url(../img/brands-bg.jpg);
    padding: 40px;
}

.signup-form.contact .php-email-form button[type=submit] {
    width: 100%;
    background: #FFD301;
    font-weight: bold;
    border-radius: 50px;
    color: black;
}

.promo-box{
    padding: 0 30px;
}

.more-info-btn {
    display: block;
    text-align: center !important;
    color: #ffffff;
    width: 100%;
    background: #da1f26;
    padding: 10px 0px;
    margin: 10px 0;
    border-radius: 48px;
    font-weight: bold;
}

.more-info-btn:hover { color: white }

.viral-moments {
    background-image: url(../img/brands-bg.jpg) !important;
}

.footer {
    background-image: url(../img/Logo-section-footer.jpg) !important;
    padding: 40px 0;
}

.footer .footer-about .logo img {
    max-height: 140px;
}

.list-style-none { list-style: none; }

.footer .footer-links ul li {
    display: inline-flex;
    margin-right: 10px;
}

.viral-tweets li a {
    color: black;
    text-decoration: underline;
}

.scroll-top,.scroll-top:hover {
    background-color:#FFD301;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, .3);
}

.title{
    font-family: 'Bebas Neue';
}

.featured-services .service-item h4 {
    margin-bottom: 5px;
}

.hero .carousel-control-prev, .hero .carousel-control-next {
    opacity: 1;
}

.viral-tweets li, .viral-tweets li a { color: white; }

@media (max-width: 991px) {
    .social {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .navmenu a, .navmenu a:focus {
        font-family: 'Bebas Neue' !important;
        font-size: 23px;
        font-weight: bold;
        color: #3a3a3a !important;
    }

    .dropdown .bi::before {
        color: #3a3a3a !important;
    }

    .navmenu .dropdown ul a {
        font-size: 20px;
    }
}