@charset "utf-8";
/* CSS Document */

/* About Band History */

* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	background-color:#000000;
	width: 100%;
}
	
h1, h2 {
	color: #CCC;
}
	
p {
	color: #FFF;
}
	

/* Section */

section {
	width: 100%;
	max-width: 1200px;
	min-height: 1230px;
	height: inherit;
	margin: 0px auto;
	border-radius: 25px;
}

section .info {
	padding: 20px 30px;
    margin-top: 25px;
	font-size: 16px;
	font-family: Arial, serif;
	color: #fff;
	text-shadow: 1px 1px #000;
    background-color: #131313;
    text-align: center;
}

section #bandpics {
	margin: 20px 60px;
}

#bandpics img {
	margin: 25px 30px;
	border: 2px solid #000;
	width: 100%;
}

/* Animation & Transition */

.view {
    width: 45%;
    height: 366px;
	float: left;
	margin-right: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask, .view .content {
    width: 45%;
    height: 342px;
    position: absolute;
    overflow: hidden;
    top: 20px;
    left: 30px;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.3em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 0 0 0;
}

.view h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding-top: 15px;
    margin: 0 0 0 0;
}

.view p {
    font-family: Arial, Helvetica, sans-serif;
    font-style:normal;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 5px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    box-shadow: 0 0 5px #000;
}


/* Transitions Continued */

.view-ninth .mask-1,
.view-ninth .mask-2{
	background-color: rgba(0,0,0,0.5);
    height: 62.4%;
    width: 78%;
	background: rgba(119,0,36,0.5);
	opacity: 1;
    transition: all 0.3s ease-in-out 0.6s;
}

.view-ninth .mask-1 { 
    left: auto;
    right: -1px;
    transform: rotate(56.5deg) translateX(-180px);
    transform-origin: 100% 0%;
}

.view-ninth .mask-2 { 
    top: auto;
    bottom: 0px;
    transform: rotate(56.5deg) translateX(180px);
    transform-origin: 0% 100%;
}

.view-ninth .content{
    background: rgba(0,0,0,0.8);
    height: 0px;
    opacity: 0.5;
    width: 78%;
    overflow: hidden;
    transform: rotate(-33.5deg) translate(-112px,166px);
    transform-origin: 0% 100%;
    transition: all 0.4s ease-in-out 0.3s;
}

.view-ninth h2{
    background: transparent;
    margin-top: 5px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}

.view-ninth a.info{
    display: none;
}

.view-ninth:hover .content{
    height: 95%;
    width: 95%;
    opacity: 0.9;
    top: 26px;
    transform: rotate(0deg) translate(0px,0px);
}

.view-ninth:hover .mask-1,
.view-ninth:hover .mask-2{
	transition-delay: 0s;
}

.view-ninth:hover .mask-1{
    transform: rotate(90deg) translateX(101%);
}

.view-ninth:hover .mask-2 {  
    transform: rotate(90deg) translateX(-90%);
}

@media screen and (max-width: 960px) {

section {
	width: 100%;
	height: 2000px;
	margin: 20px auto;
	border-radius: 25px;
}
	
.view {
    width: 60%;
    overflow: hidden;
    position: relative;
    margin-left: 200px;
    cursor: default;
}

.view-ninth:hover .mask-1{
    transform: rotate(90deg) translateX(101%);
}

.view-ninth:hover .mask-2 {  
    transform: rotate(90deg) translateX(-89%);
    }	
}

@media screen and (max-width: 768px) {
.view {
    width: 75%;
    overflow: hidden;
    position: relative;
    margin-left: 10%;
    cursor: default;
}

.view-ninth:hover .mask-1{
    transform: rotate(90deg) translateX(101%);
}

.view-ninth:hover .mask-2 {  
    transform: rotate(90deg) translateX(-90%);
}

.view-ninth:hover .content{
    height: 94%;

    }
}

@media screen and (max-width: 600px) {
.view {
    width: 90%;
    overflow: hidden;
    position: relative;
    margin-left: 3%;
    cursor: default;
}

.view-ninth:hover .mask-1{
    transform: rotate(90deg) translateX(101%);
}

.view-ninth:hover .mask-2 {  
    transform: rotate(90deg) translateX(-118%);
}

.view-ninth:hover .content{
    height: 83%;
}

.view p {
	font-size: .7em;
    }
}

@media screen and (max-width: 500px) {
.view {
    width: 90%;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    cursor: default;
}

.view-ninth:hover .mask-1{
    transform: rotate(90deg) translateX(101%);
	display: none;
}

.view-ninth:hover .mask-2 {  
    transform: rotate(90deg) translateX(-134%);
	display: none;
}

.view-ninth:hover .content{
    height: 75%;
}

.view p {
	font-size: .6em;
}

.view h2 {
	font-size: .8em;
}

.view h3 {
	font-size: .8em;
    }
}

@media screen and (max-width: 400px) {
section {
	height: 1650px;
}
		
.view {
    width: 135%;
    overflow: hidden;
    position: relative;
    margin-left: -60px;
    cursor: default;
}

/*.view-ninth:hover .mask-1{
    transform: rotate(90deg) translateX(101%);
	display: none;
}

.view-ninth:hover .mask-2 {  
    transform: rotate(90deg) translateX(-134%);
	display:none;
}*/

.view-ninth:hover .content{
    height: 84%;
}

.view p {
	font-size: .52em;
	left: -10px;
	top: -5px;
}

.view h2 {
	font-size: .8em;
}

.view h3 {
	font-size: .7em;
}

.view {
	height: 70%;
    }
}
	
