.navbar-custom {
    background-color:white!important;
  }
  link:hover {
    color: #212529!important;
}
.navbar-dark .navbar-toggler-icon {
filter: invert(1);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #212529!important;
  }
.navbar-dark .navbar-nav .nav-link {
    color: rgb(92, 92, 92);
  }
#header_bckg{	background-image: url("../img/header.jpg"); background-repeat: no-repeat; 
     background-size: cover;
}
.icon{margin-bottom: 1em;}
html {
  scroll-behavior: smooth;
}
.text-center.dark{
background: radial-gradient(#e0f1ff, white); padding: 50px;
}

.btn-info{
background-color: #007bff!important;
border-color: #007bff!important;
}
a.lightlink{color: #60baff;}
h1.topmargin {
    margin:2em auto!important;
}
#user_org{
	background-color: #007bff;
}
#user_regular{
	background-color: #46e670;
}
.topmargin {
    margin:2em auto .1em!important;
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (max-width: 601px) {
.nomobile{
	display: none!important;
}
.display-4 {
    font-size: 2rem!important;
}

}

