/* Contact Me */
.contactMe{
  width: 60%;
  margin: 0 auto;
}

.logo {  
  width: 100%;
  max-width: 275px; /* change this to whatever you want the 'standard' size to be */
  height: auto;
}

.resize{
  resize: vertical;
  overflow: auto;
}
/* Navigation */
.nav-item{
  border-bottom: 2px solid whitesmoke ;
  color: #1f4d82;
}
.nav-item:hover{
  border-bottom: 2px solid #0275d8 ;
}
/* Home Page */
body {
  padding-top: 55px;
}
.bgColor {
  background-color: #c6dff7;
}
/* designing title and tag line */
/* .logo {
  text-align: center;
  position: absolute;
  font-size: 18px;
  top: 50px;
  left: 27%;
  color: black;
} */
.heroSubText {
  padding: 10px 50px;
}

/* Designing button */
.logo button {
  border: none;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}
/* Gallery */
.gallery{
  padding-top: 10vh;
}
.anchor {
  position: absolute;
  transform: translateY(-20vh);
}
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
/* Shop */

#watermark{
  font-size: larger;
  font-weight: 800;
}


#item{
  position: absolute;
  z-index:1;
}
.row{
  margin-right: 10;
}
.shop{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* margin: 10; */
    margin-top: 20;
}
.sidenav {
  height: 100%;
  max-width: 15vw;
  background-color: whitesmoke;
}

.sidenav label {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
}

/* Footer */
.footerParent {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.footerChild1 {
  padding-top: 10px;
  width: 100%;
  height: auto;
  background-color: #c6dff7;
  text-align: center;
}
.footerChild2 {
  padding-top: 10px;
  width: 100%;
  height: auto;
  background-color: #c6dff7;
  text-align: center;
}
.footerChild3 {
  padding-top: 10px;
  width: 100%;
  height: auto;
  background-color: #c6dff7;
  text-align: center;
}
.spacer{
  height: 100px;
  width: 100%;
}
/* About */
.about{
  min-height: 80vh;
  padding-top: 5vh;
}
/* Admin */
.admin{
  min-height: 80vh;
  width: 100%;
}
.adminInner{
  margin: auto;
  padding-top: 20vh;
}