/*General Styles for tsuk*/

@font-face {
	font-family: 'Tesco-modern-regular';
	src: url('../fonts/TESCOModern-Regular-final.ttf') format('truetype'),
		 url('../fonts/TESCOModern-Regular-final.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'Tesco-modern-bold';
	src: url('../fonts/TESCOModern-Black-v1.2.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

h1{
	font-family:'Tesco-modern-bold';
	color:#00539f;
	font-size:30px;
}
h3{
	font-family:'Tesco-modern-bold';
	font-size: 16px;
}
.showbutton {
	border-radius: 24px;
	font-weight: 550;
	font-size: 16px;
	padding: 15px 35px;
	border: none;
	background: #00539f;
	color: white;
	font-family:'Tesco-modern-bold';
}

.welcomeMessage {
	color:#666666;
	font-weight:100;
	font-size:20px
}
.welcomeHeader h1 {
	font-size:44px;
}
.hidden {
	display: none;
}
.landingPageImg {
	padding-left:0;
}
/*Header Styles*/
body{
	font-family: 'Tesco-modern-regular';
	font-size: 14px;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.logo {
	margin: 1rem 1rem 1rem 5%;
	max-width: 300px;
}

/*Landing Page Styles*/

.call.show {
	margin: 2.5rem auto;
}
.navElement {
	border-left: 1px solid white;
	padding: 5px 20px;
	font-family:'Tesco-modern-bold';
}


.submitButton:focus {
	outline: none;
}
.navBar{
	display:flex;
	background-color:#00539f;
	justify-content:flex-end;
	min-width:100vw;
	
}
.navBar a {
	color:white;
}
.landingPageImg img{
	width: 440px;
	max-width:100vw;
}
#bad {
	color: #ff0000;
}

/*Claim Page Styles*/

.cardImage {
	margin: 2.5rem auto;
	max-width: 750px;
}
.caption{
	display:flex;
	justify-content:center;
	align-items:center;
}

.cardPin {
	padding: 0 20px;
}
.claimMessage {
	color: #00539F;
}

.claimMessage > h1 > span {
  color: #ff0000;
}

.contentHeader {
	font-family:'Tesco-modern-bold';
	font-weight: bold;
}

.giftCard {
	width: 70%;
}
#cardNumberTitle {
	font-family:'Tesco-modern-bold';	
}
.card-wrapper{
	display: flex;
}


.card {
	color: white;
	background-color: #00539f;
	min-width: 250px;
	padding: 2rem;
	margin: 10px;	
	max-width: 680px;
}

.card a,
.card a:hover{
	color: white;
}

.cardHeader {
	margin-top:0;
}

.card ul li {
	padding:3px .5rem;
	font-size:13px;
	line-height:16px;
}
.card ul {
	padding: 10px;
}
.cardAmountText{
	font-size: 24px;
	padding: 2rem;
}
#bal {
	color: #00539f;
	font-family:'Tesco-modern-bold';
}

.supportHeader{
	font-size:13px
}
.supportTerm{
	font-size: 12px;
}


#applePassButton {
	max-width:150px;
}
.applePass, .googlePayButton {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.googlePayButton {
	max-width: 240px;
	height: auto;
}

/*Error Page Styles*/
.errorDetails {
  font-size:20px;
  color:#666666
}

.errorHeader h1 {
  font-size:44px;
}

.errorMessage {
  margin-top: 5em;
}

/*Media Queries*/
@media (min-width: 576px) {
  .errorPage {
    margin-left: 10%;
  }
}

@media (min-width: 900px){
	.claimMessage{
		margin-top: -70px;
	}
}

.printDisplay {
  color: #666666; 
  display: none;
}

@media print {
	.printHide {
		display: none;
	}
	.printDisplay {
		display: block;
	}
	.logo {
	width:200px;
	}
}


/* Safari Overrides */

/* Correcting problems with Safari rendering extra space for Bootstrap columns floating within .row elements */
.row:after,
.row:before {
  height: 0;
  width: 0;
}

