html  {
  height: 100%;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Arial,"palatino linotype", Helvetica;
  height: 100%;
  background-color: black;
}


.jumbotron {
  background-color: rgba(0,0,0,0);
 

}


.jumbotron .container-fluid {
  /*min-height: 90%;*/
}


.jumbotron h1 { 
  text-shadow: 1px 1px 5px black;
  float: right;
  margin-left: 30%;
  margin-top: 15%;
  color: white;

}


.americap {
  color: white;
  text-shadow: 1px 1px 5px black;
  
}


.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: 1.2em;
  /*background-color: black;*/
}


h3  {
  margin-top: 2px;
}






    /*Navbar New */


    /*Navbar New */


.fullnavbox {
  width: 100%;
  /*position: absolute;*/
  /*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 h4   {
  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;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;

}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

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


}

.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;
}



.thumbnail  {
  max-width: 300px;
}



div.c-wrapper{
    width: 80%; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
max-width: 100%;
min-width: 70%;
max-height: 800px !important;
margin: auto;
}




.sub-text {
  color: white;
  text-align: center;
  font-size: 1.4em;
}

h2  {
  font-size: 2.7em;
}
/*

.carousel-inner {
  width: 100%

  max-height: 800px !important;
}*/




/*Page Contents*/

.wrapper  {
  margin-top: 25px;
  max-width: 100%;
}


/*
.col-lg-7   {
  border-left: 2px solid white;


}*/

/*
.pledge   {
  border-left: 2px solid white;
  color: white;
  font-size: 4.3vmin;
}


.pledge li  {
  padding-top: 15px;
}*/

.thumbnail  {
  float: left;
  margin-right: 35px;

}

p     {
  font-size: 2.6vmin;
  color: white;
  text-align: justify;
}

.pledge   {
  font-size: 5rem;
  color: yellow;
  font-style: bold;
  text-align: center;
}

.accent   {  
  font-size: 3rem;
  color: yellow;
  font-style: bold;

}





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

.responsive div a {
  color: yellow;
  
}

