html,
body {
  overflow-x: hidden;
  background-color:#e8f4ff;
}
     
    .navbar-custom {
        /*background-color: #5225D4; */
        background-color: #16044A; 
    }
    /* Modify brand and text color */
     
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-item {
        color: rgb(255, 255, 255);
        font-weight: 900;
		letter-spacing: 2px;
		font-size:1.5rem;
    }
    .tagtext{
      color: rgb(255, 255, 255);
      font-weight: 600;
    }
    .tagtext:hover{
      color: #9C9BA2;
    }
	

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color: #16044A;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark .ullink {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark .ullink a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark .ullink a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

.container-review{
background-color: #cce6fc;
text-align: center;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.58);
border-radius: 16px;
margin-top: 50px;
margin-bottom: 50px
}
.card{
border: none
}
.second{border-left: 2px dotted lightgrey;border-right: 2px dotted lightgrey}
@media only screen and (max-width: 600px){.second{border: none;border-top: 2px dotted lightgrey;margin-top: 25px}.third{border-top: 2px dotted lightgrey;margin-top: 25px}.icon{margin-top: 20px;top: 0}}.fa-quote-left:before{font-size: 7px;color: orangered;position: relative;bottom: 5px}.intro{font-size: 11px;margin-left: 13px;position: relative;bottom: 8px}.row{padding-bottom: 53px}.company{position: absolute;bottom: -42px}.fa-amazon:before{content: "\f270";font-size: 23px}.icon{margin-bottom: 15px;position: relative;bottom: 20px}.header{padding-top: 35px;padding-bottom: 50px}

i{
    color:orange;
}
.text-span{
 font-size:12px;
 font-weight:600;
}
/*.glow {
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
.glow {
  animation: flicker 1.5s infinite alternate;
  color: #fff2cc;
}
@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff2cc,
      0 0 11px #fff2cc,
      0 0 19px #fff2cc,
      0 0 40px #f1c232,
      0 0 80px #f1c232,
      0 0 90px #f1c232,
      0 0 100px #f1c232,
      0 0 150px #f1c232;
  
  }
  
  5%, 14%, 35% {        
      text-shadow: none;
  }    
}*/
h2 {
    text-align: center;
    padding: 20px;
    position: relative;
    display: inline-block;
	 color: #F90B6D;
	 font-family: 'Rouge Script', cursive;
	 font-size: 34px;
	 font-weight: 300;
	 line-height: 40px;
	 margin: 0 0 16px;
}
h2:after {
    content: '';
    background: blue;
    width: 100%;
    height: 4px;
    display: block;
 
}
h3 {
    text-align: center;
    padding: 20px;
    position: relative;
    display: inline-block;
	 color: #0b86f9;
	 font-family: 'Rouge Script', cursive;
	 font-size: 24px;
	 font-weight: 300;
	 line-height: 40px;
	 margin: 0 0 16px;
}
.card-design{
width: 22rem; 
margin:auto;
}
.card-design:hover{
background-color:#E6CCB7;
width: 22.5rem; 
margin:auto;
cursor: pointer; 
}