
/* 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: #e7d0d0;
    font-family: 'Delius Swash Caps';
  }
  
  /* Style the navigation menu */
  .topnav {
    overflow: hidden;
    background-color:  #a68181;
    position: sticky;
    top: 0;
    font-weight: 600;
    font-family: "Playwrite CO",cursive
  }
  
  strong {
    font-weight: 900;
  }
  

  .topnav #myLinks {
    display: none;
  }
  

  .topnav a {
    color: white;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  

  .topnav a.icon {
    background: #a68181;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  

  .topnav a:hover {
    background-color: #6d3f3f;
    color: rgb(28, 29, 33);
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #994141;
  }
  
  lu {
    float: left;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color:  #a68181;
    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: #a77a7a solid 6px;
  }
  
  h1{
   
    font-size: 2em;
    color: rgb(219, 201, 201);
    background-color: rgba(92, 67, 67, 0.5);
    border-radius: 10px;
    padding: 15px;
    z-index: -1;
    margin: -160px;
    font-family: Playwrite CO;
  }
  
  hr{
    border-color: rgb(55, 19, 19);
  }
  
  footer{
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #553f3f;
    color: #d07676;
    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: #d07676;
    text-align: center;
    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;
  }
  a{
    color: #d07676; ;
    text-decoration: none;
  }
  
  .imgs > img{
    height: 200px;
    margin:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border:#6d3f3f solid 2px;
    flex-wrap: wrap;
    
  }

  .domenu > img{
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border:#6d3f3f solid 2px; ;
  }
  
.menuItem {
    display: block;
    margin: 2rem 4rem;
    font-size: 1.8rem;
    color: white;
    text-decoration: none;
  }
  
  .menuItem:hover {
    text-decoration: underline;
  }
  
