.main {
    width: 100%;
    height: 70vh;
    float: left;
}

.main-image {
    width: 60vw;
    float: left;
    opacity: 0;
}

.main-image img {
    width: 48vw;
}

.main-text {
    position: relative;
    width: 38vw;
    height: 56vh;
    float: right;
    margin-top: 7vh;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
    font-size: 3em;
    border-left: 1px #DDD solid;
    opacity: 0;
}

.main-text-inner {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 5vw;
}

.exec {
    width: 45%;
}

.exec-left {
    float: left;
}

.exec-right {
    float: right;
}

.exec img {
    width: 35%;
    margin-right: 15px;
    float: left;
}

.exec-text p {
    font-size: 0.9em;
    line-height: 1.6em;
}

.exec-text h1 {
    margin: 0;
    font-size: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.exec-text h3 {
    margin: 0;
    font-weight: 200;
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 10px;
}

.btn-audition {
    background-color: #920000;
    padding: 7px 30px 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.btn-audition:link {
    text-decoration: none;
}

.btn-audition:hover {
    background-color: #660000;
}

.instrument-section {
    width: 45%;
}

.instrument-section-text {
    text-align: left;
}

.instrument-section img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.instrument-section-left {
    float: left;
}

.instrument-section-right {
    float: right;
}

.roster-section-head {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.roster-section {
    margin-bottom: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.roster-section-head img {
    width: 15%;
}

.roster-section-left {
    width: 45%;
    float: left;
}

.roster-section-right {
    width: 45%;
    float: right;
}