@font-face {
	font-family: "AATAleckCd";
	font-weight: 900;
	font-style: italic;
	src: local("AATAleckCd"), url("ATTAleckCd_W_BdIt.woff2") format("woff2");
}

html,
body {
	padding: 0;
	margin: 0;
}
body {
	background-image: url("../img/att-microsite-bg.jpg");
	background-size: cover;
	margin: 0;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shareable {
	margin: 20px;
	width: 230px;
	max-width: 90%;
	border: 12px solid white;
	margin-top: 22px;
	margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
	a {
		display: block !important;
		max-width: 50vw;
		min-width: 230px; /* same as .shareable */
		border: 2px solid white;
		border-radius: 15px;
		min-height: 30px;
		display: inline-block;
		line-height: 30px;
		padding: 5px;
		margin: 5px auto;
		text-align: center;
		font-size: 1em;
		color: #ffffff;
		text-decoration: none;
		font-style: italic;
		font-weight: 900;
		font-family: "AATAleckCd", Helvetica, Arial, sans-serif;
	}
}
@media only screen and (min-width: 1025px) {
	.shareable {
		width: 360px;
		border: 18px solid white;
	}
	a {
		display: block !important;
		width: 360px;
		max-width: 90%;
		border: 2px solid white;
		border-radius: 15px;
		min-height: 30px;
		display: inline-block;
		line-height: 30px;
		padding: 20px;
		margin: 10px;		
		text-align: center;
		font-size: 30px;
		color: #ffffff;
		text-decoration: none;
		font-style: italic;
		font-weight: 900;
		font-family: "AATAleckCd", Helvetica, Arial, sans-serif;
	}
}
a,
a:visited,
a:hover { 
	cursor: pointer; 
}
a:focus,
a:active {
	color: #ffffff;
}

/* last image - bottom logo */
table + img {
	margin-bottom: 20px;
}

img.hashtag {
	margin: 20px 0;
}
@media (max-width: 570px) {
	/* and (orientation: portrait) { */

	tr.wrappable {
		display: flex;
		flex: 1;
		flex-wrap: wrap;
		width: 100%;
		text-align: center;
	}
	img {
		/* fix horizontal scrolling issue */
		max-width: 99vw;
	}
	.wrap1 {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.wrap2 {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	img.hashtag {
		margin: 10px 0;
	}
}
