
h1{ font-size: 28px;color: #213163; font-weight: bold;}
.carousel-caption{top: 25%;}

.banner{ background: #213163; color: #ffffff; font-size: 50px; font-weight: bold;padding: 30px 0px;}

.carousel-item h1{font-family: 'Libre Baskerville', serif;}
.carousel-item h6{margin-top: 10px;}
.visit a
{
    line-height: 70px;
	font-size: 20px;
	color: #213163;
	text-decoration: none;
}

.visit a:hover
{
	color: #dc3545;
}

.row .col-sm-4 img
{
    width: 100%;
}
.visit-button
{
    background-color: #0055C8;
/*  font-size: 20px;*/
    font-family: "Arial", Sans-serif;
    padding: 25px 50px;
    color: white;
}
.footer
{
    background-color: #1e2d5b;
    padding: 10px;
    color: white;
}
.img-size
{
	height: 100%;
}


.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 50px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #007BFF;
    float: left;
    display: contents;
}

.count-text {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    clear: both;
    
}

.countplusicon{
    margin-top: -0px;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}


@media screen and (min-width:481px) and (max-width:768px){
   .carousel-caption img{ height: 50px; width: 50px;}  
    .carousel-caption { top: 20%;} 
    .carousel-item h6{ font-size: 14px;}
    .carousel-item h1{ font-size: 20px;}
    .carousel-item h5{ font-size: 16px;}
    .carousel-indicators{display: none;}   
    
}

@media (max-width: 480px) {
    .carousel-caption img{ height: 30px; width: 30px;}  
    .carousel-caption { top: 0%;} 
    .carousel-item h6{ font-size: 12px;}
    .carousel-item h1{ font-size: 16px;}
    .carousel-item h5{ font-size: 12px;}
    .carousel-indicators{display: none;}
}


