.main {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/home_bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-text {
    text-align: center;
    color: #fff;
}

.intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.copyright {
    width: 100%;
    line-height: 32px;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, .15);
}

.copyright a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}