

/* -------------------- TEMPLATE  ------------------*/
body {
    font-family: 'Arial', sans-serif;
    background-color: #000000;
    color: #ffffff;

      background-image: url('https://www.chrislydon.co.uk//img/background_small.jpg');
      background-repeat: repeat-y;
      background-position: center;


}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Dela Gothic One', 'Arial', sans-serif;
}


@media (min-width: 768px) {
    body {
      background-image: url('https://www.chrislydon.co.uk//img/background.jpg');
    }
}


@media (min-width: 1200px) {
    .container{
        max-width: 992px;
    }
}


.cryptedmail:after {
      content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
    }




.anchor {
  scroll-margin-top: 4rem;   /*roughly the height of the fixed navbar*/   /*Fixes the fixed header and anchors not showing as they are underneath the header*/
}




a:link, a:visited, a:hover, a:active {text-decoration:none !important;}
a:hover.nounderline {text-decoration:none !important;}


a {
    color: #dc3545; /*Bootstrap danger red*/
}  

a:hover {
    color: #bb2d3b; /*Bootstrap danger red hover*/
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #bb2d3b; /*Bootstrap danger red hover*/
}
