/* Change Brand Font */
.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2em;
  font-weight: bold;
}

/* Change Navigation Color */
.navbar #myMenu .custom-nav .nav-item a {
  color: #fff;
}

.navbar #myMenu .custom-nav .nav-item a:hover {
  color: #9492ee;
}
#nord_logo{

  position: fixed;
  
  right: 0px;
  
  bottom: 0px;
  
  }

/* Make Header Image Responsive */
.back-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  
  border-radius: 0px;
  margin-top: 74px;
  
}

.img-responsive{
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/* Header Image Sub-Title */
.font-italic {
  font-size: 24px;
}
.banner_text {
  color: rgb(255, 255, 255);
  font-family: "Arial", Times, serif;
  font-size:30px
}

.banner_text2 {
  color: rgb(255, 255, 255);
  font-family: "Arial", Times, serif;
  font-size:19px
}
.footer_policytext {
  color: rgb(224, 224, 224);
  font-family: "Times New Roman", Times;
  font-size:14px

}


a {
  color: black;
}

.active {
  color: white;
  background-color: #DC3545;
}

a:hover {
  color: #9492ee;
}

/* Change Footer Icon Link Color */
.fi-color {
  color: #ffffff;
}



fi-color:hover {
  color: #9492ee;
}

/* Plus Button for adding New Users Bottom Right */
.box {
  position: fixed;
  bottom: 10px;
  right: 20px;
  margin-bottom: 30px;
}

/* Setting Margin for Welcome to OSMS */
.mainHeading {
  margin-top: 50px;
}

/* Setting Margin and Alignment for Welcome to OSM Mobile View */
@media only screen and (max-width: 600px) {
  .myclass {
    margin-top: 350px;
    text-align: center;
  }
}