/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
 
  color: #5a5a5a;
  background: #f1f1f1;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 30%;
  z-index: 10;
      text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3), 0 -0px 1px rgba(0, 0, 0, 0.3), 1px 0 1px rgba(0, 0, 0, 0.3), -0px 0 0px rgba(0, 0, 0, 0.3);
}
.carousel-caption p {
  color:#ffffff;
  text-shadow: none;
}
.carousel-inner {
    height: 659px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.white {
  background-color: #fff;

border-bottom: 3px solid orangered;}
.img-responsive {
  width: 100%;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
       font-weight: 600;
    font-size: 18px;
    padding: 17px 0 0;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.marketing li 
{
  text-align: left;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

    form {

	margin: 0 auto;
	width: 340px;
	padding: 20px 40px;
	}

.form {
	margin: 0;
	background: #f8f8f8;
    border: 1px solid #ccc;
    overflow: auto;
    padding: 7% 10%;
    font-family: 'lato';

	}

    form label, form input, form select {

	font-size: 13px;
    font-family: 'lato';
	}

label span {

	width: 360px;
	float:left;
	font-weight:500;
	padding-top:5px;
	text-shadow: 0 1px 0 #fff;

	}

input,  .uneditable-input, select, select option {

	width: 297px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'lato';
}
textarea {
width: 292px;
margin-bottom: 20px;
margin-top: 20px;
border: 1px solid #999;
border-radius: 3px;
padding: 6px;
font-family: 'lato';
}

select, select option {

	width: 242px;
    float: left;
    padding: 3px;
}


label.submit input {

	margin-left: 0px;
	width: 493px;
	padding: 8px 0px;

	}

label {

margin-bottom:0;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

	font-family: 'lato';
	font-size: 15px;
	padding: 8px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;

	}
  .mr-auto {
    margin-left: auto !important;
    margin-right: 0!important;
}
  .zee {
    margin: 0 auto 100px; 
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: 2.5rem;
    }
}

#submit-btn {



		 -moz-box-shadow: 0px 2px 2px 0px #ccc;
        -webkit-box-shadow: 0px 2px 2px 0px #ccc;
        box-shadow: 0px 2px 2px 0px #ccc;



		 -moz-box-shadow:inset 0px 1px 0px 0px #81dd64;
        -webkit-box-shadow:inset 0px 1px 0px 0px #81dd64;
        box-shadow:inset 0px 1px 0px 0px #81dd64;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
        background:-moz-linear-gradient(top, #45b024 5%, #4acd21 100%);
        background:-webkit-linear-gradient(top, #4acd21 5%, #45b024 100%);
        background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
        background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
        background:linear-gradient(to bottom, ##45b024 5%, #4acd21 100%);
        background-color:#47be22;
		border: 1px solid #40a720;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 10px;
		color: #fff;
		font-size:18px;
		font-weight: 400;
		text-shadow: 0 1px 0 #2d8a11;
	}

#submit-btn:hover {

		-moz-box-shadow: 2px 2px 2px 0px #ccc;
        -webkit-box-shadow: 2px 2px 2px 0px #ccc;
        box-shadow: 2px 2px 2px 0px #ccc;
		 -moz-box-shadow:inset 0px 1px 0px 0px #6dbe54;
        -webkit-box-shadow:inset 0px 1px 0px 0px #6dbe54;
        box-shadow:inset 0px 1px 0px 0px #6dbe54;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
        background:-moz-linear-gradient(top, #45b024 5%, #4acd21 100%);
        background:-webkit-linear-gradient(top, #45b024 5%,  #4acd21 100%);
        background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
        background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
        background:linear-gradient(to bottom, ##45b024 5%, #4acd21 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
        background-color:#47be22;
		border: 1px solid #40a720;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 10px 5px;
		color: #fff;
		font-size:18px;
		font-weight: 400;
		text-shadow: 0 -1px 0 #2d8a11;

	}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
