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

html, body {
    background-image: url("Background_01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* BACKGROUND AND PAGE ATTRIBUTES */
.intro {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    margin: auto;
    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: #522a1e;
    text-shadow: 0px 0px 300px #000;
    font-size: 500%;
    font-style: italic;
}

/* TEXT ATTRIBUTES LIVE SOUND PROFESSIONAL */

.content h2 {
	font-family: 'Raleway', sans-serif;
	/*  font-family: 'Oswald', sans-serif; */
    color: #522a1e;
    text-shadow: 0px 0px 300px #000;
    font-size: 350%;
    font-style: italic;
}

.content h3 {
	font-family: 'Oswald', sans-serif;
	/*  font-family: 'Oswald', sans-serif; */
    color: #522a1e;
    text-shadow: 0px 0px 300px #000;
    font-size: 250%;
    font-style: italic;
}


/* CONTACT INFO TEXT ATTRIBUTES */

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

@media screen and (max-width: 1080px) {
    .content h1 {
        font-size: 500%;
        font-style: italic;
    }
    .content h2 {
    font-size: 350%;
}
    .contactinfo {
        font-size: 250%;
        line-height: 100%;
    }
}

/* LINK TEXT ATTRIBUTES */
a {
    color: #522a1e; /*#7806bf*/ 
    text-decoration: none;
}