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%;
  color: yellow;
  /*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;
}

.sub-text span {
  font-size: 4.3vmin;
  color: rgb(250, 246, 13);

}

#spanbot  {
  font-size: 3.5vmin;
  color: rgb(250, 246, 13);

}


.sub-text a {
  color: yellow;
  font-size: 3.1vmin;

}

.sub-text a:hover   {
  text-decoration: underline;
  color: yellow;
  font-size: 3.2vmin;
}



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

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
position:relative;
top:50%;
transform: translateY(-50%);
/*min-width: 70%;*/
margin-right: auto;
margin-left: auto;
max-height: 100%;
}




.sub-text {
  color: white;
  text-align: justify;
  font-size: 2.5vh;
}

h2  {
  color: rgb(250, 246, 13);
}




.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 10em;

    }




.carousel-inner {
  width: 100%;
  margin: auto;

  height: 100vh !important;
}

.carousel-inner .item {
  /*position: relative;*/
height: 100%;
}


#story  {
  margin-top: 10px;
  margin-bottom: 10px;
}

hr.style {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.style:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: black;
  color: yellow;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}


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

.responsive div a {
  color: yellow;
  
}



.row {
  margin-bottom: 3%;
}

#titletxt {
  text-align: center;
}



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

}