@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html, body {
    height: 100%;
}

body {
    background-color: #2e2e2e;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;
}

.main {
    flex: 1 1 auto;
    background: transparent url(KAJAY_page_background.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.content-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    width: 300px;
    margin-top: 80px;
    text-align: center;
}

.logo img {
    height: auto;
    width: 100%;
}

.tagline,
.launchtext,
.contactinfo a {
    color: #fff;
}

.tagline {
    padding: 32px 0;
}

.launchtext { 
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
    font-style: normal;
    font-size: 36px;
}

.contactinfo {
    padding: 24px 0;
    text-align: center;
}

.contactinfo a {
    text-decoration: none;
    line-height: 24px;
    display: block;
}

.contactinfo a img {
    height: 24px;
    width: auto;
    vertical-align: middle;
    margin-right: 20px;
}

.contactlink-phone {
    margin: 32px 0;
}

@media (min-width: 768px) {
    .logo {
        width: 566px;
        margin-top: 108px;
    }
    
    .logo img {
        height: 100%;
        width: auto;
    }
    
    .tagline {
        padding: 120px 0 40px;
        font-size: 18px;
    }

    .launchtext { 
        font-size: 76px;
    }

    .contactinfo {
        padding-top: 40px;
        text-align: left;
        font-size: 18px;
    }

    .contactinfo a {
        display: inline;
    }

    .contactlink-phone {
        margin: 0 0 0 60px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: auto;
        height: 463px;
        margin-top: 108px;
    }
    
    .logo img {
        height: 100%;
        width: auto;
    }

    .contactinfo {
        padding-top: 16px;
    }
}

@media (min-width: 1200px) {
    .contactinfo {
        padding-top: 40px;
    }
}