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;
}

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;
}


.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  

  .topnav #myLinks {
    display: none;
  }
  

  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  

  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  

  .active {
    background-color: #04AA6D;
    color: white;
  }


  .mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #fff9fe;
  height: 100%;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #a98787;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  float: left;
  color: #fff9fe;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.icon {
  float: right;
}

.nav{
  width: 100%;
  position: absolute;
  top: 0;

}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #345765;
  color: white;
}

ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
}

a{
    color: #fff9fe;
    background-color: transparent;
    text-decoration: underline;
}

section{
    display: flex;
}

p{
  font-family: cursive;
    background-color: #464646;
    color: white;
    flex-direction: row;
    padding: 10px;
    margin: 20px;
    justify-content: center;
    border-radius: 5px;
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1;
    text-align: center;
}

h1{
  font-family: cursive;
    background-color: #464646;
    color: white;
    flex-direction: row;
    padding: 10px;
    margin: 20px;
    justify-content: center;
    border-radius: 5px;
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1;
    text-align: center;
}
h3{
  font-family: cursive;
    background-color: #464646;
    color: white;
    flex-direction: row;
    padding: 10px;
    margin: 20px;
    justify-content: center;
    border-radius: 5px;
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1;
    text-align: center;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  max-height: 100%;
  height: auto;
  font-family: sans-serif;
  background-color:#fff9fe;
}

.hero-image {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: url(HolyOlyOs\ New\ Logo.jpg) no-repeat center;
  background-size: cover;
}

.hero-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-container h1 {
  font-size: 2.5em;
  letter-spacing: 0.2em;
  margin: 0;
}

.hero-container h1 span {
  border: 10px solid white;
  padding: 6px 14px;
  display: inline-block;
}

.des {
  margin: 20px;
  display: block;
  font-size: 1.6em;
  text-shadow: 0 0 10px black;
}

.btn {
  color: #313131;
  padding: 10px 24px;
  font-size: 1.25em;
  text-decoration: none;
  background: #fff9fe;
  border-radius: 8px;
  transition: 0.3s all;
}
.btn:hover {
  opacity: 0.8;
}

.footer {
  width: 100%;
  display:flex;
  justify-self: end;
  position: absolute;
  top: 10vh;
}





.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #fff9fe;
    height: 100%;
    color: white;
    border-radius: 10px;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #a98787;
    position: absolute;
top: 0;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    float: left;
    color: rgb(255, 255, 255);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a.icon {
    float: right;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .active {
    background-color: #8f8f8f;
    color: white;
  }
  
  ul{
      display: flex;
      justify-content: space-around;
      list-style: none;
  }
  
  a{
      color: #fff9fe;
      background-color: transparent;
      text-decoration: underline;
  }
  
  section{
      display: flex;
  }
  

  
  body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    max-height: 100%;
    height: auto;
    font-family: sans-serif;
    background-color:#fff9fe;
  }
  
  .hero-image {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: url(HolyOlyOs\ New\ Logo.jpg) no-repeat center;
    background-size: cover;
  }
  
  .hero-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .hero-container h1 {
    font-size: 2.5em;
    letter-spacing: 0.2em;
    margin: 0;
  }
  
  .hero-container h1 span {
    border: 10px solid white;
    padding: 6px 14px;
    display: inline-block;
  }
  
  .des {
    margin: 20px;
    display: block;
    font-size: 1.6em;
    text-shadow: 0 0 10px black;
  }
  
  .btn {
    color: #313131;
    padding: 10px 24px;
    font-size: 1.25em;
    text-decoration: none;
    background: #fff9fe;
    border-radius: 8px;
    transition: 0.3s all;
  }
  .btn:hover {
    opacity: 0.8;
  }


  .r1c1{
    grid-area: greeting;
  }
  .r1c2{
    grid-area: header;
  }
  .r2c1{
    grid-area: nav;
  }
  .r3c1{
    grid-area: pet1;
  }
  .r3c2{
    grid-area: pet2;
  }
  .r3c3{
    grid-area: pet3;
  }
  .r4c1{
    grid-area: pet4;
  }
  .r4c2{
    grid-area: pet5;
  }
  .r4c3{
    grid-area: pet6;
  }
  .grid-containerhome{
    display: grid;
    grid-template-areas:
    'greeting greeting header'
    'nav nav nav'
    'pet1 pet2 pet3'
    'pet4 pet5 pet6';
  }


  .grid-containerbrand{
display: grid;
grid-template-areas:
'greeting greeting header'
'nav nav nav'
'brand1 brand2 brand3'
'brand4 brand5 brand6';
  }


  .grid-containerhelppage{
    display: grid;
    grid-template-areas:
    'greeting greeting header'
    'nav nav nav'
    'contact contact contact'
    'number insta facebook'
  }


  .grid-containerpharamacy{
    display: grid;
grid-template-areas:
'greeting greeting header'
'nav nav nav'
'werewolf dragons other'
'info info info'
'info info info'
'info info info'
  }

  .grid-containerfeatures{
      display: grid;
      grid-template-areas:
      'greeting greeting header'
      'nav nav nav'
      'info info info'
      'info info info';
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  li {
    display: inline;
    margin-left: 2vb;
    margin-right: 2vb;
  }
  .r2c1{
    height: 10vh;
    margin-bottom: 3vh;
    background-color: rgb(53, 11, 43);
    display: flex;
    align-self: center;
    justify-content: space-between;
  }
  @media (max-width: 1024px) {
    .container {
      flex-direction: column;
    }

    .sidebar {
      margin-left: 0;
      margin-top: 20px;
    }
  }
  @media (max-width: 410px) {
    header {
      font-size: 18px;
      padding: 10px;
    }

    nav {
      font-size: 14px;
    }

    nav a {
      padding: 8px;
      font-size: 14px;
    }

    .container {
      padding: 5px;
    }

    .main-content, .sidebar {
      margin-bottom: 10px;
      padding: 10px;
    }

    footer {
      font-size: 12px;
      padding: 8px;
    }
  }
  @media (min-width: 411px) and (max-width: 1023px) {
    .container {
      flex-direction: row;
      justify-content: space-between;
    }

    .main-content {
      flex: 1 1 65%;
      margin-bottom: 20px;
    }

    .sidebar {
      flex: 1 1 30%;
      margin-left: 15px;
      margin-top: 20px;
    }

    nav a {
      padding: 8px 15px;
      font-size: 14px;
    }

    header {
      font-size: 24px;
    }

    footer {
      font-size: 14px;
      padding: 12px;
    }
  }
  .toggle-button {
    display: none;
    color: white;
    font-size: 2em;
    text-align: center;
    align-self: center;
    justify-self: center;
    border: var(--border);
    animation: pulldown 4s ease-in-out infinite;

}