/*

---------------------- FONTS -----------------

font-family: 'Chakra Petch', sans-serif;



*/

html,
body {
	height: 100%;
}

h2 {
	color: #e40072;
    font-weight: 400;
	margin-bottom: 30px;
    letter-spacing: 6px;
}


body {
    font-family: 'Chakra Petch', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 0px;
	background: #000;
    letter-spacing: 1px;
}

p {
	margin-bottom: 24px;
    letter-spacing: 1px;
}



#mainNav {
  min-height: 56px;
  background-color: #000;
}

#mainNav .navbar-toggler {
  font-size: 70%;
  padding: 0.75rem;
  color: #e40072;
  border: 1px solid #e40072;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #e40072;
    font-weight: 750;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
      font-size: 100%;
      padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #000;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: #fff;
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 1rem 1.2rem;
    color: #fff;
      letter-spacing: 2px;
  }
  #mainNav .nav-link:hover {
    color: #e40072;
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #000;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: rgba(42,89,113,1.00);
  }
  #mainNav.navbar-shrink .nav-link {
    color: #FFF;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #e40072;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #EED1D1;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #EED1D1;
    outline: none;
    border-bottom: 0.25rem solid #EED1D1;
  }
}


.masthead {
	position: relative;
	padding: 30px;
	background: #000;
	color: #FFF;
	font-size: 12px;
}

@media (max-width: 560px) {
.masthead {
	padding: 30px 0px 30px 0px;
}
}


.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-size: 100%;
  text-transform: uppercase;
  letter-spacing: .2px;
  border: #e40072 2px solid;
	border-radius: 0px;
}

.btn-1 {
    color: #FFF;
  background-color: #000;
    letter-spacing: 2px;
}

.btn-1:hover {
    color: #FFF;    
  background-color: #e40072;
  border: #FFF 2px solid;
	
}


.btn-1:active {
    color: #FFF;
  background-color: #e40072 !important;
  border: #e40072 2px solid;
	
}

.about-section {
  background: #000;
	color: #fff;
}



.signup-section {
	padding: 20px;
	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 {
	color: #e40072 !important;
    padding: 10px;
	margin-bottom: 10px;
	height: auto;
	font-size: 80%;
	text-transform: none;
	letter-spacing: 0.15rem;
	border: 0;
	border-radius: 0px;
    background: #151515;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #424242 !important;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #424242 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #424242 !important;
 }


.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;
}



a {
  color: #FFF;
}

a:focus, a:hover {
  text-decoration: none;
  color: #e40072;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #52ace9 !important;
}

.text-primary {
  color: #52ace9 !important;
}

footer {
  padding: 2rem 0;
}



