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: 1;
}
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;
}

body {
    font-family: bubbly;
    color: white;
}

nav {
    display: flex;
    align-items: center;
    background-color: #ACDCF7;
}

#menuicon {
    position: absolute;
    right: 0;
    
}

#menu {
    text-align: right;
    width: 50%;
    margin-left: 10%;
    justify-content: right;
}

li {
    margin-left: 10%;
    align-items: center;
    display: flex;

    font-size: 75%;
}

a {
    text-decoration: none;
    color: inherit;
}

@font-face {
    font-family: bubbly;
    src: url("SuperBubbly-G35nA.ttf");
}

.banner {
    padding: 6%;
    background-color: #ACDCF7;
    width: auto;
}

section {
    display: flex;
    justify-content: space-between;
    color: #ACDCF7;
    font-size: 100%;
    text-align: center;
    padding: 5%;

}

.image {
    width: 80%;
    height: 80%;
    border: solid 15px #ACDCF7;
}

#images {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.menuitem {
    width: 70%;
    height: 70%;
    border: solid 8px #ACDCF7;
    margin-left: auto;
    margin-right: auto;
}

.menupart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ACDCF7;
    text-align: center;
}

article {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    color: #ACDCF7;
    align-items: center;
}

#socials {
    display: block;
    color: white;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    align-items: center;
}

footer {
    padding: 3%;
    background-color: #ACDCF7;
    width: auto;
    text-align: center;
}

.socialimg {
    width: 40px;
    height: 40px;
}

#map {
    margin-left: 1.75%;
}