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

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: #f9eee3;
}

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

.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: var(--contrastColour);
}

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

.navbar-toggler {
  margin-left: 1rem;
}

header h1 a, header h1 a:hover, header h1 a:focus, header h1 a:active {
  color: var(--mainColour);
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 600;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 600;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.75rem;
  line-height: 1.35;
  font-weight: 600;
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 600;
}

#verian-logo {
  max-width: 50vw;
  max-height: 50vw;
  margin: 3.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: 20vw;
    max-height: 20vw;
    margin: 2.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 {
    color: var(--mainColour);
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
  }
  
  h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
  }

}


  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;
}




