@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* BACKGROUND AND PAGE ATTRIBUTES */
.intro {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    margin: auto;
    background: url(http://www.howardklopak.com/wp-content/uploads/2017/11/livesounddotpro_BG.jpg) no-repeat 50% 50%;
    display: table;
    top: 0;
    background-size: cover;

}
.intro .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: none;
    
}
.content {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    
}

/* TEXT ATTRIBUTES HOWARD KLOPAK */

.content h1 {
    font-family: 'Raleway', sans-serif;
    color: #F9F3F4;
    text-shadow: 0px 0px 300px #000;
    font-size: 300%;
}

/* TEXT ATTRIBUTES LIVE SOUND PROFESSIONAL */

.content h2 {
    font-family: 'Oswald', sans-serif;
    color: #CCCCCC;
    font-size: 235%;
}

/* CONTACT INFO TEXT ATTRIBUTES */

.contactinfo {
    font-family: 'Oswald', sans-serif;
    color: #EEEEEE;
    font-size: 180%;
}
 
/* SCREEN SIZE FONT ADJUSTMENTS */

@media screen and (max-width: 1080px) {
    .content h1 {
        font-size: 500%;
    }
    .content h2 {
    font-size: 375%;
}
    .contactinfo {
        font-size: 275%;
        line-height: 160%;
    }
}

/* LINK TEXT ATTRIBUTES */
a {
    color: #EEEEEE;
    text-decoration: none;
}