/* MAP+ Geoportals custom styles - ported from entry/styles.css + TYDAC tydac.css */

html,
body {
    font-family:
        "Open Sans",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    font-size: 1em;
}

a {
    text-decoration: none;
    border-bottom: 2px dotted;
}

header a, 
nav a {
    border-bottom: none;
}
h1 {
  font-weight: 400;
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
  font-weight: 350 !important;
}

h4 {
  font-size: 1.4rem;
  font-weight: 350 !important;
}

hr {
    height: 0;
    color: #e5e3e3;
    border-top: solid 3px;
}

/* Header background */
.bg-header {
    background-color: #0d1e36;
}

/* Logo in header */
.logo_inv {
    background: url("/assets/img/tydac_negative.svg") no-repeat center;
    background-size: contain;
    max-width: 400px;
    max-height: 100px;
}

/* Flexslider images */
.img-scalable {
    max-height: 35vh;
    width: auto;
    margin: 0 auto;
}

/* Amber text override */
.text-amber-300 {
    color: #ffff00 !important;
}

/* Cookie-free notice */
.cookie-notice {
    color: #aaa;
    font-size: 0.8rem;
}