@charset "UTF-8";

/*use with height: 100vh; which means viewpoint height

in addition the bacground does not display so had to resort to style instead*/


.backgroundimage2{
	
	background-image: url("NOPoillbackgroundFeb62024compressed.jpg");
	 height:  600px; 
	background-position: center;
	padding-left: 50px;
	padding-right: 50px;
	font-size: medium;
	 min-height: 100%;
	background-size: cover;
    padding-top: 30px;
   

	
	background-repeat: no-repeat fixed;
	
	
}
.bg-light {
  background-color: #fff !important;
}.blank {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.paddingleft {
	padding-left: 100px;

}
.paddingleftminor {
	padding-left: 10px;

}
/*use below for no shadow on nav phone*/
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
	outline-color: none;
	outline: none;
	  text-decoration: none;
}
.largefont
{
    font-size: x-large;
    color: #1D6F47;
    font-weight: bolder;
    letter-spacing: 10px;
    font-family: "Avenir Next Condensed Heavy";
    padding-top: 50px;
}

a:hover {
  text-decoration: underline;
	color: black;
	outline-color: none;
	outline: none;
	box-shadow: none;
	
	
	
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #87918A;
	outline-color: transparent;
	outline: none;


	box-shadow: none;
	   
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: #1D6F47;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
	outline-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1D6F47;
	outline-color: none;
	outline: none;
}


dropdown-toggle {
  white-space: nowrap;
	outline-color: none;
	outline: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
	outline-color: transparent;
	outline: none;
}








/*use above for no shadow on nav phone*/

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #1D6F47;
  border: 2px solid medium;
  border-color: #000;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
	outline-color: none;
	outline: none;
}
body,html {overflow-x: hidden;

}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F3C67F;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: aliceblue;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #EAB724;
}
a.dropdown-item:active{
	background-color: #EAB724;
}