body {background-color: white; color: #3d3d3d;}
a {color: #009094;}
a:hover {color: #009094;text-decoration: underline;}
.text-theme {color:#019094;}
.fill-theme {background-color: #019094;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color: rgb(61, 61, 61);}
.navbar-collapse {order: 1;}
.navbar-brand {width:137px;}
.navbar { padding-top: 55px;     padding-left: 74px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);}

.masthead {
  height: 85vh;
  min-height: 500px;
  background-image: url('../images/hands.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-light-theme {
	background-color: #cee7e8;
}

.container-max {
    max-width: 1800px;
    margin: auto;
}

.bg-img {
    min-height: 600px;
    background-image: url(../images/about-nelson.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 552px;
}

/*fixed logo*/
.logo2r1 {
	position: absolute;
    top: 0;
    width: 137px;
}
.collapsing {
-webkit-transition: height .5s ease;
-o-transition: height .5s ease;
transition: height .5s ease;
}
.navbar-collapse.in {
    overflow-y: visible;
}

.flux{
    justify-content: center;
  }


.pt {
    padding-top: 15px;
}

.footer {overflow-x: hidden;}

.btn-active {
  background: green;
}

.aant-logo-btn {
    position: absolute;
    left: 25px;
    top: 26%;
    width: 84px;
    padding: 5px;
    border: solid 1px #adb5bd;
    border-radius: 5px;
    margin: 30px 2px;
    text-align: center;
    color: #3d3d3d;
}

.aant-logo-btn:hover {
    text-decoration: none;
  }

.about-text {
  max-width: 600px;
  margin: 0 auto;
}

.nav-link:hover {
	color:#009094!important;
}

.no-header {
    margin-top: 127px;
}

#login {
    max-width: 500px;
    padding-top: 100px;
}

#login form {
    margin: auto;
}

#login form input {
    padding: 5px 10px;
    border-radius: 8px;
    border: 0;
    margin: 8px 0px;
    border: solid 1px #adb5bd;
}

#login form .bg-white {
    color: rgb(61, 61, 61);
    border: 1px solid #adb5bd;
    width: 100%;
    background: white;
    transition: 0.5s;
}

#login form .bg-white:hover {
    color: white;
    background: #009094!important;
    border: 1px solid #009094;
    width: 100%;
}

iframe {
    width: 100%!important;
    height: calc(100vh - 250px)!important;
    
}

.padding-l-0{
    padding-left:0;
}
.padding-r-0{
    padding-right:0;
}