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;
}
html {height: 100%;}
body {
	height: 100%;
	font-family: "RobotoRegular", sans-serif;
	background-color: #fff;


}
ol, ul, li {list-style: none;
padding: 0px 3px;
}
* {
	margin: 0;
	padding: 0;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:hover, a:visited {text-decoration: none;
color: #000 !important;
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {clear: both;}

.left {float:left;}
.right {float:right;}
.text-right {text-align: right;}

.container {
	max-width: 1000px;
	margin: 0 auto;

}
.container #foto ul {
	display: flex;
	flex-wrap: wrap;
}
.container #foto ul li {
	list-style: none;
	margin: 3px;
}


.nav,
#touch-menu {
	background: transparent;
	text-transform: uppercase;
	float: right;
}
.nav li {float: right;
	list-style-type: none;
}
.nav li a,
#touch-menu {
	display: block;
	padding: 5px 1px !important;
	font-size: 14px;
	color: #000;
}
.nav li a:hover,
#touch-menu:hover {
	color: #fff !important;
	background: #000 !important;
}

#touch-menu {display: none;}

@media (max-width: 768px) {
	.small {
		display: none;
	}
}

@smedia (max-width: 768px) {
	.nav {display: none;}
	.nav li {float: none;}
	.nav li a {
		border-top: 1px solid #eee;
		border-left: 3px solid transparent;
		background: #fff;
		color: #666;
	}
	.nav li:first-child a {border-top: none;}
	.nav li a:hover {
		background: #f0f0f0;
		color: #444;
		border-left: 3px solid #000;
	}
	#touch-menu {display: block;}
	.small {
		display: none;
	}
}
img.logo {
	max-width: 100%;
	height: auto;
}
h1.header {
	font-size: 30px;
	padding: 10px 10px;
	font-weight: bold;
}
img.par {
	padding: 20px 20px;
	max-width: 100%;
	height: auto;

}
p {
	padding: 10px 5px;
}
h2 {
	font-size: 25px;
	padding: 10px 10px;
	
}
.row {

max-width: 1000px;
padding: 0px 2px;
}

.col-md-4 {
	margin: 10px 0px;
}
.gallery	{
	max-width: 1000px;
}
