/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/06/2021, 11:48:09
    Author     : Newtrends05
*/

.slideimage {
    max-height: 320px !important;
}

section.home-slide {
    margin-top: 0;
    padding-top: 7rem;
    padding-bottom: 2rem;
    
    background-image: url("../assets/img/carousel-bg.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;

}

section.home-slide .carousel .carousel-inner .carousel-item .carousel-caption .masthead-subheading {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
    color: #9e593f;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section.home-slide .carousel .carousel-inner .carousel-item .carousel-caption .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 5rem;
    text-align: center;
    color: #9e593f;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
    color: #94a9a9;
    font-size: 1.3rem;
}