﻿/* Generic Traficom css-rules */

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
}


/* Headers */
h1, .h1 {
  font-family: Montserrat;
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 1.125em;
  text-transform: none;
  color: #1C1C1C;
}

h2, .h2 {
  font-family: Montserrat;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  text-transform: none;
  color: #1C1C1C;
}

h3, .h3 {
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: none;
  color: #1C1C1C;
}

h4, .h4 {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

h5, .h5 {
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: none;
}

h6, .h6 {
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

/* Buttons, hyperlinks etc */

a {
  color: #026273;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #80C1C2;
  background-image: linear-gradient(#80C1C2 50%, #FFFFFF 50%);
  background-size: 0.125rem 0.333rem;
  background-position: 0px 1.15em;
  background-repeat: repeat-x;
}

  a:hover {
    color: #026273;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #026273;
    background-image: linear-gradient(#026273 50%, #FFFFFF 50%);
  }

.btn-default, .btn-continue {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background-color: #026273;
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  border: none;
}

  .btn-default:hover, .btn-continue:hover {
    color: #fff;
    background-color: #018285;
  }

  .btn-default:disabled, .btn-default[disabled]:hover, .btn-continue:disabled, .btn-continue[disabled]:hover {
    color: #018285;
    background-color: #80C1C2;
  }
