body{
    margin:0;
    padding-top: 82px;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: 82px;
}
.header{
    height:82px;
    padding: 16px;
    background-color: white;
    border-bottom: #b8b8b8 1px solid;
}

.headerShrink{
    height:82px !important;
    padding: 16px !important;
    background-color: white;
    border-bottom: #808080 1px solid;
}

.logo{
    height: 50px;
}
.logoShrink{
    height: 50px;
}
.nav-link  {
    color: green !important;
}

.pagetitle {
    background-image: url('../images/bgtitle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
}
.title1{
    text-align: center;
    font-size: 60px;
    color: #fff;
    text-shadow: #333 2px 2px 0;
}
.subtitle1{
    padding-top:20px;
    text-align: center;
    color: #fff;
    text-shadow: #333 1px 1px 0;
}

.footer{
    /* height:400px; */
    
    font-size: 12px;
}

.footer1{
    background-color: #333;
}

.footerText{
    color:white;
}

.footer2{
    background-color: #222;
}