.form-container {
    width: 85%;
    text-align: center !important;
    margin: 10px auto;
    padding: 10px;

}

.selection {
    text-align: center; 
    font-size: 26px; 
   
}

.selection input {
   margin: 1em auto;
   text-align: center;
}

.searchbar {
    width: 55% !important;
    margin: 10px auto;
  
}


.form-input input[type="text"] {
  width: 15em;

}

span {
    font-weight: 600; 
    text-transform: capitalize;
}

.container {
    display: flex;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/snpbanner2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
}



.container-jaunt {
    display: flex;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/TangerOutlets.jpg");
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;
	font-size: 20px; 
}

.container-jaunt2 {
    display: flex;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/BayStreet.jpg");
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
	font-size: 16px; 
}

.container-jaunt3 {
    display: flex;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/Harborfrost.jpg");
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
	font-size: 20px;
}
.container-jaunt4 {
    display: flex;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/GreenportJaunt-Thumb.jpg");
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
	font-size: 20px;
}
.container-jaunt5 {
    display: flex;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/GuildJaunt-Thumb.jpg");
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
	font-size: 20px;
}
.container-jaunt6 {
    display: flex;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/ParrishJaunt-Thumb.jpg");
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
	font-size: 20px;
}

flex{
	display: flex;
	margin: 0 auto; 
	justify-content: center;
	width: 100%;
	align-content: center;
	align-items: center;
}
.box {
    text-align: center;
    min-height: 200px;
}
.last {
	text-align: 
		center; 
}
#sidebar {
	text-align: center;
	margin: 0 auto; 
}
p {
	padding: 2em;
}

.cards {
    box-shadow: 0 19px 22px,0 15px 12px rgba(0,0,0,0.22);
    display: grid;
    align-items: baseline;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    -webkit-box-shadow: 0 19px 22px,0 15px 12px rgba(0,0,0,0.22);
}

.card:hover {
  box-shadow: 0px 14px 18px rgba(0,0,0,1), 0px 10px 10px rgba(0,0,0,1);
	transform: scale(1.009);
}

.card{
	transition: 0.3s;
    opacity: 0.94;
    height: 200px;
}

.wrapper {

	width:30%;
	max-width: 37%;
	min-width:400px;
	margin: 20px auto;
	padding: .5em;
	
	
  
}



/**
 * Helpers
 */
.border-tlr-radius { 
	border-top-left-radius: 2px;
	border-top-right-radius: 2px; 
}

.text-center { text-align: center; }

.radius { border-radius: 2px; }

.padding-tb { padding-top: 1.6rem; padding-bottom: 1.6rem;}

.shadowDepth0 { box-shadow: 0 1px 3px rgba(0,0,0, 0.12); }

.shadowDepth1 {
   box-shadow: 
  		0 1px 2px rgba(0,0,0, 0.12),
    	0 1px 2px rgba(0,0,0, 0.14);      
}






/**
 * Card Styles
 * Card Styles
 */

.card {
    background-color: #fff;
    margin-bottom: 1rem;
    display: grid;
    margin-right: auto;
	
	
}

.card__padding {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 0rem;
}


 
.card__image {
    min-height: 175px;
    background-color: #eee;
    width: auto;
}
	.card__image img {
		width: 100%;
		max-width: 100%;
		display: block;
		height: 250px;
		overflow:hidden;
		
    }





.card__content {
    max-width: none;
    line-height: 26px;
    font-size: x-large;
    margin-top: 3px;
    margin-bottom: 15px;
	
}

/* card meta */
.card__meta time {
    padding-top: 0.5em;
    font-size: 1.5rem;
    color: #454545;
    text-align: center;
    text-shadow: 0px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;
}
.card__flags time {
  
    font-size: 1.5rem;
    color: #454545;
    text-align: center;
    text-shadow: 0px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: block;
}
/* card article */
.card__article a {
    text-decoration: none;
    color: #000000;
    transition: all 0.5s ease;
    text-align: center;
    width: auto;
    padding-right: 0px;
}
	.card__article a:hover {
    color: #474747;
	}
.card__article{
    width: 100%;
    color: #000000;
    text-align: center;
    margin-left: 0px;
}

/* card action */
.card__action {
    overflow: hidden;
    padding-left: 0rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    margin-top: 0px;
}
	 
.card__author {
	background-color: black;
	padding: .5em;
	margin-top: .5em;
	width: 100%;
}

	.card__author img,
	.card__author-content {
		display: inline-block;
		vertical-align: middle;
	}

	.card__author img{
		margin-right: 0.6em;
	}

.card__share {
	float: right;
	position: relative;
	margin-top: -42px;
}

.card__social {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 160px;
	transform: translateZ(0);
  	transform: translateX(0px);
  	transition: transform 0.35s ease;
}
	.card__social--active {
		visibility: visible;
		/*z-index: 3;*/
		transform: translateZ(0);
 		transform: translateX(-48px);
  		transition: transform 0.35s ease;
	}

.share-toggle {
	z-index: 2;
}
.share-toggle:before {
	content: "\f1e0";
	font-family: 'FontAwesome';
	color: #3498db;
}
	.share-toggle.share-expanded:before {
		content: "\f00d";
	}

.share-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
	outline: 0;

	box-shadow: 
	  		0 2px 4px rgba(0,0,0, 0.12),
	    	0 2px 4px rgba(0,0,0, 0.24);
}
	.share-icon:hover,
	.share-icon:focus {
		box-shadow: 
	  		0 3px 6px rgba(0,0,0, 0.12),
	    	0 3px 6px rgba(0,0,0, 0.24);

	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}

.facebook {
	background-color: #3b5998; 
}
.twitter {
	background-color: #00abe3; 
}
.instagram {
	background-color: #d3492c;
}

.facebook,
.twitter,
.instagram {
	color: #fff;
}

	.facebook:hover,
	.twitter:hover,
	.instagram:hover {
		color: #eee;
	}

a {
    text-decoration: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
	
}
.card__article h2 {
	padding-top: 25px;
}

@media screen and  (max-width:736px){
	display: block;
}

button:hover {
    box-shadow: 20px 13px rgba(0,0,0,1),0 10px 10px rgba(0,0,0,1);
    width: auto;
    -webkit-box-shadow: 20px 13px rgba(0,0,0,1),0 10px 10px rgba(0,0,0,1);

}
.clickbtn:hover {
    text-shadow: 0 0;
    background-color: #454243;
    -webkit-box-shadow: 1px 0px;
    box-shadow: 1px 0px;
}

.anchor{
    color: #ACACAC;
    text-transform: none;
    text-decoration: none;
}
.linespace {
    line-height: 36px;
    
}

.inner h4 {
    text-align: left;
    margin-top: -3px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 2px;
 
}
.inner p {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 23px;
    margin: 0;
    font-size: large;
}
