/* Custom page CSS
-------------------------------------------------- */
/* Global styling adjustments #add8e6;
https://www.google.com/search?client=seamonkey-a&rls=org.mozilla%3Aen-US%3Aunofficial&q=light+blue+hex+code&oq=light+blue+hex+cod&aqs=heirloom-srp..0l5
*/
a:hover {
  background-color:  #;
  height: 100%;
  }
  
.footer {
  position: static; 
  bottom: 50px;
  width: 100%;
  height: auto; /* Set the fixed height of the footer here */
  line-height: inherit; /* Vertically center the text there */
  background-color: #0d6efd;
  
 /* background-image:linear-gradient(to left, rgba(0,0,255,2), rgba(0,0,220,1));  */
}

img {
   width: 50%;
   height: 25%;
   padding-bottom: -50px;
    height: auto;
   float: right;
}

.wrapper    {
            background-color: #;
}
.white  {
          background-color: #FFF;
}
.navbar	{
	font: #f8f9fa;
	align-items: right;
	;

}
.nav-text	{
	font: #f8f9fa;
	align-items: right;

	}
.nav-item	{
	font-family:var(--bs-font-sans-serif);
	font-weight: bold;
  	color: #f8f9fa;
    align-items: center;
}

.footer-logo {
         width:  125px;
         height: 75px;
}

.foot-link	{
	color: #ffffff;
	}
	
.main > .container {
  padding: 600px 15px 0;
}

.html,body {
            margin-bottom: 0px; /* Margin bottom by footer height */
            height: 100%;
}

/* Pictures and other media */
.bg-globe {
   	width: 100%;
   	height: 175px;
   	}
 
.img-logo {
         width: 100%;
         height:175px;
   		 padding-bottom: -350px;
}

.grad   {
  background-color: #;
  background-image: linear-gradient(315deg, #326dd8 25%, #326dd8 95%);
  color: #f8f9fa;
           /*256 * 256 * 256 = 16,777,216 color choices...and I chose this gradient combo blend? -_-
            *      dark blue rgb(0,0,139)
            *         background-image: linear-gradient(to left, rgba(0,0,188,1, rgba(19,117,188,1));
            *         */
}

h1.title	{
  padding-top: 30px;

}

/* Headings */
h2.title	{
 text-align:center;
 	}

h3.sub-title	{
 text-align:center;
 	} 	
 	
 .foot-link	{
 	text-align: right;
 	list-style: none;
	border: 0;
 	}
 	
.quick-links	{
 	text-align: right;
 	border: 0;
	border-radius: 0px;
  	background-image: linear-gradient(315deg, #326dd8 25%, #326dd8 95%);
  	color: #f8f9fa;
           /*256 * 256 * 256 = 16,777,216 color choices...and I chose this gradient combo blend? -_-
            *      dark blue rgb(0,0,139)
            *         background-image: linear-gradient(to left, rgba(0,0,188,1, rgba(19,117,188,1));
            *         */
 	
 	}
 .border-radius	{
 	text-align: right;
 	list-style: none;
	border: 0;
 	text-align: right;
 	border: 0;
	border-radius: 0px;
  	background-image: linear-gradient(315deg, #326dd8 25%, #326dd8 95%);
  	color: #f8f9fa;
           /*256 * 256 * 256 = 16,777,216 color choices...and I chose this gradient combo blend? -_-
            *      dark blue rgb(0,0,139)
            *         background-image: linear-gradient(to left, rgba(0,0,188,1, rgba(19,117,188,1));
            *         */
 	
 	
 
 }