@charset "utf-8";
/*********************** Input Form CSS ***********************/
/*
Current Learning Garden Colors
orange 		#FE6400
yellow 		#FEC828
green 		#2BB710
blue 		#295890
dark blue 	#10185A
red 		#DE2901
dark red 	#B50808
*/
* {
    box-sizing: border-box;
}
body.main {
     background-image: url("../images/flower.jpg");
     /* margin: 0px; */
}
.header {
    background-color: #81DAF5;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 100px 100px 0px 0px
}
.left {
    background-color: #F781BE;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 25px;
}
.aside {
    background-color: #8258FA;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 25px;
}
.footer {
    background-color: #81DAF5;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
hr {
	height:1px; border:none; color:#000; background-color:#000;
}
.error {
	font-size: 40px;
	font-weight: bold;
	color: red;
}
.title {
	font-size: 26px;
	font-weight: bold;
}
.form-text {
	font-size: 16px;
	font-weight: bold;
	color: gray;
}
.pagination_num {
	font-size: 20px;
	padding: 10px;
	color: #000000; 
}
.pagination_cur {
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	color: red;
}
.pagination_next_prev {
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
}
.pagination_link {
	text-decoration:none;
	
}
a.pagination_link:hover
{
	color: #003399; text-decoration:underline;
}
img#float-right {
    float: right;
    margin: 0 0 10px 10px;
}

.center {
    padding: 0px;
    text-align: center;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.menu li {
    display: inline-block;
    padding: 8px;
    margin-bottom: 7px;
    background-color :#295890;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover, .menu li.active  {
    background-color: #0099cc;
}
.menu a {
	color: #ffffff;
	text-decoration:none; 
}
p.italic {
    font-style: italic;
}

.small-gray {
    color: gray;
    text-align: center;
    font-size: 10px;
}
.phone {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 5px red;
    font-weight: bold;
}
a[href^=tel] {
    color:inherit;
    text-decoration:none;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (max-width: 767px) {
    /* For mobile: */
    img.hidden {display: none;}
	body.main {
    	margin: 0px; 
	}
}
img {
	max-width:100%;
	height:auto;
}
.image-border {
	border: 7px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image-manage {
	border: 1px solid black;
	margin-right: 5px;
	margin-bottom: 5px;
}
.image-shadow {
	box-shadow: 5px 5px 5px #FF4D4D;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 320px;
}
.green {
	color: #00FF00;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}
.green-italic {
	color: #00FF00;
	font-style: italic;
}
.square {
	list-style-type: square;
	
}
table {
     width: 100%;
     margin: 0;
     border-collapse: collapse;
     /* border: 1px solid black; */
 }

 ul, li {
 	margin: 0;
 }
 .mycenter {
 	align: center;
 }
 .center-stuff {
 	text-align: center;
 }
 .center-div {
 	/* width: 90%; */
 	/* margin: 0 auto; */
 }
a.blue 
{
	color: #003399; 
	text-decoration:none; 
	font-size: 16px;
}
a.blue:hover
{
	color: #003399; 
	text-decoration:underline;
	cursor: pointer; 
    cursor: hand; 
}
a.blue-with-line 
{
	color: #003399; 
	text-decoration:none; 

}
a.blue-with-line:hover
{
	color: #003399; 
	text-decoration:underline;
	cursor: pointer; 
    cursor: hand; 
}
 