@charset "utf-8";


/*Global / desktop view*/
Body{
    max-width: 1200px;
	margin-left: auto;
    margin-right: auto;
    background-image: url("../images/logo/background_image.jpg");
	background-position: 0,0,0,0px;
	background-repeat: no-repeat;
    background-attachment: fixed;
	font-family:"Comic Sans MS";
	font-size: 13pt;
	
}
header {
    padding-top: 12px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("../images/logo/banner_background.jpg");	
}

#wrapper{
    background:rgba(248,247,247,0.79);
}

.info_box {
	border-color:#0D7207;
	padding:30px;
	border: solid;
	Border-width:3px;
	margin:20px;
	border-radius: 40px;
	background-color:rgba(87,102,1,0.20);
}

.info_box li {
	margin-left: 40px;
}

h1{
    font-size: 75px;
    color: #518700;
    font-family: "Comic Sans MS";
    line-height: 3.8rem;
    -webkit-box-shadow: 0px 0px 0px 0 #051B00;
    box-shadow: 0px 0px 0px 0 #051B00;
    text-shadow: 5px 0 #000000;
    font-weight: bold;
    font-style: italic;
}

h2{
	font-size: 40px;
	color: #518700;
    font-family: "Comic Sans MS";
	-webkit-box-shadow: 0px 0px 0px 0 #051B00;
    box-shadow: 0px 0px 0px 0 #051B00;
    text-shadow: 3px 2px #001502;
}


h3{
	font-size: 30px;
	color: #518700;
	font-family: "Comic Sans MS";
    font-style: italic;
}

h4{
	font-size: 30px;
	color: rgba(0,0,0,1.00);
	font-family: "Comic Sans MS";
	font-style: italic;
}

h5{
	font-size: 30px;
	color:rgba(161,85,0,1.00);
	font-family: "Comic Sans MS";
	font-style: italic;
}

h6{
	font-size: 20px;
	rgba(0,0,0,1.00);
	font-family: "Comic Sans MS";
	font-style: italic;
	margin:3px;
}

p {
	margin:10px;
}

a{
	color: rgba(0,0,0,1.00);
}

a:visited {
	color: rgba(0,0,0,1.00);
}

a:hover {
	color:rgba(182,200,0,1.00);
}

a:active {
	color: rgba(0,0,0,1.00);
}

.info_box a:hover {
	color:rgba(12,154,41,1.00);
}

/*Main tiles*/
.main_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
	width:100%;
}

#cookie_container{
	max-width: 1200px;
	padding:5px;
	position:fixed;
	bottom:0px;
	background-color:#474001;
	z-index: 15;
	
}

#cookie_box {
	width:100%;
	padding:5px;
	background-color: #125A00;
}

.cookie_box_info{
	width:75%;
	Margin:5px;
	padding:5px;
}

.cookie_box_btn{
	font-size: 20px;
	font-weight: bold;
	color:#9B9F09;
	border-color:#000000;
	padding:10px;
	border: solid;
	Border-width:3px;
	margin:10px;
	border-radius: 15px;
	background-color:#042A02;
}

.cookie_box_btn:hover{
	background-color:#474001;
}

#footer{
	background-color: rgba(81,135,0,1.00);
	Padding:5px;
	padding-bottom:15px;
	margin-top:5px;
}
.footer_info{
	padding:5px;
}

.quicklinks {
	margin:10px;
	margin-bottom: 25px;
	padding-left:5px;
	font-size: 16px;
}


.quicklinks a{
	text-decoration: none;
	margin-left:10px;
}

#cookie_spacer {
	height:100px;
}

.copyright {
	text-align: center;
}
.copyright div {
	margin-top:5px;
	margin-bottom:5px;
}

/*Mobile view*/
@media (max-width: 750px){
body {
		background-image:none;
	}
	
h1{
    font-size: 50px;
    }
h2{
	font-size: 35px;
    }
h3{
 	font-size: 25px;
}

h4{
	font-size: 25px;
}

h5{
	font-size: 25px;
}

h6{
	font-size: 20px;
}
	
#cookie_spacer {
	height:250px;
}

}


