.nav-header {
	background-color: #6f2232 !important;
	/*background-color: #15db95 !important;*/
	/*background-color: #1d39b3 !important;*/
}

.card-header {
	background-color: #e3dadc !important;
    /*background-color: #15db95 !important;*/
	/*background-color: #1d39b3 !important;*/
}

.container {
  max-width: 960px;
}

.container-body {
  background: #edf5e1 !important;
  /*background-image: url("../images/seasky.jpg") !important;*/
}

.containter-signup {
	background: #fccfd9 !important;
	/*background-image: url("../images/sky-1.jpg") !important;
	background: #f4e4c1 !important;*/
	/*background: #e4c580 !important;*/
}

.container-card {
	background: #950740 !important;
}

.footer-links h5 {
	color: #fff !important;
}

#cfeatures {
  padding: 3% 15%;
  text-align: center;
  background-color: #950740;
  color: #fff;
  font-size: 2rem;
}

.footer-links {
	padding: 1% 1% 1% 5% !important;
	background:  #24241d !important;
}

h5.footer-links {
	font: #fff !important;	
}

li.footer-links {
	font: #fff !important;	
}

a.footer-links {
	font: #fff !important;
}

#feature-descrip {
	background-image: url("../images/sky-1.jpg") !important;	
}

#login-st {
  /*border: 3px solid green  !important;*/
  padding: 1% 1% 1% 1% !important;
  background-color: #fff !important;
  background:  #fff !important;
  box-shadow: 5px 10px #888888 !important;
  margin: 5% 15% 5% 15% !important;
  border-radius: 25px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

ul.faqs {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.responsive-image {
  max-width: 50%; 
  display:block; 
  height: auto;
}