﻿@font-face {
  font-family: 'BebasNeue';
  src: url('/SiteFont/BebasNeue.eot');
  src: url('/SiteFont/BebasNeue.woff2') format('woff2'),
       url('/SiteFont/BebasNeue.woff') format('woff'),
       url('/SiteFont/BebasNeue.ttf') format('truetype'),
       url('/SiteFont/BebasNeue.svg#BebasNeue') format('svg'),
       url('/SiteFont/BebasNeue.eot?#iefix') format('embedded-opentype');
       font-weight: normal;
       font-style: normal;
   }

html, body {
    max-width: 2000px;
    margin: 0 auto;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.618;
    color: #333;
}

main {
    min-height: 600px;
    margin-bottom: 40px;
}

section {
    position: relative;
    min-height: 500px;
    padding-bottom: 40px;
    padding-top: 40px;
}

form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'BebasNeue';
    font-weight: 900;
    color: #580c0a;
}

p, a, span, div {
    font-weight: 200;
}

a {
    color: #333;
    text-decoration: underline;
}

    a:hover {
        color: #a5a5a5;
    }

    a:focus {
        color: #333;
        outline: none;
        text-decoration: none;
    }
    /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cookie policy */
    #cookieChoiceInfo {
        background-color: #580c0a;
    }

        #cookieChoiceInfo a, #cookieChoiceInfo p, #cookieChoiceInfo span {
            font-size: 1em;
            color: #fff;
        }
        #cookieChoiceInfo span {
            display: block;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        #cookieChoiceInfo a {
            width: 200px;
            padding: 10px;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            background-color: #9e0400;
            transition: 200ms;
        }

            #cookieChoiceInfo a:hover {
                text-decoration: underline;
                background-color: #bc2320;
                text-shadow: 0px 0px 4px #fff;
                transition: 200ms;
            }
