
/*Meyer reset file*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}

p {
	line-height: 1.2em;
	margin:  10px 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END - Meyer reset file*/

/* box border reset - Alan */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/*END */

body {
	
	font-family: sans-serif;
	font-size: 1em;
	
}



.wrapheader {
	
	background: #222222;
	margin-bottom: 30px;
	
}

.wrapheader h1 {
	color: white;
	margin: 0 auto;
	width: 1200px;
	padding: 20px 0;
}
.wrap {
	margin: 0 auto;
	width: 1200px;
	padding: 10px;
	min-height: 400px;
}

h1 {
	font-size: 2em;
	margin: 10px;
	text-align: center;
	color: white;
	 font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	font-size: 1.7em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:  600;
	margin:  15px 0;
}

h3 {
	font-size: 1.4em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:  600;
	margin:  15px 0;
}

p {
	line-height:  1.6;
}



img.noborder {
	border: none;
	padding: 0;
	background-color: white;
	float: none;
	margin: 0;
}
.clearall {
	clear: both;
}

.alignCenter {
	text-align:  center;
}



.alignRight {
	text-align: right;
}

.myfleximg2 {
	display:  flex;
	flex-wrap:  wrap;
	gap:  4%;

}
.myfleximg2 div {
	width:  48%;
	margin-bottom:  4%;
}

.myfleximg2 img {
	width:  100%;
}





ul.button  {
	margin-bottom: 80px;
	text-align: center;
	display:  flex;
	flex-wrap:  wrap;
	gap:  4%;
}

ul.button li {
	width:  30%;
}

ul.button li a {
    margin:  10px 10px 20px 30px;
    padding: 25px 55px;
    background: #ededed;
    box-shadow: 3px 3px 3px #dddddd;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	color: #333;
}

ul.button li a:hover {
	background:  #222222;
	color: white;
}

ul.buttonhori  {
	margin-bottom: 80px;
	margin-top: 40px;
	text-align: center;
}

ul.buttonhori li {
	float: left;
}

ul.buttonhori li a {
    margin-left: 30px;
	margin-top: 10px;
    padding: 15px 25px;
	width: 200px;
    background: #C0FFFF;
    box-shadow: 3px 3px 3px #b5b5b5;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	color: #333;
}

ul.longhori li a {
	min-height: 80px;
}

ul.buttonhori li a:hover {
	background:  #222222;
	color: white;
}

.space {
	display: block;
	height: 100px;
}

ul.normalul {
	list-style-type: disc;
}



.myflex2 {
	display: flex;
	flex-wrap:  wrap;
	gap: 10%;
	margin:  0 auto 20px auto;
	border-bottom:  10px solid #b96a13;
}

.myflex2 div.ing {
	width:  60%;
	line-height:  1.6;
	margin:  50px 0 0 0;
}

.myflex2 div.photorec {
	width:  30%;
}

.ing ul {
	border-bottom:  1px solid black;
	margin-bottom:  20px;
}



/*----------------------------------------------------------*/
@media only screen and (max-width: 1300px) {

.wrap {
	width:  100%;
}
			

}

@media only screen and (max-width: 1000px) {

.wrap {
	width: 100%;
}

.wrapheader h1 {
	width: 100%;
}


}

@media only screen and (max-width: 880px) {


ul.button  {
	margin-bottom: 80px;
	text-align: center;
	display:  inline-block;
	flex-wrap:  wrap;
	gap:  4%;
}

ul.button li {
	width:  100%;
}

ul.button li a {
    margin:  10px 10px 20px 30px;
    padding: 25px;
    background: #ededed;
    box-shadow: 3px 3px 3px #dddddd;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	color: #333;
}


}

@media only screen and (max-width: 850px) {

.myflex2 {
	display: inline-block;
	
}

.myflex2 div.ing {
	width:  100%;
	line-height:  1.6;
	margin:  0;
}

.myflex2 div.photorec {
	width:  100%;
}

}