@charset "UTF-8";
/* CSS Document */
html {box-sizing: border-box;}
*,*:before, *:after {box-sizing: inherit;}
h1 {
	text-align:center;
	color: #000000;
}
* {
	margin: 0;
	padding: 0;
}
h2 {
	text-align: center;
	color: #000000;
}
header h1 {
    padding-top: 50px;
    color: #FFFFFF;
    font-size: 300%;
    text-shadow: 3px 3px 10px #000000;
}
header {
    width: 100%;
    min-height: 220px;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-image: url(../images/backgroundimage.jpg);
}
.brand-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
}
#wrapper {
	margin: 0 auto;
	max-width: 960px;
	background-color: #D0DDCC;
	display: flex;
    flex-wrap: wrap;       
    justify-content: center;
    gap: 20px;           
    padding: 20px;
}
nav a:hover {
	color:#FFFFFF;
	background-color:#5F8F4F;
	text-decoration: none;
}
nav a {
	text-decoration: none;
	color: #0A3604;
	display:inline-block;
	padding-top: 1%;
	padding-bottom: 1%;
	colour:#586B3E;
}

nav {
	background-color:#B7D593;
	top: 220px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	width: 100%;
	
}
h1, h2, h3 { 
	font-family:'Elms Sans', cursive, sans-serif;
}
.elms-sans {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
	body { 
	font-family:'Rubik', sans-serif;
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
footer {
	text-align: center;
	background-color: #B7D593;
	font-weight: 750;
	font-size: 95%;
	color: #000000;
	width: 100%;
}
.column {
    border: 2px solid #333;  
    padding: 20px;
    min-height: 150px;
    background-color: #f8f8f8; 
    box-sizing: border-box;
}


.left, .right {
    flex: 1 1 45%;           
}


.top {
    flex: 1 1 100%;
}
body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    background-color: #022F17;  
}
@media (max-width: 800px) {
    nav {
        flex-direction: column;
    }

    .left, .right {
        flex: 1 1 100%;
    }
}
