
:root{
    --primary : #FF6700;
    --secondary : #1F75FE;
    --extra : #0C2340;
    --footer-form-bg : #002D62;
    --gray-color : #D3D3D3;
}

/* for mobiles */
.carousel-image-style{
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-style{
    height: 60vh;
}


.logo-style{
    width: 60px;
    height: 60px;
}

.about-us-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.parallax {
    background-image: url("./assets/carousel-images/d.jpg");
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.parallax-about-2{
    background-image: url("./assets/carousel-images/b.jpg");
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-about-3{
    background-image: url("./assets/carousel-images/b.jpg");
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-gallery{
    background-image: url("./assets/carousel-images/d.jpg");
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.nav-anchor{
    color: #FF6700;
}
.nav-anchor:hover {
    color: #fff;
}
.custom-color-f{
    color: #FF6700;
    font-size: 20px;
}

.lead-text-style{
    color: var(--primary);
}

.para-text{
    font-size: 16px;
    border-left: 2px solid var(--secondary);
    padding: 4px;
    line-height: 20px;
    margin-left: 20px;
}

.footer-style{
    background-color: var(--extra);
    width: 100%;
}

.col-div{
    width: 100%;        
}
.map-style{
    width: 300px;   
    height: 150px;
    border: 0;
}

.accent-color{
    color: var(--primary);
}

.footer-form{
    background-color: #00308F;
}

.about-us-image-embbed{
    width: 340px;
    height: 300px;
}

.statement-text-bg{
    background-color:  #00308F;

}

.anchor-text{
    text-decoration: none;
}
.anchor-text:hover{
    background-color: var(--secondary);
}
.home-image-embbed{
    width: 100px;
    height: 250px;
}

.gallery-new-images{
    width: 100%;
    height: 100%;
}
  




/* 
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { 

 } */

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel-image-height{
        height: 100vh;
    }

    .logo-style{
        width: 60px;
        height: 60px;
    }

    .about-us-image{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
    }

    .parallax {
        background-image: url("./assets/carousel-images/d.jpg");
        height: 900px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parallax-about-2{
        background-image: url("./assets/carousel-images/b.jpg");
        height: 350px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .parallax-about-3{
        background-image: url("./assets/carousel-images/b.jpg");
        height: 350px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    
.parallax-gallery{
    background-image: url("./assets/carousel-images/d.jpg");
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .carousel-image-style{
        height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .carousel-style{
        height: 100vh;
    }

    .nav-anchor{
        color: #FF6700;
    }
    .nav-anchor:hover {
        color: #fff;
    }
    .custom-color-f{
        color: #FF6700;
        font-size: 24px;
        font-weight: bold;
        
    }

    .accent-color{
        color: var(--primary);
    }

    .lead-text-style{
        color: var(--primary);
    }

    .para-text{
        font-size: 18px;
        border-left: 2px solid var(--secondary);
        padding: 4px;
        line-height: 24px;
        margin-left: 20px;
    }

    .footer-style{
        background-color: var(--extra);
        width: 100%;
    }
    
    .footer-style{
        background-color: var(--extra);
        width: 100%;
    }

    .col-div{
        width: 33%;        
    }
    .footer-form{
        background-color: var(--footer-form-bg);
    }
    
    .about-us-image-embbed{
        width: 500px;
        height: 400px;
    }
    .statement-text-bg{
        background-color:  #00308F;

    }

    .anchor-text{
        text-decoration: none;
    }
    .anchor-text:hover{
        background-color: var(--secondary);
    }
    .home-image-embbed{
        width: 480px;
    }

    .gallery-new-images{
        width: 100%;
        height: 85%;
    }
      
     

    
  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .logo-style{
        width: 60px;
        height: 60px;
    }

    .about-us-image{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
    }

    .parallax {
        background-image: url("./assets/carousel-images/d.jpg");
        height: 350px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax-about-2{
        background-image: url("./assets/carousel-images/b.jpg");
        height: 350px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax-about-3{
        background-image: url("./assets/carousel-images/b.jpg");
        height: 350px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .nav-anchor{
        color: #FF6700;
    }
    .nav-anchor:hover {
        color: #ffff;
    }
    .nav-anchor:active{
        color: #ffff;
    }
    .custom-color-f{
        color: #FF6700;
        font-size: 24px;
        font-weight: bold;
    }
    .lead-text-style{
        color: var(--primary);
    }

    .para-text{
        font-size: 16px;
        border-left: 4px solid var(--secondary);
        padding: 4px;
        line-height: 24px;
        margin-left: 20px;
    }

    .footer-style{
        background-color: var(--extra);
        width: 100%;
        border-bottom: 4px var(--primary) solid;
    }

    .col-div{
        width: 33%;        
    }

    .form-inner{
        display: flex;
    }

    .map-style{
        width: 1200px;
        height: 300px;
        border: 0;
    }

    .footer-form{
        background-color: var(--footer-form-bg);
    }

    
    .accent-color{
        color: var(--primary);
    }

    .about-us-image-embbed{
        width: 500px;
        height: 400px;
    }
    .statement-text-bg{
        background-color:  #00308F;

    }

    .home-content-f-color{
        background-color: var(--gray-color);
    }

    .anchor-text{
        text-decoration: none;
    }
    .anchor-text:hover{
        background-color: var(--secondary);
    }
    .home-image-embbed{
        width: 480px;
    }

    .gallery-new-images{
        width: 100%;
        height: 85%;
    }

    .video-scaling{
        width: 100%;
        height: 550px;
    }
      
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }