
body {
	background-color: black;
}

h1 {
	font-family:'Shrikhand', cursive;
	text-align: center;
	letter-spacing: 2px;
	font-size: 60pt;
	color: rgb(134, 200, 188);
}

h2 {
	width: 100%;
        font-size: 20px;
        font-family: 'Open Sans Condensed', sans-serif;
        color: white;
        text-align: center;
        margin-top: -60px;
        letter-spacing: 2px;
     
}

h3 {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        font-family: 'Open Sans Condensed', sans-serif;
        z-index: 1;
        margin-top: 20px;
        margin: 30px;
        color: white;

}

a {
	text-decoration: none;
}

 #section7 {
    margin-top: 80px;
    margin-bottom: 0px;
    height: 800px;
    padding: 0px 0px 0px 0px;
    background-size:100%;
    display: block;
    z-index: 2;
    text-align: center;

    }

    .cast{
        display: inline-block;
        text-align: left;
        margin-top: 0px;
        vertical-align: top;
        
    }

    .castimage {
        width: 200px;
        height: 200px;
        margin-left: 30px;
        margin-right: 30px;
        border-style: solid;
        color: white;

    }
