body {
  background-color: #01122b;
text-align: center;
}

body {
  color: black;
}

.contact-title
{
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	transition: all 4s ease-in-out;
	}

.contact-title h1
{
	font-size: 32px;
	line-height: 10px;

}

.contact-title h2
{
	font-size: 16px;

}

 form
{
	margin-top:20px;
	transition: all 4s ease-in-out;

}

.form-container {
  display: flex;
  justify-content: center;
}



.form-control
{
	width:600px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #fff;
	font-size: 18px;
	margin-bottom: 16px;
	
}

input
{
	height: 45px;
}

form .submit
{

	background: #ff5722;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 50px;
	margin-top:20px;
}



form .submit:hover
{
	background-color: #f44336;
	cursor: pointer;

}



.navbar {
  background-color: #01122b !important;
}

.navbar a {
  color: white !important;
}

.nav-item-padding {
  padding-left: 30px;
  padding-right: 30px;
}



.logo-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pulsate {
  animation: pulsate 10s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



.nav-link.active {
  color: var(--active-color) !important;
  font-size: larger;
}
.navbar {
  background-color: #95bf43 !important;
}
.nav-link {
  font-size: 1.2em;
 
}

.white-text {
  color: white;
}





#footer {
    background-color: #95bf43  !important;
    text-align: center;
}


	
	