header {
padding: 10px;
}

.title {
    font-size: 30px;
    color: white;
    position: relative;
    left: 23px;
    font-size: 23px;
}

h1 {
    font-family: arial black;
    color: black;
    font-size: 21px;
    position: relative;
    top: 12px;
    padding-left: 10px;
  top: 12px;
  background-color: #f8dadf;
  padding-bottom: 7px;
  padding-top: 5px;
}

h2 {
    font-family: arial black;
    color: black;
    position: relative;
    top: 10px;
    top: 40px;
  left: 26px;
  color: black;
  font-size: 25px;
}

p {
    position: relative;
    top: 10px;
    top: 10px;
}

.about-p {
background-color: white;
border: 10px solid #f8dadf;
width: 85%;
height: auto;
position: relative;
padding: 20px;
left: 25px;
top: 50px;
}

button#menu-button {
    height: 2rem;
    width: 2rem;
    display: block;
    border: none;
    background-image: url(../img/hamburger-svgrepo-com.svg); 
    background-repeat: no-repeat;
    background-size: cover;
}

#menu.show-p {
    display: block;
}  

#menu {
    display: none;
}

#menu.show-nav {
    display: block;
}  

/* Add this code to the selector created in Step 3.1 above */
    
#menu.show-nav {
    position: absolute;  /* position the menu */
    z-index: 100;
    top: 0;
    right: 0.6rem;
    background-color: rgb(225, 221, 220);
    padding: 1rem;
    width: 30%;
    margin: 0 auto;
    border: 1px solid #444;
    font-family: sans-serif;
  font-weight: bold;
}

#menu-button {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0;
    background-color: transparent;
    z-index: 10;
}

#menu-button:hover {
    cursor: pointer;
    }

    .hide-text {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
    }

    .icon a img {
        width: 2rem;
        height: auto;
    }

    li.icon {
        width: 100%;
        height: 1.8rem;
        margin: 1.3rem 0;  /* space apart for easier finger tapping */
      }

      li.icon a {
        display: flex;  /* place logo and span side by side */
        justify-content: start; /* align left */
        align-items: center; /* vertically align */
        
        font-family: arial, helvetica, sans-serif; /* style span text as desired */
        font-weight: bold;
        text-decoration: none;  /* remove underline */
        font-size: 1.5rem;
        margin: 0; 
        height: 1.5rem;
    }

    
    @media only screen and (min-width: 64em) {
        button#menu-button {
            display: none;
        }

        #menu {
            display: flex;
        }
    }

    .about.navigation {
        display: inline-block;
        position: relative;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 30px;
    }

.shop {
    position: relative;
    font-weight: bold;
    font-family: sans-serif;
    position: relative;
}

.blog {
    position: relative;
    font-weight: bold;
    font-family: sans-serif;
    position: relative;
}

.about {
    position: relative;
    font-weight: bold;
    font-family: sans-serif;
    stroke-width: 2px;
    stroke: pink;
    position: relative;
}

.shop.main {
    font-family: sans-serif;
    font-weight: bold;
}

ul {
    position: relative;
  top: 55px;
}

.intro {
    position: relative;
    top: 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding: 15px;
    background-color: #f8dadf;
}

body {
background-image: url(https://i.pinimg.com/736x/13/a0/ff/13a0ff08f3a261a2ee1bd6d257fc6de9.jpg);
background-repeat: no-repeat;
background-size: 355%;
}

.img.container {
    max-width: 75%;
    height: auto;
    display: block;
    align-content: center;
    position: relative;
    text-align: center;
  left: 40px;
  margin-top: 28px;
  top: -45px;
  border: 10px solid #f8dadf;
}

.home.titles {
    position: absolute;
    left: 27px;
    font-size: 25px;
    top: 127px;
    top: 18px;
  padding-top: 20px;
  z-index: 10;
  color: white;
}

.logoimg {
    max-width: 100%;
    height: auto;
    top: 3px;
    font-family: BlackoakStd;
}

.small.logo {
    max-width: 30%;
    position: relative;
    left: 185px;
    top: -95px;
    font-family: BlackoakStd;
}

footer {
    background-color: #f8dadf;
  padding: 20px;
  margin-top: 71px;
  position: relative;
bottom: 0;
}

.navigation {
    position: relative;
    top: 0px;
}

a {
    position: relative;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited .home.titles {color: black;}

a:hover {
    text-decoration: underline;
    color: white;
}

a:active {color:  #f8dadf;}

a {
    position: relative;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited .navigation {color:black;}

a:hover {
    text-decoration:dashed;
}

a:active {color:  #f8dadf;}


a {
    position: relative;
}

a:link {
    color:  black;
    text-decoration: none;
}

a:visited .about-spans {color: black;}

a:hover {
    text-decoration:dashed;
}

a:active {color:  #f8dadf;}

a {
    position: relative;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited .about-navigation {color: black;}

a:hover {
    text-decoration:dashed;
}

a:active {color:  #f8dadf;}

.blog.title {
    position: relative;
    top: 139px;
    left: -5px;
}

.shop.title {
    position: relative;
    top: 14px;
    left: 11px;
}

.history.title {
    position: relative;
    top: 58px;
    left: -4px;
}

.about-nav-img {
    max-width: 75%;
    position: relative;
    left: 38px;
    border: 10px solid #f8dadf;
  top: 35px;
}

.about-spans {
    position: relative;
    left: 38px;
    top: 35px;
}

.about-intro {
    font-size: 19px;
    position: relative;
    padding-left: 10px;
    background-color: #f8dadf;
    padding-bottom: 3px;
  padding-top: 6px;
}

.third {
    position: relative;
    left: 75px;
}


.about-navigation {
    position: relative;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding-left: 100px;
  padding-right: 102.95px;
  background-color: #f8dadf;
  padding-top: 5px;
  padding-bottom: 5px;
}

.beginning-img {
    max-width: 100%;
    position: relative;
    max-width: 85%;
  position: relative;
  left: 25px;
  top: 52px;
  border: 10px solid #f8dadf;
}

.evolution-img {
    max-width: 85%;
    position: relative;
    top: 57px;
    left: 25px;
    border: 10px solid #f8dadf;
}

.figures-img {
    max-width: 85%;
    position: relative;
    top: 57px;
    left: 25px;
    border: 10px solid #f8dadf;
}

.uniforms {
    max-width: 65%;
    position: relative;
    top: 50px;
    left: 5px;
    border: 10px solid #f8dadf;
}

.prices {
    color: #797979;
    font-size: 30px;
    position: relative;
    left: 215px;
    top: -105px;
}

.shop-text {
    font-size: 18px;
    color: black;
    background-color: #f8dadf;
    position: relative;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .blog-img {
    max-width: 95%;
    border: 10px solid #f8dadf;
    position: relative;
    top: 5px;
    left: 8px;
  }

  .blog-title {
    position: relative;
    top: 70px;
    padding-left: 35px;
    background-color: #f8dadf;
    left: 0px;
    padding-top: 3px;
  padding-bottom: 5px;
}

  .names {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    top: 12px;
  left: 2px;
  padding: 10px;
  }

  .training {
    background-color: white;
    padding: 20px;
      padding-bottom: 23px;
      padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 33px;
    width: 85%;
    left: 23px;
    border: 10px solid #f8dadf;
  }

  .training2 {
    background-color: white;
    padding: 25px;
    padding-top: 4px;
    padding-bottom: 24px;
    font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 40px;
  width: 85%;
  left: 23px;
  border: 10px solid #f8dadf;
  }

  .iconic-teams {
    position: relative;
    top: 65px;
  }

  .training-title {
    position: relative;
    top: 16px;
    padding-left: 100px;
    background-color: #f8dadf;
    left: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
  }
  
.contact-titles {
    font-size: 15px;
    position: relative;
    top: 5px;
    left: 5px;
}

.contact-info {
    font-size: 18px;
    position: relative;
    top: 15px;
    left: 5px;
}

.contact-list1 {
    background-color: white;
    position: relative;
    top: -20px;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 10px solid #f8dadf;
    width: 85%;
}

.contact-list2 {
    background-color: white;
    position: relative;
    top: -16px;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 10px solid #f8dadf;
    width: 85%;
}

.contact-list3 {
    background-color: white;
    position: relative;
    top: -12px;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 10px solid #f8dadf;
    width: 85%;
}

.contact-list4 {
    background-color: white;
    position: relative;
    top: -8px;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 10px solid #f8dadf;
    width: 85%;
}

.contact-list5 {
    background-color: white;
    position: relative;
    top: -4px;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 10px solid #f8dadf;
    width: 85%;
}

.contact-paragraph {
    position: relative;
    top: 15px;
    padding-left: 10px;
    background-color: white;
    font-size: 16px;
  font-weight: bold;
  border: 10px solid #f8dadf;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 85%;
  left: 23px;
}

.contact-paragraph2 {
    position: relative;
    top: 25px;
    padding-left: 10px;
    background-color: white;
    font-size: 16px;
  font-weight: bold;
  border: 10px solid #f8dadf;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 85%;
  left: 23px;
}

.everything {
    position: relative;
    left: 23px;
}