body{
	background: linear-gradient(to right, #6FA6B8, #6FA6B8);
}
.SM1{ 
	cursor: pointer;
		width: 75px;
			height: 50PX;
}
.SM2{
	cursor: pointer;
		width: 75px;
			height: 50px;
}
.SM3{
	cursor: pointer;
		width: 75px;
			height: 50px;
}
.containerSM{
  margin: 20px;

}
h1 {
	

	display: flex;
		justify-content: center;
			color: #FFFEF2;
				font-size: 50px;
					font-family: 'Avenir';
						animation: backInDown;
							animation-duration: 1.2s;

}
.lead{
	display: flex;
		justify-content: center;	
			color: #FFFEF2;
			padding-left: 150px;
			padding-right: 150px;
				font-size: 32px;
					font-family: 'Avenir';
}
.cards {
  width: 22%;
  	display: inline-block;
  		background-color: #FFFEF2;
 			 border-radius: 10px;
 				margin: 135px;
 				margin-left: 160px;
  					box-shadow: 2px 2px 10px black;

}

.cards{

border: 10px;
border-color: #9B9999;
/*border-style: double;*/


}

.image img {
  width: 100%;
}
.title {
  text-align: center;
}
.des {
  text-align: center;
}
input {
	width: 50%;
		border: solid #aaa;
			border-radius: 4px;
				margin: 8px 0;
					outline: none;
						padding: 8px;
							box-sizing: border-box;
}
h2 {
	display: flex;
		justify-content: center;
			text-align: center;
				color: #FFFEF2;
					font-size: 25px;
						font-family: 'Avenir';
}
.container{
	margin-top: 10px;
}
.flex-container{
	min-width: 200px;
    	display: grid;
    		grid-gap: 10;
   				grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.purchase-card {
	width: 350px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
			padding: 1em;
}
.wrap {
	width: 1000px;
		margin: auto;
			margin-top: 100px;
}
.cards {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.6);
		transition: .4s;
			transition: all .4s ease-in-out;
	}
	.cards:hover{
		transform: scale(1.2);
			transition: 1s;
	}
.cards:after{
		transition: opacity 1.3s ease-in-out;
}
h3 {
    align-items: center;
		font-family: 'Avenir';
			color: solid black;
/*				animation: jackInTheBox;*/
					animation-duration: 1s;
}
p{  font-family: 'Avenir';
}
.btn-1 {
	font-weight: 600;
		text-transform: uppercase;
			font-family: 'Avenir';
				border-radius: 300px;
				border-color: #9B9999;
					padding: 0.5rem 5rem;
						color: black;
}
.btn-1 span {
  cursor: pointer;
  	display: inline-block;
  		position: relative;
  			transition: 0.4s;
}
.btn-1 span:after { 

  content: '\00bb';
  	position: absolute;
  		opacity: 0;
  			top: 0;
  				right: -20px;
  					transition: 0.3s;
}
.btn-1:hover span {
  padding-right: 25px;
}

.btn-1:hover span:after {
  opacity: 1;
  	right: 0;
}
button {
  margin-top: 30px;
  	margin-bottom: 30px;
  		background-color: #FFFEF2;
  			font-family: 'Avenir';
  				color: #08166A;
  					border-color: #9B9999;
  						padding: 10px;
  							border-radius: 5px;
  								cursor: pointer;
}
button:hover{
  background-color: #000000;
  	color: #FFFEF2;
  		transition: .3s;
}

button span {
  cursor: pointer;
  	display: inline-block;
  		position: relative;
  			transition: 0.3s;
}
button span:after { 

  content: '\00bb';
  	position: absolute;
  		opacity: 0;
  			top: 0;
  				right: -20px;
  					transition: 0.3s;

}
button:hover span {
  padding-right: 25px;
}
button:hover span:after {
  opacity: 1;
  	right: 0;
}

.cards:hover{
	transition: 0.5s;
	    -webkit-box-shadow:rgba(255,255,255,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -moz-box-shadow:rgba(255,255,255,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    -o-box-shadow:rgba(255,255,255,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    box-shadow:rgba(255,255,255,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}


