:root {
    --accentColor: #E6E6E6;
    --font: "Noto Sans", helvetica, serif;
    --delay: .3s;
    --font-size: larger;
}
figure {
            border: 5px #000000 solid;
            border-style: none;
            padding: 10px 10px 10px 10px;
            margin: auto;
            width: 30%;
            max-width: 175px;
            display: inline-block;
}
figcaption {
            background-color:grey;
            color: white;
            font-style: italic;
            font-size: smaller;
            padding: 2px;
            text-align: center;
}
h2 {
  text-align: center;
  font-size: 8rem;
}



.noto-sans-uniq {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400, 800;
  font-style: normal;
  font-size: large;
  font-variation-settings:
    "wdth" 100;
}

/* Background */
body {
	background: linear-gradient(169deg, #ffff00, #267e88, #060002,#99991e, #5197dd);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
    margin: 0;
    padding: 0;
    font-family: var(--font);
    min-height: 100vh;
}





footer {
  position: absolute;
  height: 2.5rem;
  left: 0;
  bottom: 0px;
  padding-bottom: 25px;
  width: 100%;
  background-color: rgb(0, 0, 0);
  color: white;
  text-align: middle, center;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* Pic */
#profile, #profile img {
    position: relative;
    display: block;
    margin: 35px auto 20px;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    -webkit-tap-highlight-color: transparent;
}

#heroShot {
  background: linear-gradient(169deg, #eaff00, #ffd902, #00c8ff,#f2ff00, #fffb00);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	width: 50%;
  align-content: center;
    margin: 0;
    padding: 0;
    font-family: var(--font);  
  z-index: 20;
}


/* Introduction/Main content */
#content {
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    color: var(--accentColor);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#contentMain {
    font-size: 2rem;
    line-height: 1.5;
    display: block;
    font-family: var(--font);
    color: var(--accentColor);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    max-width: 675px;
    width: auto;
    margin: 25px auto;
}

#contentMainPic img {
    max-width: 100%;
    max-height: 40px;
    width: auto;
    display: block;
    margin: 25px auto;
}

#headerMainPic img {
    max-width: 40%;
    max-height: 25px;
    width: auto;
    display: block;
    margin: 25px auto;
}

/* main body with white bg */
#meat {
    position: absolute;
    top: 50px;
    margin-top: 1.5em;
    left: 0;
    right: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
/* background-image: url("pagebgsmlight.jpg");
    background-blend-mode: multiply; */
    background-size: cover;
    background-color: #ffffff;
    display: block;
    font-size: larger;
}

/* main body no bg */
#meatHero {
    position: absolute;
    top: 10%;
    margin-top: 50px;
    left: 0;
    right: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* text for main body with white bg */
#meatBody {
    width: 90%;
    max-width: 1000px;
    margin: 25px auto;
    font-size: 1rem;
    line-height: 1.25;
    font-family: var(--font);
    color: black;
    text-align: start;
    text-anchor: start;
    text-wrap: wrap;
    z-index: 10;
    padding-bottom: 2.5rem;
}

#meatQuoteBGR {
    position: relative;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: normal;
	  background-image: url("headerright.png");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    display: inside;
    margin: 10px auto;
    z-index: 20;
}

#meatQuoteBGL {
    position: relative;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: normal;
	  background-image: url("headerleft.png");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    display: inside;
    margin: 25px auto;
    z-index: 20;
}

#meatQuotePic {
    position: relative;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: normal;
	  background-image: url("isslissgolddarkbg.png");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    display: inside;
    margin: 25px auto;
    z-index: 20;
}

#meatQuote {
    width: 90%;
    margin: 25px auto;
    padding-top:5%;
    padding-bottom: 5%;
    font-size: larger;
    line-height: 1.25;
    font-family: var(--font);
    font-style: italic;
    font-weight: bold;
    color: rgb(238, 255, 0);
    text-align: right;
    text-anchor: end;
    text-wrap: wrap;
    z-index: 10;    
    text-shadow: 2px 2px 0 #000, 4px 4px 0 #555;
}
#meatQuoteL {
    width: 90%;
    margin: 25px auto;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: larger;
    line-height: 1.25;
    font-family: var(--font);
    font-style: italic;
    font-weight: bold;
    color: rgb(238, 255, 0);
    text-align: left;
    text-anchor: end;
    text-wrap: wrap;
    z-index: 10;    
    text-shadow: 2px 2px 0 #000, 4px 4px 0 #555;
}

.meatPic {
    padding: 15px;
}

/* shoes go on the footer */
#shoes {
    width: 90%;
    margin: 25px auto;
    font-size: 1rem;
    line-height: 1;
    font-family: var(--font);
    color: rgb(255, 255, 255);
    text-align: center;
    text-anchor: start;
    text-wrap: wrap;
    z-index: 10;
}


@media (min-width:700px) {
  #meat {
    margin-top: 1em;
    font-size: 3rem;
  }

  #meatBody {
    font-size: 1.5rem;
  }

  figure {
    display: block;
    max-width: 500px;
  }
}
#links {
    max-width: 675px;
    width: auto;
    display: block;
    margin: 25px auto;
}

.link {
    position: relative;
    padding:  10px ;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    color: var(--accentColor);
    border: solid var(--accentColor) 2px;
    border-radius: 10px;
    font-size: 1rem;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.linkBurger {
    font: var(--font);
    position: relative;
    color: var(--accentColor);
    font-size: 1rem;
    text-align: center;
    padding: 0.5em 0;
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: var(--accentColor);
}

/* contain hero links */
.linkHeroContainer {
    position: relative;
    font-size: 1em 0;
    text-align: center;
    align-content: center;
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

/* hero links for main page */
.linkHero {
    font: var(--font);
    position: relative;
    color: var(--accentColor);
    font-size: 1rem;
    text-align: center;
    align-items: center;
    padding:  .5em;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    background-color: transparent;
    color: var(--accentColor);
    border: solid var(--accentColor) 2px;
    border-radius: 10px;
    display: inline;
    text-decoration: none;
    -webkit-tap-highlight-color: var(--accentColor);
}

/* For Logo */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00b8f0;
  background: linear-gradient(to left, #183674, #000000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  height: 50px;
  padding: 1.5em;
  z-index: 100;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #f4ff55;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgb(77, 199, 248);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 10%;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, #0d131e, #000000);
    max-width: 675px;
    display: block;
    margin: 25px auto;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #ffffff;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 9999;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

/* Effect */
@media (hover: hover) {
.link:hover {
        background-color: var(--accentColor);
        color: var(--bgColor);
    }
}

.linkBurger:hover {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        background-color: var(--accentColor);
        color: black;
    }

.linkHero:hover {
        font: var(--font);
        position: relative;
        display: flex;
        font-size: 1rem;
        text-align: center;
        justify-content: center;
        margin: auto;
        padding: 0.5em;
        background-color: var(--accentColor);
        color: black;
        border: solid var(--accentColor) 2px;
        border-radius: 10px;
        display: inline;
        text-decoration: none;
    }

.link:active {
    background-color: var(--accentColor);
    color: var(--bgColor);
}


#hashtag {
    position: relative;
    padding-bottom: 20px;
    color: var(--accentColor);
    font-size: 1rem;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center; 
}
