/*

Notes:

  font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';


*/

html,
body {
	height: 100%;
}


body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	padding: 0px;
	background: #000;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #FFFFFF;
}

.masthead {
	position: relative;
	padding: 30px;
	background: #000;
	color: #FFF;
	font-size: 12px;
}


.addressInfo {
	color: #fff;
	font-size: 12px;
	text-align: right;
	  margin-top: 24px; 

}

@media (max-width: 998px) {
  .addressInfo {
	  text-align: left;
	  margin-top: 30px; 
  }
}



.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-transform: none;
  letter-spacing: .2px;
  border: 0;
	border-radius: 0px;
}

.btn-primary {
  background-color: #52ace9;
}

.btn-primary:hover {
  background-color: #979797;
}

.btn-primary:focus {
  background-color: #52ace9;
  color: white;
}

.btn-primary:active {
  background-color: #52ace9 !important;
}


.btn-info {
  background-color: #52ace9;
	  padding: 6px;
	font-size: 80%;
	margin-bottom: 10px;
}

.btn-info:hover {
  background-color: #979797;
}

.btn-info:focus {
  background-color: #52ace9;
  color: white;
}

.btn-info:active {
  background-color: #52ace9 !important;
}

.btn-social {
height: 36px;
	width: 36px;
	padding: 6px;
	font-size: 100%;
	margin-bottom: 10px;
}


.introduction-section {
  background: #000;
	color: #fff;
}

.introduction-section p {
  margin-bottom: 10px;
}



.signup-section {
	padding: 0px;
	background: #000;
	color: #fff;
}

.signup-section .form-inline input {
  padding: 1.25rem 2rem;
  height: auto;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
	border-radius: 0px;
}

.form-control {
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	font-size: 90%;
	text-transform: none;
	letter-spacing: 1px;
	border: 0;
	border-radius: 0px;
}



.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #52ace9;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #52ace9;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}


.details-section {
  background: #000;
	color: #fff;
}

.details-section p {
  margin-bottom: 10px;
}


a {
  color: #ccc;
}

a:focus, a:hover {
  text-decoration: none;
  color: #52ace9;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #52ace9 !important;
}

.text-primary {
  color: #52ace9 !important;
}

footer {
  padding: 5rem 0;
}
