@charset "UTF-8";

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;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p {
	font-size:1.0em;
     font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* DESKTOP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.home_header, .reviews {
    background-color:rgba(255,255,255,0.75);
}

.five_star {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.home_content {
    background-color:rgba(255,255,255,0.75);
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: #000 2px solid;
}
.home_content h1 {
    color: rgba(226,50,46,1.00);
    padding-bottom: 10px;
}
.home_content h2 {
    color: rgba(27,81,164,1.00);
}
.home_content p, .home_content li { 
    line-height: 1.5em;
    font-size: 1.3em;
    font-family: "Montserrat", sans-serif;
}
.info_bar {
    background-color: rgba(226,50,46,1.00);
    color: #FFF;
}
.info_bar a, .info_bar a:visited {
    text-decoration: underline;
    color: rgba(255,255,255,1.00);
    text-decoration-line: underline;
    text-decoration-skip: ink;
    text-decoration-style: dotted;
    transition: .3s;
}
.info_bar a:hover {
    color: rgba(255,255,255,0.75);
}
.info_bar h2 {
    font-size: 1.75em;
}
.footer {
        background-color: rgba(226,50,46,1.00);
    color: #FFF;
}
.reviews {
    padding: 30px 0px;
}
.reviews h1 {
    color: #1B51A4;
    font-size: 2.5em;
}
.reviews p {
    color: #000;
    font-size: 2.0em;
}


/* MOBILE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-width: 0px) and (max-width: 600px) {

    .home_content {
    background-color:rgba(255,255,255,0.75);
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}


}

/* TABLET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


	
	
}