/* Global page styles */
html {
    background: no-repeat top right;
    background-size: cover;
    background-image: url(../images/5089182344_b25719c634_o_edit.jpg);
    opacity: 1;
    margin: 0;
}

html,
body {
}

body {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: rgb(85, 85, 86);
    margin: 0;
}

h1 {
	font-weight: 700;
	font-size: 1.9em;
    margin: 1em 0 0.5em 0;
}

h2 {
	font-weight: 700;
	font-size: 1.2em;
}

a {
	color: rgb(221, 54, 7);
}

img {
    max-width: 100%;
	border: none;
}


/*
 * Buttons
 */

.button {
    padding: 0.2em 1em 0.2em 1em;
    border: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.button-2 {
    background-color: rgb(221, 54, 7);
    color: rgb(255, 255, 255);
}


/* Page structure */

#main-container {
    margin: 0 auto;
    text-align: center;
    padding: 10% 0 0 0;
    max-width: 40em;
    height: 100%;
}

#main-container p,
#main-container p a {
    color: rgb(238, 236, 238);
	text-decoration: none;
    text-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
}

.splash-text-main {
    margin: 0;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: -0.03em;
	font-weight: bold;
}

.splash-text-sub {
    font-size: 1.3em;
    font-weight: bold;
    margin: 2em 1em;
}

.splash-logos img {
    max-width: 10em;
    vertical-align: middle;
    margin: 1em 1em;
}


#splash-cta {
    font-size: 1.4em;
    margin: 2.8em auto 5em auto;
    font-weight: bold;
}

#splash-cta p {
    margin-bottom: 0.5em;
}

#splash-cta .button {
    font-size: 0.7em;
    padding: 0.5em 2em;
    text-decoration: none;
}

.image-credit {
    bottom: 1em;
    right: 1em;
    text-align: right;
    color: rgb(238, 236, 238);
    font-size: 0.9em;
    font-style: italic;
}

