@font-face {
    font-family: 'bebas_neuebold';
    src: url('bebasneue_bold-webfont.woff2') format('woff2'),
    url('bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('bebasneue_book-webfont.woff2') format('woff2'),
    url('bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue_regular-webfont.woff2') format('woff2'),
    url('bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*new fonts*/

@font-face {
    font-family: 'Butler';
    src: url('Butler-UltraLight.woff2') format('woff2'),
    url('Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('Butler-Medium.woff2') format('woff2'),
    url('Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('Butler-Light.woff2') format('woff2'),
    url('Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('Butler-Black.woff2') format('woff2'),
    url('Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('Butler-Bold.woff2') format('woff2'),
    url('Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('Butler-ExtraBold.woff2') format('woff2'),
    url('Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('Butler.woff2') format('woff2'),
    url('Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    background-color: #ffd200;
    background: url('../images/bg_yellow.png');
    padding-bottom: 0px;
    padding-top: 40px;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.25em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Butler';
    color: #003306;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2.25rem
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

strong {
    font-weight: 700;
    letter-spacing: 0.025em;
}

small {
    font-size: 1rem;
    line-height: inherit;
    font-weight: inherit
}

p {
    color: #000;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.25em;
}

.centre-box {
    margin: 0 auto;
    width: 100%;
    padding: 2rem 0;
    display: block;



}

.dark {
    background: #000;
    color: #f5f5f5
}

.darkgreen {
    background: url('../images/bg_darkgreen.png');
    color: #fff
}

.lightgreen {
    background: url('../images/bg_lightgreen.png');
    color: #f5f5f5;
}

.yellow {
    background: url('../images/bg_yellow.png');
}

.light {
    background: #fff
}

.dark p,
.darkgreen p {
    color: #f5f5f5;
}

.dark h2,
.dark h4,
.dark h6,
.dark a:link,
.darkgreen h2,
.darkgreen h4,
.darkgreen h6,
.darkgreen a:link {
    color: #00800f;
    letter-spacing: 0.02em;
}

.dark h1,
.dark h3,
.dark h5,
.darkgreen h1,
.darkgreen h3,
.darkgreen h5 {
    color: #ffd200;
    /*    letter-spacing: 0.02em;*/
}
blockquote p:before{display:inline-block;margin-right:0.5em;color:#00800f;font-family:'FontAwesome';content:'\f10d';height:1em;width:1em;}
blockquote p{font-family:'Butler';font-weight:300;color:#00800f;}
.blockquote-footer{text-transform:uppercase;font-family:'Montserrat'; color:#003306!important}

a:link {
    color: #003306;
    white-space: normal;
    overflow-wrap: break-word;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a.contact {
    display: inline-block;
    padding: 0.25em 0.5em;
    line-height: 1em;
}


a.contact:hover {
    background: #fff
}

.centre-box img {
    display: block;
    margin: 0 auto 1rem;
    width: 100%;
}

.biopic {
    width: calc(100% - 20px);
    border: 10px solid #fff;
    box-shadow: -2px 2px 0px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.imagewrap {
    position: relative;
}

.imagewrap .overlay {
    text-align: center;
    color: #003306;
    display: block;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    background: rgba(255, 210, 0, 0.8);
    line-height: 1em;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0.5rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

#container {
    max-width: 960px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul.services {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0.25em auto;
    line-height: 2em;
    padding: 0 0 0 0;

}

ul.services li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 3px #00800f solid;
    font-weight: 300;
    font-size: 1.5em;
}

ul.services li:nth-of-type(even) {
    font-weight: 700;
}

ul.services li:last-of-type {
    border-right: none;
}

/*Forms*/

.contact {
    margin: 0px auto;
    display: block;
    padding-bottom:1em;
}

.contact input,
.contact textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1% 2%;
    width: 96%;
    margin-bottom: 24px;
    font-family: 'Montserrat';
    color: #666;
    font-size: 1em;
    line-height: 1.25em;
    border-radius: 2px;
}

.contact p {
    width: 90%;
    text-align: left;
    margin: 0px auto;
    margin-bottom: 10px;
}

.contact input {
    height: 30px;
    line-height: 30px;
}

.contact textarea {
    min-height: 120px;
}

.contact input[type=submit] {
    height: auto;
    margin-bottom: 0px;
    font-family: 'Butler';
    font-size: 1.5rem;
    line-height: 1.25em;
    color: #fff;
    border: 0px;
    border-radius: 2px;
    background-color: #00800f;
    width: 50%;
    max-width: 200px;
}

.contact input[type=submit]:hover {
    background-color: #fff;
    color: #00800f;
}

my-email::after {
    content: attr(data-domain);
}

my-email::before {
    content: attr(data-user)"\0040";
}

my-phone::after {
    content: attr(data-domain);
}

my-phone::before {
    content: attr(data-user)"\0020";
}

p my-email,
p my-phone {
    line-height: inherit;
}

.antispam {
    display: hidden;
    height: 1px;
    overflow: hidden;
    margin: 0!important;
}

.contact p strong {
    color: #fff;
}

@media screen and (max-width:767px) {
    body {
        font-size: 14px;
    }
    .biopic {
        float: none;
        margin-left: 0
    }
}
@media screen and (max-width:560px) {
    ul.services{text-align:left;}
    ul.services li{border-right:0;border-left:3px solid #00800f;display:block;padding-left:0.5em;margin-bottom:0.25em}
}
