@charset "UTF-8";


/*prime colors -dark purple  #481e6c 

*/



.backgroundimage {
	background-image: url(backgroundorange.jpg);
	color: #000000;
	font-size: medium;
	
	background-size: cover;
    padding-top: 100px;
   
	  padding-left: 10px;
      padding-right: 10px;
	
	background-repeat: no-repeat;
	
	position: relative;
    background-position: 20%;
   height: 100%;  
  width: 100%;
  margin: 15px 0;
    
   
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.bg-light {
	
  background-color: #481e6c  !important;
  border: 0px solid rgba(220,111,38,1.00);
border-bottom: medium;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: rgba(220,111,38,1.00);
  border-radius: 0.25rem;
}
a {
  color:#fff;
  text-decoration: none;
  background-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color:   #a97bbe;
}


.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #6a2084;
  border: 0 px solid transparent;
  border-radius: 0.25rem;
	outline: none;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
	background-color: #6a2084;
		outline: none;
}
a:hover {
  color: #FBF8F8;
  text-decoration: underline;
	/*background-color: #6a2084;*/
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  /*background-color: #6a2084;*/
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
	background-color: transparent;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(173,154,210,0.78);
  border: 0;
}

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

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6a2084;
}

/*toggle*/
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);

	outline: none;}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(220,111,38,1.00)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}.background {
    background-color: rgba(220,111,38,1.00);
}
.background2 {
    background-color: rgba(153,218,205,0.77);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(gretta-cattery/graphic.png);
}
.largeredtextbold{
    font-family: "Impact";
    font-size: xx-large;
    color: white;
	border: thin;
	border-color: black;
    letter-spacing: 1px;
   
}
.largeblacktextbold{
    font-family: "Impact";
    font-size: large;
    color: black;
	border: thin;
	border-color: black;
    letter-spacing: 1px;
   
}
.blacktextbold{
   
    font-size: large;
    color: black;

	
   
}

.smallpurpleitalics{
    font-family: 'Arial Narrow';
    font-size: medium;
    color: rebeccapurple;
	border: thin;
	font-style: italic;
    letter-spacing: 3px;
   
}
.padding{
    padding-left: 40px;
    padding-right: 40px;
  
   
}
body, html {
    overflow-x:hidden; }
.smallpurple {
    color: rgba(102,45,145,1.00);
    font-family: "Arial Narrow";
}
.purple {
    color: rgba(102,45,145,1.00);
    font-family: "Arial Narrow";
    font-style: normal;
    font-size: medium;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #206d8194;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.whitebackground {
    background-color: #FFFFFF;
}
