﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

@media only screen and (max-width: 600px) {
    body
{
    background-color: lightblue;
}
}


.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*====================dropdown menu over color===================*/

.navbar .btn-group a:hover {
    background-image: none;
    background-color: #01796f;
}

.btn:hover {
    background-image: none;
    background-color: #01796f;
}


.news-updates {
    padding: 5rem 0;
}

    .news-updates .section-heading {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 40px;
    }

        .news-updates .section-heading h2 {
            margin-bottom: 0;
            line-height: 0;
        }

        .news-updates .section-heading a {
            font-size: 16px;
        }

    .news-updates .post-entry-big .img-link {
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
        overflow: hidden;
    }

        .news-updates .post-entry-big .img-link img {
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .news-updates .post-entry-big .img-link:before {
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            position: absolute;
            content: "";
            background: #000;
            opacity: 0;
            z-index: 2;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .news-updates .post-entry-big .img-link img {
            z-index: 1;
        }

        .news-updates .post-entry-big .img-link:hover:before {
            opacity: .6;
            visibility: visible;
        }

        .news-updates .post-entry-big .img-link:hover img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

    .news-updates .post-entry-big .post-content .post-meta a {
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        color: #939393;
    }

    .news-updates .post-entry-big .post-content .post-heading {
        line-height: .9;
    }

        .news-updates .post-entry-big .post-content .post-heading a {
            font-size: 18px;
            font-weight: bold;
            color: #303030;
        }

            .news-updates .post-entry-big .post-content .post-heading a:hover {
                color: #51be78;
            }

    .news-updates .post-entry-big.horizontal .img-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }
