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;
}
body {
	line-height: 2;
    border-color:black;
    border-style: solid;
    padding-left: 10%;
    padding-right: 10%;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.mobile-container {
	max-width: 400px;
	margin: auto;
	background-color: #5e3510;
	color: white;

}
.topnav {
	overflow: hidden;
	background-color: #92461072;
	position: relative;
	
}
.topnav #mylinks {
	display: none
}
.topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}
.topnav a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.active {
	background-color: #04AA6D;
	color: white;
}
/* main */
#logo {
    width: 40%
}
#Intromain{
    display: flex;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    flex-wrap: nowrap;
    padding-top: 5%;
    font-size: 40%;
}
#map{
	padding-left: 16px;
}
#intro-imgs{
    width: 85%;

}
#footmain{
    font-size: 100%;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    
}
#socialsmain{
	width: 100%;
	text-align: center;
}
footer{
	font-size: 45%;
	background-color: #04AA6D;
	max-width: 400px;
	padding-left: 16px;

	
	/* position: absolute; */
}

/* Bar page */
#Intro-bar{
	padding-top: 4px;
}
#bar-imgs1 {
	width: 30%;
}
#bar-imgs2 {
	width: 50%
}
#footbar{
    text-align: center;
	height: 1.5cm;
}
#socialsbar{
	width: 100%;
	text-align: center;
}
/* FGF */
#socialsFGF{
	width: 100%;
	text-align: center;
}
#footFGF{
	text-align: center;
	height: 1.5cm;
}



/* MiniDo */ 
#socialsDo{
	text-align: center;
}
#footDo{
	text-align: center;
	height: 1.5cm;
	font-size: 160%;
}



/*contact*/
#form{
	Margin-left: 70px;
	Margin-right: 70px;
	margin-top: 5px;
}
#contactFoot{
	height: 1cm;
	text-align: center;
	font-size: 60%;
}
