.textstyle
 { background-image: linear-gradient(to right, #8F00FF , #FF00FB);
    text-shadow: 1px 1px 1px black, 0 0 40px #8F00FF, 0 0 15px #D500FF;
    box-shadow: 0 0 7px 2px #730071;
    font-weight: bold;
    border-radius: 20px;
    width: 450px;
    height: auto;
    padding: 5px 5px 5px 5px;
    font-size: 37px;
    transition: all 0.8s ease-in-out 0.1s;
    text-align: center;
    margin: auto;
}

.textstyle:hover{
    transform: scale(1.05);
}

.link
 {
    transition: all 0.8s ease-in-out 0.1s;}

.contact
{ background-image: linear-gradient(to right, #8F00FF , #FF00FB);
   text-shadow: 1px 1px 1px black, 0 0 40px #8F00FF, 0 0 15px #D500FF;
   box-shadow: 0 0 7px 2px #730071;
   font-weight: bold;
   border-radius: 15px;
   width: auto;
   height: auto;
   padding: 5px 7px 5px 7px;
   font-size: 27px;
   transition: all 0.8s ease-in-out 0.1s;}



.button
{ background-image: linear-gradient(to right, #8F00FF , #FF00FB);
   text-shadow: 1px 1px 1px black, 0 0 40px #8F00FF, 0 0 15px #D500FF;
   box-shadow: 0 0 7px 2px #730071;
   border-radius: 15px;}


body
  { font-family: 'Josefin Sans', sans-serif;
    box-sizing: border-box; }

h1
  { color: white;
    font-family: verdana;
    font-size: 300%;
    text-shadow: 0 0 30px #FF0000, 0 0 10px #0000FF;
    text-align: center;}

nav
  { color: white;
    font-family: verdana;
    font-size: 50%;
    text-align: center;}

form
{ color: white;
  font-family: 'verdana';font-size: 33px;
  text-shadow: 0 0 10px #FDFEFE, 0 0 3px #A569BD;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 100px;
  margin-right: 100px;
  margin-left: 100px;
  backdrop-filter: blur(25px);}

p
  { color: white;
    font-family: 'verdana';font-size: 33px;
    text-shadow: 0 0 10px #FDFEFE, 0 0 3px #A569BD;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
    margin-right: 100px;
    margin-left: 100px;
    backdrop-filter: blur(25px);}

table
{ color: white;
  font-family: 'verdana';font-size: 33px;
  text-shadow: 0 0 10px #FDFEFE, 0 0 3px #A569BD;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 100px;
  margin-right: 100px;
  margin-left: 100px;
  backdrop-filter: blur(25px);
  text-align: center;
  margin: auto;
}

img {
  margin: auto;
  display: block;
}

.instagram-media{margin:15px auto !important;}



h2
  { color: white;
    font-family: 'verdana';font-size: 33px;
    text-shadow: 0 0 10px #FDFEFE, 0 0 3px #A569BD;
    text-align: center;
    margin: auto;}

footer
  { color: white;
    font-family: 'verdana';font-size: 20px;
    text-shadow: 0 0 100px #8F00FF, 0 0 20px #FF00FB;
    text-align: center;}

    @media only screen and (max-width: 64em) {
    body { margin: 0; background-color: #FFFFFF; }
      #wrapper { min-width: 0; width: auto; box-shadow: none; border: none; }
      header { padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 0; height: auto; }
      h1 { letter-spacing: 0.1em; }
      main { margin-left: 0; }
      nav { float: none; width: auto; text-align: center; padding: 0.5em; }
      nav li { display: inline; padding: 0.25em 0.75em; }
      #heroHome, #heroBoard, #heroTraining { margin-left: 0; height: 200px; }
      footer { margin-left: 0; }
    }

    @media only screen and (max-width: 37.5em) {
      main {padding: 0.1em 1em; font-size: 90%; }
      h1 { font-size: 2em;}
      nav { padding: 0; }
      nav li { display: block; margin: 0; border: solid 2px #330000; }
      nav a { display: block; }
      #homehero, #yurthero, #trailhero { background-image: none; height: 0; }
      #mobile { display: inline; }
      #desktop { display: none; }
    }

main{
  font-size: 25px;
}

html{
  scroll-behavior: smooth;
}

a:visited { text-decoration: none; color: white; }
a:link { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: violet; }
a:focus { text-decoration: none; color:#8F00FF; }
a:active { text-decoration: none; color:teal; }
