/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fixed-height {
	background: url('http://gam-anon-loomis.com/serenity_hd.png') no-repeat top center scroll;
    height:500px;
}


.intro-text {
    text-align:center;
	color: #ffffff;
	font-size: 28px;
    font-style: italic;
    line-height: 40px;
    margin-top:-100px;
	margin-bottom: 25px;
    font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;

}
.img-center {
	margin: 0 auto;
}
.navbar-brand {
	color:#E5E5E5;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 3em;
}

.section-lead {
    margin: 20px 0;
	font-size: 1.5em;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 0px;
}

@media(max-width:1000px) {
	.intro-text {
	font-size: 20px;
	line-height: 30px;
	}
}
	
@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }

	.section-lead {
	font-size: 1em;
	}

}


@media(max-width:540px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }

	.section-lead {
	font-size: 1em;
}
.intro-text {
font-size: 15px;
	line-height: 20px;
	}

.image-bg-fixed-height {
	background: url('http://gam-anon-loomis.com/serenity_hd_sm.png') no-repeat top center scroll;
    height:200px;
}
.intro-text {
	font-size: 15px;
	line-height: 20px;
	}

}