*{
  padding: 0%;
  margin: 0%;
}

body {

  margin: 0;
  overflow-x: hidden;
  background-color: #414141;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
  font-weight: 600;
}

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: #ff16aa;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #414141;
  color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

lu {
  float: left;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #ff16aa;
  color: white;
}

@font-face {
  font-family: Inter;
  src: url(../Fonts/Inter-VariableFont_opsz\,wght.ttf);
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: Inter;
  word-wrap: break-word;
}

.welcome{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  flex-direction: column;
}


#homeImage{
/* position: absolute; */
max-width: 100%;
z-index: -2;
}

h1{
  /* position: absolute;
  top:100px; */
  font-size: 2em;
  color: white;
  background-color: rgb(5,5,5,0.5);
  border-radius: 10px;
  padding: 15px;
  z-index: -1;
  margin: -160px;
}

/* footer {
  position: absolute;
  bottom: 0px;
   left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #ff16aa;
} */

footer{
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ff16aa;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.SSicon{
  max-width: 30px;
  border-radius: 15px;
  margin: 5px;
}
.iconset{
  display: flex;
  align-items: center;
  justify-content: center;
}

p{
  color: aliceblue;
  text-align: left;
  margin: 5%;
}

#homepage2{
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}
.google-map iframe {
  width: 80%;
}

