@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Style+Script&display=swap');

    body { 
    background-color: #ddf0d0 !important;
}
    h1{
        font-family:  Segoe UI;
        font-size: 40px;
        color: rgb(24, 136, 9);
        text-align: center;
    
    }
    h2 {font-family: Segoe UI;
        font-size: 30px;
        color: black;
        text-align: left;
}
    h3 {font-family: montserrat;
        font-size: 20px;
        color: black;
        text-align:left;
       }
    .navbar-logo{ 
        max-width: 200px; 

    } 
    .navbar{
        font-size: 1.5rem;
    }


    .carousel-item{
        max-height: 600px;

    }
    .col-md-4{
        border-radius: 50%;
    }
    img{

        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        
        }
    .newsletter-subscribe {
            color: #313437;
            background-color: rgb(137, 233, 128);
            padding: 35px 74px
        }
        
    .newsletter-subscribe p {
            color: #7d8285;
            line-height: 1.5
        }
    .newsletter-subscribe h2 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 25px;
            line-height: 1.5;
            padding-top: 0;
            margin-top: 0;
            color: inherit
        }
    .newsletter-subscribe .intro {
            font-size: 16px;
            max-width: 500px;
            margin: 0 auto 25px
        }
        
    .newsletter-subscribe .intro p {
            margin-bottom: 35px
        }
        
    .newsletter-subscribe form {
            justify-content: center
        }
    .newsletter-subscribe form .form-control {
            background: #eff1f4;
            border: none;
            border-radius: 3px;
            box-shadow: none;
            outline: none;
            color: inherit;
            text-indent: 9px;
            height: 45px;
            margin-right: 10px;
            min-width: 250px
        }
    .newsletter-subscribe form .btn {
            padding: 16px 32px;
            border: none;
            background: none;
            box-shadow: none;
            text-shadow: none;
            opacity: 0.9;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.4px;
            line-height: 1
        }                 
    .newsletter-subscribe form .btn:hover {
            opacity: 1
        }
        
    .newsletter-subscribe form .btn:active {
            transform: translateY(1px)
        }
        
    .newsletter-subscribe form .btn-primary {
            background-color: #055ada !important;
            color: #fff;
            outline: none !important
        }
        
      body {
            background: #eee
        }
        
    .newsletter {
            color: #0062cc !important
        }  
/* Footer */
    footer{
        background-color: #444;
        padding: 30 px;
    } 
    .copy{
        padding-top:300 px;
    }       
    .smed{
        color: #fff;
        font-size: 100 px;
    }
    