@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	/*background-color:#B8FFCD;
	background-image:url(../img/bkgd/5756-pageBkgd.png);
	background-repeat:repeat-y;
	background-size:100%;*/
}
iframe, object, embed  {
	max-width: 100%;
}


.center-text {
	text-align:center;
}

.bullet_indent {
	margin-left: 20px !important;
}

img a {
	border:none;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px !important;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Big Shoulders Inline Display', cursive;
}

p, ul {
	font-size:1.0em;
	font-family: 'Source Sans Pro', sans-serif;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.directions a, .directions a:visited {
     padding: 8px 15px; 
    background-color: rgba(117,164,216,1.00);
    border: rgba(117,164,216,1.00) solid 2px !important; 
    color: #fff;
    cursor:pointer;
    border-radius: 5px; 
    font-family: 'Big Shoulders Inline Display', cursive;
	font-size: 1.5em;
    text-decoration: none;
	transition: .3s;
}
.directions a:hover {
    background-color: #FFF;
    color: rgba(117,164,216,1.00);
    /*background-color: rgba(188,229,230,1.00);*/
}


/* Mobile Layout: 480px and below.  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.footer {
	background-color: #fff;
	border-top: rgba(121,204,206,1.00) solid 8px;
	padding: 20px 0px;
}
.home_txt h1 {
	font-size: 4.0em;
	color: rgba(121,203,206,1.00);
}
.home_txt h2 {
	color: rgba(117,164,216,1.00);
	font-weight: 300;
	font-size: 2.5em;
	padding-top: 30px;
	line-height: 1.5em;
}
.home_txt ul, .home_txt p {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.5em;
}
.home_txt p {
	padding-top: 8px;
	
}
.header {
	background-color: rgba(255,255,255,0.50);
	margin-bottom: 50px;
}
.quote {
	font-style: italic;
	padding-top: 20px !important;
	font-size: 1.5em !important;
	line-height: 1.3em !important;
}
.quoter {
	text-align: right;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

@media only screen and (min-width: 481px) {
.quoter {
	text-align: left;
	padding-left: 30px;
}

}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout.   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

@media only screen and (min-width: 769px) {
	.home_txt {
		width: 80%;
		margin: 0px 10%;
	}
	.quoter {
		padding-left: 100px;
	}

}
