.navbar-element {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 20px;
  color: #E1E1E6;
  text-transform: uppercase;
  font-family: navbarFont;
}
.navbar-element:hover,
.navbar-element:focus {
  text-decoration: none;
  color: #FAFAFA;
}
.navbar-element > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-element,
  .navbar > .container-fluid .navbar-element {
    margin-left: -15px;
  }
}
.jumbotron{
    background-image: url("../img/bridge.jpg");
    background-size: cover;
    height: 350px;
}
.homeTitle{
    font-size: 30px !important;
    font-family: titleFont;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-shadow: 0px 0px 12px #000000, 6px 6px 12px #333333,
                -1px 0 #505050, 0 1px #505050, 1px 0 #505050, 0 -1px #505050;
}
.article{
    margin: 0 auto;
    width: 80%;
    text-align: justify;
}
.headerText{
    font-size: 20px !important;
    color: #FFFFFF !important;
    text-shadow: 0px 0px 8px #000000, 3px 3px 8px #333333,
                 -1px 0 #505050, 0 1px #505050, 1px 0 #505050, 0 -1px #505050;;
    font-family: headerFont;
}
@font-face {
        font-family: navbarFont;
        src: url(../fonts/BebasNeue.otf);
    }
@font-face {
        font-family: titleFont;
        src: url(../fonts/Napoleon-Bold.ttf);
    }    
@font-face {
        font-family: headerFont;
        src: url(../fonts/Napoleon-Light.ttf);
    }
   
.img-bio {
    width: 20%;
    height: auto;
    margin: auto;
}
.bio{
    width: 90%;
    text-align: left;
}

table {  border: solid 0px #ADADBA; }
tr { border: none; }
td {
  border: solid 0px #ADADBA;
}
.num1{
    width: 85%;
    margin: 2em auto;
}

.slides {
    transition: 0.3s ease-in-out;
}

