
@font-face {
  font-family: "__Gotham Light_5";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("../fonts/gotham-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "__Gotham Bold_5";
  font-style: normal;
  font-weight: 700;
  src: local("☺"), url("../fonts/gothambold-webfont.woff") format("woff");
}
.navbar {
  border-bottom:15px solid #A4F1FF;
  background-color: #009ad6;
  color:#fff;
}
.navbar-header {
  float: left;
  color:#000;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.navbar-brand {float:none;
  color:#fff;
  font-size: 36px;
  font-family: "__Gotham Bold_5";
  font-weight: 700;

}

.navbar-brand:hover ,.navbar-brand:focus {
  color:#eee;
}

.logo {
  width:200px;
}
.logo-small {
  width:100px;
  margin:0 auto;
  text-align:center;
}

a {
  color: #29ABE2;
}
body {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  word-wrap: break-word;
  text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5 {
  font-family: "__Gotham Bold_5";
  color: #29ABE2;
  font-family: "__Gotham Bold_5";
  font-weight: 700;
}
p {
  font-family: "__Gotham Light_5";
  font-weight: 300;
}

.extralight {
  font-family: "__Gotham Light_5";
  font-weight: 300;
}

.slideshow-jgeye {
  background-color:#ddd;
}

.slideshow-jgeye > col-lg-8{
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #009ad6;
  margin: 1em 0;
  padding: 0; 

}

.newsitem {
  margin-top:20px;
  margin-bottom:20px;
}

.newaddress {
  font-size:1.4em;
}
//medium+ screen sizes
@media (min-width:992px) {

  .navbar {
  }
  .desktop-only {
    display:block !important;
  }
}
.mobile-only-center {
  text-align:center;
  float:none;
  margin:0 auto;
}


//small screen sizes
@media (max-width: 991px) {
  .navbar {
    height:100px;
  }

  .mobile-only {

    display:block !important;
  }

  .mobile-only-center {
    display:block !important;
    text-align:center;
    float:none;
    margin:0 auto;
  }


  .desktop-only {
    display:none !important;
  }
}
