/*
    Document   : style
    Created on : June 25, 2021
    Author     : William Griswell
    Description:
        General stylings
    Fonts Available:
        font-family: 'Roboto', sans-serif;
            Thin, Light, Regular, Medium, Bold, Black.
            Italic in all sizes.
        font-family: 'Roboto Slab', serif;
            Thin, Light, Regular, Bold.
*/

body, a, div, p, h1, h2, footer {
    margin: 0;
    padding: 0;
    border: none;
}

body {
	background-color: #202020;
	font-family: 'Roboto Slab', serif;
  min-height: 100%;
}

a {
  text-align:center;
  display:block;
	text-decoration: none;
  color: #ffffff;
	font-size: 100px;
  width: 100%;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a:hover {
  color: #202020;
  background-color: #ffffff;
}

.cas {
  width: 100%;
  height: 600px;
  padding-top: 200px;
  margin: 50px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 500px;
}

#lemon {
  background-image: url("pics/lemon.gif");
}

#matt {
  background-image: url("pics/matt.png");
}

#pooh {
  background-image: url("pics/david.png");
}

#sky {
  background-image: url("pics/sky.png");
}

#tim {
  background-image: url("timamcd/liz.png");
}

#ph {
  background-image: url("ph/ph-mix.png");
}

#groovy {
  background-image: url("pics/tunes.jpg");
}

#gabels {
  background-image: url("gabels/gabelsTAPE.jpg");
}

#select {
  background-image: url("pics/selections.gif");
}

#caution {
	background-image: url("pics/caution-cover.jpg");
}

#fuzz {
	background-image: url("pics/fuzz-cover.jpg");
}

#spooky {
	background-image: url("pics/spooky.gif");
}

footer {
	text-align: center;
	width: 100%;
  padding: 20px;
  bottom: 10px;
}



/******************************************************************************************
Mobile View
******************************************************************************************/

@media screen and (max-width: 750px) {

body {
	padding: 0 20px;
}

a {
  font-size: 60px;
  padding: 100px 0;
}

footer {
  position: relative;
}

}
