*, ::after, ::before {
    margin: 0;
    padding: 0;
}

body {
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, .6);
}

ol, ul {
    padding: 0;
}


.header {
    width: 100%;
    height: 180px;
    background-color: #C1D767 !important;
}

.header h1{
	color:#053308 !important;
}


@media screen and (max-width: 768px) {
    .header {
        max-height: 100px;
    }
}


.body-content h2,
.body-content h3 {
    color:#053308 !important;
}

.body-content a {
    color: #053308;
}

.body-content a:hover {
    color: #682386;
}

