@charset "utf-8";

/* ----------------------------------

Name: custom.css
Version: 2.0

------------------------------------- */ 


/* ----------------------------------
The download/links list
------------------------------------- */
h7 {font-size:18px;}

.downloadandlinks a:hover, .downloadandlinks a:active{border-bottom: 3px solid #0e5116; color: #0e5116; text-decoration: none;  }

/* ----------------------------------
Creates a gap between icon and text in download/link lists
------------------------------------- */

.ti-file, .ti-world {padding-right:10px; }

/* ----------------------------------
decreases logo size on small screens
------------------------------------- */


@media (max-width: 400px) {
    header a.logo img {max-height:26px;}
}

@media (max-width: 360px) {
    header a.logo img {max-height:24px;}
}

@media (max-width: 320px) {
    header a.logo img {max-height:22px;}
}

/* ----------------------------------
additional font size
------------------------------------- */
.text-medium-medium {font-size:14px; line-height:23px}

/* ----------------------------------
additional colour
------------------------------------- */
.bg-new-red {background-color:#9e0303;}


/* ===================================
    Magnific popup - makes the background completely black (no opacity)
====================================== */

.mfp-bg, .my-mfp-zoom-in.mfp-ready.mfp-bg, .my-mfp-slide-bottom.mfp-ready.mfp-bg {background: #000; opacity: 1.0;}
