@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    margin: 0;
    font-family: 'Oswald';
    color: #212121;
}

.main {
    max-width: 974;
    margin: 0 auto;
    background: white;
    padding: 50px 80px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.header > .logo > h1 {
    text-transform: uppercase;
    font-size: 62px;
    display: inline-block;
    line-height: 1em;
    padding-right: 10px;
    font-weight: 100;
    margin-bottom: 0;
    padding-left: 5px;
}

hr {
    margin-top: 0;
}

.logo { 
    width: 75%;
    display: inline;
}

.subLogo {
    font-size: 56px;
    display: inline;
    text-transform: uppercase;
    color: #a0a0a0;
    line-height: 1em;
    white-space: nowrap;
}

.logoDesc {
    padding-right: 0px;
    font-size: 17px;
    color: #d0d0d0;
    text-transform: uppercase;
    margin-top: -20px;
}

nav {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

nav > a {
    padding: 5px 22px;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #212121;
    margin-right: -5px;
    white-space: nowrap;
}

nav > a:hover {
    color: white;
    background: #000000;
}

nav > .active {
    color: white;
    background: #212121;
}

#frontVid {
    max-height: 550px;
}

#frontCard {
    text-align: right;
    font-size: 14px;
    font-family: 'Arial';
    line-height: 1.5em;
    color: #808080;
    margin-top: 20px;
    margin-right: 20px;
    height: 210px;
}

.cardH {
    color: #212121;
    font-family: 'PT Sans Narrow';
    font-size: 20px;
}

.cardPic {
    margin-left: 15px;
    margin-right: 15px;
}

.cardText{
    padding-top: 20px;
}


h3 {
    text-align: center;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
    margin: 0;
}

.musicHr {
    text-align: center;
}

.hrLine {
    border-top: 1px solid #cbcbcb;
    border-left: 20px solid rgba(255,255,255,0);
    border-right: 20px solid rgba(255,255,255,0);
    display: inline-block;
    width: 30%;
    height: 32px;
    margin-top: 32px;
    background: rgba(255,255,255,0);
}

.hrPic {
    background: url(../img/hr-soundwave.png);
    height: 65px;
    width: 85px;
    display: inline-block;
}

.socialLinks {
    text-align: center;
}


.copy {
    font-family: 'Arial';
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}

.social { 
    display: inline-block;
    height: 64;
    width: 64;
    margin: 5px 7px;
}
.fb {
    background: url(../img/fb.png); 
}
.sc {
    background: url(../img/sc.png);
}
.yt {
    background: url(../img/yt.jpg);
}
.tw {
    background: url(../img/tw.png);
}


.dark {
    color: #212121;
}
.grey {
    color: #a0a0a0;
}
.light {
    color: #d0d0d0;
}

.aRight {
    width: 99%;
    text-align: right;
    display: inline-block;
}

.fRight {
    float: right;
}

.fLeft {
    float: left;
}



