/*!
 * Start Bootstrap - Landing Page v5.0.1 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

html, body {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  background-color: #333333;
}

h3,
h4,
h5,
h6 {
  font-family: 'Crete Round', serif;
  line-height: 1.5;
}

h1 {
  font-family: 'Crete Round', serif;
  font-size: 1.4rem;
}

h2 {
  font-family: 'Crete Round', serif;
  font-size: 2rem;
  line-height: 1.5;
}



header.masthead {
  position: relative;
  background-color: #587a6c;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: 60%;
  overflow: hidden;
}

header.masthead .overlay {
  position: absolute;
  background-color: #333333;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 0rem;
  margin:auto;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    margin:auto;
  }
}

@media (min-width: 768px) {
  .showcase .showcase-textform {
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-included {
  padding-top: 4rem;
  padding-bottom: 0rem;
}

.features-included .features-icons-item {
  max-width: 20rem;
}

.features-included .features-icons-item .features-icons-icon {
  height: 4rem;
}

.features-included .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}


.testimonials {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #587a6c;
  min-height: 10%;
  overflow: hidden;
}


.group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
}

.group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

label > span {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}

.field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

.field::-webkit-input-placeholder {
  color: #CFD7E0;
}

.field::-moz-placeholder {
  color: #CFD7E0;
}

.outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

.success,
.error {
  display: none;
  font-size: 13px;
}

.success.visible,
.error.visible {
  display: inline;
}

.error {
  color: #E4584C;
}

.success {
  color: #666EE8;
}

.success .token {
  font-weight: 500;
  font-size: 13px;
}

.pay {
    width: 50%;
    margin-left: auto; 
    margin-right: auto;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 15px;
    font-variant: normal;
    padding: 0;
}

.navbar-custom {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #587a6c;
  text-align: center;
}

a {
    color: #587a6c;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

input[type="radio"] {
    position: relative;
    margin: 6px;
}

input[type="checkbox"] {
    position: relative;
    margin: 20px;
}

table {
    width: 100%;
    background-color: #ffffff;
    height: 150px;
    text-align: center;
}

button {
  float: right;
  display: block;
  background: #587a6c;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  width: 48.5%;
  height: 60px;
  line-height: 12px;
  padding-top: 10px;
  outline: none;
}

button:focus {
  background: #6b9484;
}

button:active {
  background: #40594f;
}

button:hover {
	background-color:#509176;
}


.signup {
	background-color:#587a6c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
}
.signup:hover {
	background-color:#509176;
}

input {
  float: left;
  width: 68%;
  height: 40px;
  box-sizing: border-box;
  font-family:Verdana;
  font-size:14px;
  padding-left: 12px;
  border-radius: 4px;
  border: 0;
}

input[type=text] {
  padding-left: 12px;
  padding-right: 12px;
}

	
.icon-size{
 
   font-size:24px;
 
}

button.CheckoutButton {
  display: block;
  background: #587a6c;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}