html	{
	height: 100%;
}

body {
	background-image: url(../pics/sunset.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-family: "palatino linotype", Helvetica;
}


.jumbotron {
	background-color: rgba(0,0,0,0);
  padding-top: 0px;
}


#jumbohead {
  /*color: white;*/
  /*font-weight: 700;*/
  /*line-height: 75px;*/
  text-shadow:
   -4px -1px 1px rgba(0, 0, 0, 1),
   -4px 1px 1px rgba(0, 0, 0, 1);

    /*-webkit-text-stroke: 3px black;*/
   /*color: white;*/
}





.jumbotron h1	{ 
	text-shadow: 1px 1px 5px black;
	/*float: right;*/
	/*margin-left: 30%;*/
  font-weight: 700;
	/*margin-top: 1%;*/
  color: white;
  text-align: center;
  font-size: 8vmin;
  vertical-align: middle;
  /*min-height: 20%;*/


}


.americap	{
	color: white;
  bottom: 0;
}


.americap a 	{
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;  
	color: blue;
  font-weight: 700;
  font-size: 1em;
}




		/*Navbar New */


.fullnavbox	{
  width: 100%;
	position: relative;
	bottom: 0px;
}
/*
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
[am-LatoSans] {
  font-family: 'Lato', sans-serif;
}
*/
/*
[am-TopLogo] {
    max-height: 119px;
    max-width: 210px;
    margin: 12px 11px;
}
[am-CallNow] {
    font-weight: 200;
    color: white;
    vertical-align: middle;
    line-height: 25px;
    font-size: 19px;
}*/


/*
  Relevant styles below
*/


.topper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}




.expbar h2   {
  /*background-image: linear-gradient(#9f9f9f, #535353 3%, #1f1f1f 17%, #212121 49%, #191919 89%, #000000 100%);
  border-top: 1px inset rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;*/
  font-size: 5.5vh;
  font-weight: 700;
  color: yellow;
  margin-top: 8%;
  text-shadow:
   -3px -1px 1px rgba(0, 0, 0, 1),
   -3px 1px 1px rgba(0, 0, 0, 1);
  

}

.navbar  {
  margin-bottom: 0;
}
.navbar ul {
  overflow-x: auto;

}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
/*
ul.nav {
    white-space: nowrap;
    overflow-x: auto;
}*/

.navbar .nav > li {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
    /*display: inline-block;*/


}

.icons  {
  border: 2px solid black;
  border-radius: 5px;
}


.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}


.navbar .navbar-nav>li>a {
  color: yellow;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  /*text-shadow: 0px -1px black, 0px 1px rgba(255, 255, 255, 0.25);*/
  line-height: 18px;
  font-size: 1.3em;
}


.nav>li>a:hover {
  text-rendering: optimizeLegibility;
  background-color: rgba(10, 91, 196, 0.45);
  border: 2px solid rgba(10, 91, 196, 0.45);
  border-radius: 8px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  font-size: 1.6em;
}

.navbar .navbar-nav > li.active {
  color: #f8f8f8;
}



.nav>li>a>img   {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 5px;
}


.nav>li>a:hover, .nav>li>a:focus, .nav>li>a:active   {
  font-size: 1.1em;
  
}


.navfoot  {
  width: 100%;
  padding-left: 10px;
  position: 
}

.responsive {
  text-align: center;
  /*color: yellow;*/
}
.responsive div {
  text-align: center;
}
.responsive div a {
  text-align: center;

  color: yellow;
  
}
.responsive div a img {
  text-align: center;
}