@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, 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;
}
html {
	height:100%;
	width:100%;
}
body {
	line-height: 1;
	font-size: 1em;
/*	font-size: 100%;*/ /*10px*/
	height: 100%;
	width: 100%;
	background-color: #9FF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1 {font-size: 2em;}	/*20px*/
h2 {font-size: 1.8em;}	/*18px*/
p { font-size:1.2em;}	/*12px*/
a {
	text-decoration: none;
}
/* end of html5 reset*/
/*basic ccs*/
header {
	background-color: #699;
	letter-spacing: 1em;
	text-align: center;
	vertical-align: middle;
	width: 100%;
/*	border: thin solid #33C; */
	font-weight: bold;
/*	font-size: 2em;*/
	line-height:1.5;
	font-size:1.5em;

}
#nav{
	background-color: #6C3;
	vertical-align: middle;
	width: 100%;
/*	line-height:1;*/
	display: flex;
	flex-wrap: nowrap;
	height: 2em;
}
.menu {
	padding-top: .25em;
	padding-bottom: .25em;
	align-items:center;
	display: flex;
	align-items:center;
	justify-content:space-around;
	font-size:1.5em;
	color: cyan;
/*	flex-wrap: nowrap;*/
}
.menu li a{
	display: block;
	padding-left: 1em;
}
.item .item1 {
	display:block;
}
.item a:hover {
	font-weight: bold;
}
.meet {
	text-align: left;
	display: none;
	margin: 0em;
	/*padding-top: 3em;*/
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
}
.item1:hover + .meet{
	display: block;
}
.reach {
	text-align: right;
	display: none;
	margin: 0em;
	/*padding-top: 3em;*/
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
}
.item3:hover + .reach{
	display: block;
}
.gallary {
/*	position:relative;*/
	width:100%;
/*	float:left;*/
	font-size: large;
	text-align: center;
/*	vertical-align:top;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	height:auto;
	top: 0px;*/
}
.thumbs {
	display: flex;
	align-items:center;
	/*justify-content:space-around;	*/
	flex-wrap: wrap;
	background-color: #699;
}

.thumbs img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	padding-left: .2em;
	padding-right: .2em;
}
.thumb:hover{
	transform: scale(1.5);
}
#gal_image {
	/* width: auto;*/
	height: 70vh;
	 max-width: 100%;
}
@media all and (min-width:960px) {

}
