/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

























* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
#spirit{
  grid-column: 2/2;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size:26px;
  margin:20px;
}
main{
  display: grid;
  grid-template-columns: 33% 33% 33% ;
}


.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
  font-family: 'Lobster', sans-serif;
}
#theheader{
  text-align: center;
  margin:auto;
  padding:left;
  width: 299px;
  font-family: 'Lobster', sans-serif;
  font-size: 40px;

}
h1{
  font-size: 30px;
}

h2{
margin:20px;
color:black;
font-size:18px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.icon{
    width:100px;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: rgb(14, 156, 38);
  color: white;
}

.header-right {
  float: right;
}
/* contact */
#forming{
  text-align:center;

}
.middle{
  text-align: center;
  
}
/* about us*/
#H1{
  grid-column: 1/1;
  text-align: center;
  grid-row: 1/1;
}
#about1{
  grid-column:1/1;
  text-align:center;
  margin:60px;
  grid-row:1/1;

}
.mic{
  grid-column:1/1;
  width:100%;
  grid-row:2/2;

}

#H2{
  grid-column:2/2;
  text-align:center;
  grid-row:1/1;
}
#about2{
  grid-column:2/2;
  text-align:center;
  margin:60px;
  grid-row:1/1;
}
.greg{
  grid-column:2/2;
  width:100%;
  grid-row:2/2;
}

#H3{
  grid-column:3/3;
  text-align:center;
  grid-row:1/1;
}
#about3{
  grid-column:3/3;
  text-align:center;
  margin:60px;
  grid-row:1/1;
}
.bob{
  grid-column:3/3;
  width:100%;
  grid-row:2/2;
}

#H4{
  grid-column:1/1;
  text-align:center;
  grid-row:3/3;
}
#about4{
  grid-column:1/1;
  text-align:center;
  margin:60px;
  grid-row:3/3;
}
.john{
  grid-column:1/1;
  width:100%;
  grid-row:4/4;
}

#H5{
  grid-column:2/2;
  text-align:center;
  grid-row:3/3;
}
#about5{
  grid-column:2/2;
  text-align:center;
  margin:60px;
  grid-row:3/3;
}
.miles{
  grid-column:2/2;
  width:100%;
  grid-row:4/4;
}

#H6{
  grid-column:3/3;
  text-align:center;
  grid-row:3/3;
}
#about6{
  grid-column:3/3;
  text-align:center;
  margin:60px;
  grid-row:3/3;
}
.Dave{
  grid-column:3/3;
  width:100%;
  grid-row:4/4;
}

#H7{
  grid-column:1/1;
  text-align:center;
  grid-row:5/5;
}
#about7{
  grid-column:1/1;
  text-align:center;
  margin:60px;
  grid-row:5/5;
}
.Richard{
  grid-column:1/1;
  width:100%;
  grid-row:6/6;
}

#H8{
  grid-column:2/2;
  text-align:center;
  grid-row:5/5;
}
#about8{
  grid-column:2/2;
  text-align:center;
  margin:60px;
  grid-row:5/5;
}
.nuss{
  grid-column:2/2;
  width:100%;
  grid-row:6/6;
}

#H9{
  grid-column:3/3;
  text-align:center;
  grid-row:5/5;
}
#about9{
  grid-column:3/3;
  text-align:center;
  margin:60px;
  grid-row:5/5;
}
.Carissa{
  grid-column:3/3;
  width:100%;
  grid-row:6/6;
}

#H10{
  grid-column:1/1;
  text-align:center;
  grid-row:7/7;
}
#about10{
  grid-column:1/1;
  text-align:center;
  margin:60px;
  grid-row:7/7;
}
.Smith{
  grid-column:1/1;
  width:100%;
  grid-row:8/8;
}
/* Song list */
#Vol1{
  text-align: center;
  grid-column: 1/1;
  grid-row:1/1;

}
#List1{
  list-style-type: circle;
  grid-column: 1/1;
  grid-row:2/2;
  margin:103px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#Vol2{
  text-align: center;
  grid-column: 2/2;
  grid-row:1/1;

}
#List2{
  list-style-type: circle;
  grid-column: 2/2;
  grid-row:2/2;
  margin:103px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#Vol3{
  text-align: center;
  grid-column: 3/3;
  grid-row:1/1;

}
#List3{
  list-style-type: circle;
  grid-column: 3/3;
  grid-row:2/2;
  margin:103px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#Vol4{
  text-align: center;
  grid-column: 1/1;
  grid-row:3/3;

}
#List4{
  list-style-type: circle;
  grid-column: 1/1;
  grid-row:4/4;
  margin:103px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#Vol5{
  text-align: center;
  grid-column: 2/2;
  grid-row:3/3;

}
#List5{
  list-style-type: circle;
  grid-column: 2/2;
  grid-row:4/4;
  margin:103px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


/* Mobile */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  
  .header-right {
    float: none;
  }
  main{
    display:grid;
    grid-template-columns: 1fr 1fr;
  }
  /* Mobile home */
  #spirit{
    grid-column: 1/4;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:16px;
    margin:70px;
  }
  /* about us home */
  #H1{
    grid-column: 1/3;
    grid-row:1/1;
    
   
  }
  #about1{
    grid-column:1/3;
    text-align:center;
    grid-row:1/1;
    margin:60px;

   
  
  }
  .mic{
    grid-column:1/4;
    grid-row:2/2;
    width:100%;
  
  }

  #H2{
    grid-column:1/3;
    text-align:center;
    grid-row:3/3;
  }
  #about2{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:3/3;
  }
  .greg{
    grid-column:1/4;
    width:100%;
    grid-row:4/4;
  }

  #H3{
    grid-column:1/3;
    text-align:center;
    grid-row:5/5;
  }
  #about3{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:5/5;
  }
  .bob{
    grid-column:1/3;
    width:100%;
    grid-row:6/6;
  }

  #H4{
    grid-column:1/3;
    text-align:center;
    grid-row:7/7;
  }
  #about4{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:7/7;
  }
  .john{
    grid-column:1/3;
    width:100%;
    grid-row:8/8;
  }

  #H5{
    grid-column:1/3;
    text-align:center;
    grid-row:9/9;
  }
  #about5{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:9/9;
  }
  .miles{
    grid-column:1/3;
    width:100%;
    grid-row:10/10;
  }

  #H6{
    grid-column:1/3;
    text-align:center;
    grid-row:11/11;
  }
  #about6{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:11/11;
  }
  .Dave{
    grid-column:1/3;
    width:100%;
    grid-row:12/12;
  }
  
  #H7{
    grid-column:1/3;
    text-align:center;
    grid-row:13/13;
  }
  #about7{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:13/13;
  }
  .Richard{
    grid-column:1/3;
    width:100%;
    grid-row:14/14;
  }
  
  #H8{
    grid-column:1/3;
    text-align:center;
    grid-row:15/15;
  }
  #about8{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:15/15;
  }
  .nuss{
    grid-column:1/3;
    width:100%;
    grid-row:16/16;
  }
  
  #H9{
    grid-column:1/3;
    text-align:center;
    grid-row:17/17;
  }
  #about9{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:17/17;
  }
  .Carissa{
    grid-column:1/3;
    width:100%;
    grid-row:18/18;
  }
  
  #H10{
    grid-column:1/3;
    text-align:center;
    grid-row:19/19;
  }
  #about10{
    grid-column:1/3;
    text-align:center;
    margin:60px;
    grid-row:19/19;
  }
  .Smith{
    grid-column:1/3;
    width:100%;
    grid-row:20/20;
  }
  /* song list */
  #Vol1{
    text-align: center;
    grid-column: 1/3;
    grid-row:1/1;
  
  }
  #List1{
    list-style-type: circle;
    grid-column: 1/3;
    grid-row:2/2;
    margin:103px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  #Vol2{
    text-align: center;
    grid-column: 1/3;
    grid-row:3/3;
  
  }
  #List2{
    list-style-type: circle;
    grid-column: 1/3;
    grid-row:4/4;
    margin:73px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  #Vol3{
    text-align: center;
    grid-column: 1/3;
    grid-row:5/5;
  
  }
  #List3{
    list-style-type: circle;
    grid-column: 1/3;
    grid-row:6/6;
    margin:103px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  #Vol4{
    text-align: center;
    grid-column: 1/3;
    grid-row:7/7;
  
  }
  #List4{
    list-style-type: circle;
    grid-column: 1/3;
    grid-row:8/8;
    margin:103px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
  #Vol5{
    text-align: center;
    grid-column: 1/3;
    grid-row:9/9;
  
  }
  #List5{
    list-style-type: circle;
    grid-column: 1/3;
    grid-row:10/10;
    margin:103px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
}
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/heroimage.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Lobster', sans-serif;
}
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: rgb(14, 156, 38);
  text-align: center;
  cursor: pointer;
  font-family: 'Lobster', sans-serif;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}
.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: rgb(14, 156, 38);
  text-align: center;
  cursor: pointer;
  font-family: 'Lobster', sans-serif;
  transition: all 0.5s;
  margin:9px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(205, 212, 206);
  color: rgb(0, 0, 0);
  text-align: center;
  height: 40px;
  font-size:10px;

  


  
}
