#container {
    border-top: 1px dotted #666;}
	
.border {
	border: 1px;
	border-color: black;
	border-style: solid;
	width: 320px;
	padding: 10px;
}
	
.allContent {
	position:relative;
	}
	
.bold {
	font-weight: bold;
}
	
.emergency {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 24px;
	padding-top: 18px;
}
	
.maxWidth {
	max-width:1140px;
}
	
.centeredCavals {
	color:#363636;
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    top: 175px;
	font-family: 'Diplomata SC';
  	font-size: 40px;
	text-align: center;
}

.centeredCavalsFootprints {
	color:#363636;
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    top: 160px;
	font-family: 'Diplomata SC';
  	font-size: 32px;
	text-align: center;
}

.centered {
	color:#363636;
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    top: 325px;
	font-family: 'Diplomata SC';
  	font-size: 60px;
	text-align: center;
}

.centeredER {
	color:#363636;
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    top: 550px;
	font-family: 'Diplomata SC';
  	font-size: 42px;
	text-align: center;
}

h1 {
	font-family: 'Crimson Text', serif;
	font-style:italic;
	font-size:32px;	
	text-align: center;
}

h2 {
	font-family: 'Crimson Text', serif;
	font-size:28px;	
	text-align: center;
	margin-top: 0px;
}

p {
	font-family: 'Crimson Text', serif;
	font-style:italic;
	font-size:18px;
	padding:10px 30px;
	max-width:1140px;
	text-align:left;
}

.smallText {
	font-size:14px;
	font-style:italic;
}

.mediumText{
	font-size:24px;	
}

.largerText {
	font-size:28px;
}

img {
	max-width:1140px;
}

.largeHeader {
  	font-size: 100px;
}

.content a {
	color:#FFF;
}

p a:visited {
    color: #4169e1;
}

/* stretch Isaiah 613 text to look natural */
.stretch {
    display:inline-block;
    -webkit-transform:scale(1,2); /* Safari and Chrome */
    -moz-transform:scale(1,2); /* Firefox */
    -ms-transform:scale(1,2); /* IE 9 */
    -o-transform:scale(1,2); /* Opera */
    transform:scale(1,2); /* W3C */
}

.mission {
	color:#FFF;
	position: absolute;
    top: 700px;
    left: 50%;
    transform: translate(-50%, -50%);
	width:70%;
	font-family: 'Crimson Text', serif;
	font-style:italic;
  	font-size: 40px;
	text-align: center;
}

.content {
	color:#FFF;
	position: absolute;
    /*top: 2850px;*/
	bottom: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
	width:70%;
	font-family: 'Dancing Script', cursive;
	font-style:italic;
  	font-size: 46px;
	text-align: center;
}

.kingVerse {
	color:#FFF;
	position: absolute;
    /*top: 2850px;*/
	bottom: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
	width:50%;
	font-family: 'Dancing Script', cursive;
	font-style:italic;
  	font-size: 46px;
	text-align: center;
}

.scripture {
	color:#FFF;
	position: absolute;
	/*bottom: 3250px;*/
	bottom: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
	width:70%;
	font-family: 'Dancing Script', cursive;
  	font-size: 40px;
	text-align: center;
}

#Images {
	max-width:1140px;
}

#Images img{
	padding: 10px;
}

.footerLinks {
	bottom: 20px;
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  	font-size: 14px;
}

.white {
	color:#FFFFFF;
}



@media screen and (max-width: 1200px) {
.content {
  	font-size: 42px;}
.scripture {
  	font-size: 28px;
}
}

@media screen and (max-width: 1130px) {
.centeredER {
	top: 500px;
  	font-size: 40px;
}
.content {
  	font-size: 38px;}
}

@media screen and (max-width: 1100px) {
.scripture {
  	font-size: 32px;
}
.centered {
	top: 325px;
  	font-size: 50px;
}
.largeHeader {
  	font-size: 80px;
}
.mission {
	top: 685px;
  	font-size: 30px;
}
}

@media screen and (max-width: 1000px) {
.centeredER {
	top: 475px;
  	font-size: 40px;
}
}
