@font-face {
    font-family: 'Tenorite';
    font-style: normal;
    font-weight: 400;
    src: local('Tenorite'), url('https://fonts.cdnfonts.com/s/62302/29595851800.woff') format('woff');
}

@font-face {
    font-family: 'Tenorite';
    font-style: italic;
    font-weight: 400;
    src: local('Tenorite'), url('https://fonts.cdnfonts.com/s/62302/26622973498.woff') format('woff');
}

@font-face {
    font-family: 'Tenorite';
    font-style: normal;
    font-weight: 700;
    src: local('Tenorite'), url('https://fonts.cdnfonts.com/s/62302/27733932592.woff') format('woff');
}

@font-face {
    font-family: 'Tenorite';
    font-style: italic;
    font-weight: 700;
    src: local('Tenorite'), url('https://fonts.cdnfonts.com/s/62302/26512206606.woff') format('woff');
}

h1, h2, h3 {
    color: #337AB7;
}

h1{
    font-size:2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

