
/* 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);
  }


  

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Playwrite CO", cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    max-height: 200px;
}


.contact-form-container {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
    max-height: 500px;
    
}

h2 {
    font-size: 2em;
    color: #61dafb;
    margin-bottom: 20px;
}


.form-group {
    margin-bottom: 20px;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #61dafb;
    border-radius: 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}


input:focus, textarea:focus {
    border-color: #21a1f1;
    outline: none;
    box-shadow: 0 0 10px rgba(33, 161, 241, 0.3);
}


.submit-btn {
    background-color: #61dafb;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}


.submit-btn:hover {
    background-color: #21a1f1;
    transform: translateY(-3px);
}


.submit-btn:active {
    transform: translateY(1px);
}


textarea {
    height: 150px;
    resize: none;
}

  footer{
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #553f3f;
    color: #d07676;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 100px;
    font-family:"Delius Swash Caps", cursive; 
  
  }
  .SSicon{
    max-width: 30px;
    border-radius: 15px;
    margin: 5px;
  }
  .iconset{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  p{
    color: #d07676;
    text-align: center;
    margin: 5%;
    font-family: "Delius Swash Caps", cursive;
  }
  .google-map {
    padding: 3%;
    margin: 70px;
    border-radius: 20px;
    background-color: aliceblue;
    height: 400px;
    width: 400px;
  }
  
  h2{
    font-weight:bold;
  }
  a{
    color: #76a8d0; ;
    text-decoration: none;
  }


