@font-face {
  font-family: 'FuturaEF-DemiBold';
  src: url('../font/FuturaEF-DemiBold.eot');
  src: url('../font/FuturaEF-DemiBold.eot?#iefix') format('embedded-opentype'),
       url('../font/FuturaEF-DemiBold.woff') format('woff'),
       url('../font/FuturaEF-DemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

img {
  max-width: 100%;
}
p {
	font-family: 'FuturaEF-DemiBold';
	color: #ffffff;
	font-size: 1.5rem;
	text-shadow: 2px 3px 1px #000000;
}
h1 {
	display: none;
}
a {
  color: #ffffff;
}
a:hover{
  color: #ffffff;
}
/*body {
    background: url(../img/bg-2.jpg) top center no-repeat;
    background-size: auto;
    background-attachment: initial;
}*/
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sign-input {
  padding: 25px 10px;
  height: 50px;
}
.logo {
    width: 650px;
    max-width: 100%
}
.intro {
  text-align: left;
  font-size: 1.4rem;
}
.signup-bar {
  width: 100%;
  margin: 0 auto 50px;
  line-height: 3rem;
  box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
.custom-btn {
  background-color: #FBB243;
  transition: background-color .2s linear;
}
.custom-btn:hover {
  background-color: #16356B;

}
.btn-custom {
  font-family: 'FuturaEF-DemiBold';
  color: #ffffff;
  min-height: 50px; 
}
.sign-input:focus, .btn-custom:focus{
  box-shadow: none;
}
.btn-custom:hover {
  color: #ffffff;
}
.pagination {
    margin: auto;
    color: #ffffff;
    background: #FBB243;
    padding: 10px 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
.pagination span, .pagination a {
  padding-left: 5px;
  padding-right: 5px;
}
.pagination .current {
  text-decoration: underline;
}
.social-icons ul {
  list-style-type: none;
  padding: 0;
  margin:0 0 5px;
}
.social-icons li {
  display: inline-block;
}
.social-icons a:hover {
  color: #FBB243;
}
footer {
    background-color: #000;
    color: #ffffff;
    padding: 10px;
    font-size: .65rem;
    text-align: center
}

@media screen and (min-width: 768px) {

  .intro {
    text-align: center;
    font-size: 2rem;
  }
  .signup-bar {
    width: 50%;
  }
  /*body {
    background-size: cover;
    background-attachment: fixed;
  }*/
}