﻿:root {
  --mainColour: #003366; /****TODO:REPLACE WITH A COLOUR THAT'S APPROPRIATE FOR THE CLIENT/SURVEY****/
  --contrastColour: #003366; /****TODO:REPLACE WITH A COLOUR THAT CONTRASTS WELL WITH --mainColour****/
  --alternateContractColour: #20baaf; /**** Alternate Verian Contrast Colour ****/
}

* {
    font-family: 'Poppins', sans-serif;
    font-size: 1.01em;
	  letter-spacing: 0.05em;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-style: normal;
  color: #282626;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: #fff;
}

	.navbar-dark .navbar-nav .nav-link {
		color: #ffffff;
		font-weight:bold;
	}

	.start-survey-button {
		background: #003366;
		color: #ffffff !important;
		padding: 0.75rem;
		border-radius: 0.75rem;
	}

	.start-survey-button a {
		color: #ffffff !important;
	}

	.navbar-dark .navbar-nav .active > .nav-link,
	.navbar-dark .navbar-nav .nav-link.active,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .show > .nav-link {
		color: #FFFF00;
	}

	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	a {
		font-weight: bold;
		color: #003366;
		text-decoration: none;
	}

	a:hover, a:focus, a:active {
		font-weight: bold;
		color: #003366;
		text-decoration: underline;
	}

	.skip-to-main-content-link {
		position: absolute;
		left: -9999px;
		z-index: 999;
		padding: 0.5em;
		opacity: 0;
	  }

	.skip-to-main-content-link:focus {
		left: 50%;
		transform: translateX(-50%);
		opacity: 1;
	}

	.c-company-purple {
		color: #003366;
	}
	a.c-company-purple:hover, a.c-company-purple:focus, a.c-company-purple:active {
		font-weight: bold;
		color: #003366;
	}

	.bg-company-purple {
		background-color: #003366;
		font-weight: bold;
	}

	p.intro {
		font-family: 'Poppins', sans-serif;
		font-size: 1.2em;
	}
	#surveylink, #dynamicLink {
		font-size: 1.6em;
	}


header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active {
	color: #003366;
	/*text-decoration: none;
	font-size: 0.6em;
	line-height: 0.6em;
	font-weight: bold;*/
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

h1 {
	/* font-size: 1.8em; */
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	line-height: 1.1;
	font-weight: 800;
}

h2 {
	color: #000000;
	/*font-size: 1.6em;
	margin-bottom: 0.6em;
	font-weight: bold;*/
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	line-height: 1.35;
	font-weight: 600;
}
h3 {
    /*font-size: 1em;
    font-weight: bold;*/
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	line-height: 1.25;
	font-weight: 600;
}
h4 {
	/*font-size: 0.95em;
	font-weight: bold;*/
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	line-height: 1.33;
	font-weight: 600;
}

#verian-logo {
	max-width: 35vw;
	max-height: 35vw;
	margin: 1.5vw;
  }
  .content_padding {
	padding-left: 3.5vw;
	padding-right: 3.5vw;
  }

/* Medium devices (tablets, 768px and up)   */
@media (min-width: 768px) { 
	#verian-logo {
		max-width: 16vw;
		max-height: 16vw;
		margin: 1.5vw;
		margin-right: -1.5vw;
	  }
	
	.content_padding {
		padding-left: 2.5vw;
		padding-right: 2.5vw;
	  }
	
	
	  header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active {
		font-family: 'Playfair Display', serif;
		font-size: calc(1.3em + 0.3vw);
		line-height: 1.1;
		font-weight: 700;
	  }
	  
	  h1 {
		font-family: 'Playfair Display', serif;
		font-size: calc(1.3em + 0.3vw);
		line-height: 1.3;
		font-weight: 700;
	  }

}


  a {
    font-weight: bold;
    color: var(--contrastColour);
    text-decoration: none;
  }

  a:hover, a:focus, a:active {
    font-weight: bold;
    color: var(--contrastColour);
    text-decoration: underline;
  }

  .skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 0.5em;
    opacity: 0;
  }

  .skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }

.c-client-colour {
  color: var(--mainColour);
}

a.c-client-colour:hover, a.c-client-colour:focus, a.c-client-colour:active {
  font-weight: bold;
  color: var(--mainColour);
}

.bg-client-colour {
  background-color: var(--mainColour);
}

#surveylink {
  font-size: 1.6em;
}

.vcard .tel::before {
  content: "Tel: ";
}

.vcard .tel.uk::after {
  content: " (local rate)";
}

.vcard .tel.ie::after {
  content: " (lo call number)";
}

.vcard .email::before {
  content: "Email: ";
}

.vcard .org2 {
  font-weight: bold;
}

.support {
	font-size: 1.85em;
}




