

md-grid-tile {
  transition: all 400ms ease-out 50ms; }


.parent {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}


body {
    /*background-image:    url(assets/images/daleRayGuitar-6.jpg);
    background-size:     cover;
    background-repeat:   repeat;
    background-position: center center;*/
    background-color: black;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.footer, .push {
	height: 4em;
}

img {
    min-width: 500px !important;
    width: 100vw !important;
    max-width: 300px !important;
}

.tourText {
  color: orange;
  font-family: FetteEgyptienne;
  text-shadow: 2px 2px 4px #000000;
}

.spacer {
	height: 50%;
}



@font-face {
	font-family: acknowlegement;
	src: url("fonts/Acknowledgement.otf") format("opentype");
}

@font-face {
	font-family: FetteEgyptienne;
	src: url("fonts/FetteEgyptienne.otf") format("opentype");
}

.themeFont {
  color: orange;
  font-family: FetteEgyptienne;
  text-shadow: 2px 2px 4px #000000;
}

.white {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.redTheme {
	background-color: #4d2800;
}


/*h2, h3.links {
  color: white;
  font-family: acknowlegement;
}*/

#main {
  background: rgba(26,26,26,0.1);
}

/*.footer {
	background-color: blue;
	position: absolute; bottom: 0;

}*/

#soundcloudIframe {

	height: 300px;
	width: 400px;
}

#mobileMenu > a {
	font-size: 160%;
	font-family: FetteEgyptienne;
	color: orange;
    text-shadow: 2px 2px 4px #000000;
}

md-content.make-scrollable{ height : 60%; overflow-y: scroll; }

/* Link Styles  */

a {
  color:white;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
a:hover { color:grey; }

a { cursor: pointer; cursor: hand; }

a:link {
    text-decoration: none;
}

/* Portrait phone */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

	/*body {
	    background-image:    url(assets/images/daleRayGuitar_vertMob-6.jpg);
	    background-size:     120%;
	    background-repeat:   no-repeat;
	    background-position: center center;
	    background-color: black;
	}*/

img {
    min-width: 200px !important;
    width: 80vw !important;
    max-width: 300px !important;
    max-height: 300px;
}


	@font-face {
		font-family: FetteEgyptienne;
		src: url("fonts/FetteEgyptienne.otf") format("opentype");
	}


	#main {
	  background: rgba(26,26,26,0.1);
	}


	#footer {
		background-color: black;
		/*position: absolute; bottom: 0;*/
		position: fixed;

		/*height: 24%;*/
	}

	#soundcloudIframe {
		height: 200px;
		width: 300px;
	}

	md-content.make-scrollable	{
		overflow-y: scroll;
		height : 60%;
	}
}



/* landscape phone */
@media only screen
  and (min-device-width: 650px)
  and (max-device-width: 750px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	/*body {
	    background-image:    url(assets/images/daleRayGuitar_vertMob-6.jpg);
	    background-size:     100%;
	    background-repeat:   no-repeat;
	    background-position: center center;
	    background-color: black;
	}*/



	@font-face {
		font-family: FetteEgyptienne;
		src: url("fonts/FetteEgyptienne.otf") format("opentype");
	}
/*
	h2 {
	  color: white; font-family: acknowlegement;
	  text-align: center;
	}
*/


	#soundcloudIframe {
		height: 200px;
		width: 300px;
	}

	md-content.make-scrollable	{
		overflow-y: scroll;
		height : 85%;
	}
}




