/* 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;
}
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;
}



.delius-swash-caps-regular {
  font-family: "Delius Swash Caps", cursive;
  font-weight: 400;
  font-style: normal;
}

.playwrite-co-font {
  font-family: "Playwrite CO", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*{
  padding: 0%;
  margin: 0%;
}

body {

  margin: 0;
  overflow-x: hidden;
  background-color: #d0d9e7;
  font-family: 'Delius Swash Caps';
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color:  #8182a6;
  position: sticky;
  top: 0;
  font-weight: 600;
  font-family: "Playwrite CO", cursive;
}

strong {
  font-weight: 900;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}



/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #8182a6;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #3f506d;
  color: rgb(28, 29, 33);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #4c598a;
}

lu {
  float: left;
}

/* Style the active link (or home/logo) */
.active {
  background-color:  #8182a6;
  color: white;
}



.welcome{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  flex-direction: column;
}


#homeImage{
max-width: 100%;
z-index: -2;
border: #7a8ba7 solid 6px;
}

h1{
 
  font-size: 2em;
  color: rgb(52, 73, 104);
  background-color: rgba(104, 104, 158, 0.5);
  border-radius: 10px;
  padding: 15px;
  z-index: -1;
  margin: -160px;
  font-family: Playwrite CO;
}

hr{
  border-color: rgb(19, 30, 55);
}

footer{
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #403f55;
  color: #76a6d0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:"Delius Swash Caps", cursive ;
}
.SSicon{
  max-width: 30px;
  border-radius: 15px;
  margin: 5px;
}
.iconset{
  display: flex;
  align-items: center;
  justify-content: center;
}

p{
  color: #76a6d0;
  text-align: left;
  margin: 5%;
  font-family: "Delius Swash Caps", cursive;
}
.google-map {
  padding: 3%;
  margin: 30px;
  margin-bottom: 100px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: aliceblue;
}

h2{
  font-weight:bold;
}
p > img{
  display: block;
  text-align: center;
  margin: auto;
  height: 200px;

}




