

.text_box
{
	padding:20px; 
	background-color:#b8edf6; 
	font-weight:bold; 
	font-size:22px;
	max-width: 960px;
}

.big_img
{
    max-width: 100%;
    height: auto;

}


.header
{ 
	height:50px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width:300px;
	max-width:1000px; 
	background: #b8edf6;
}
.header img 
{
	padding-right: 20px;
	height: 50px;
	float:right;
}

.gallery_box
{ 
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	width: 200px; 
	min-height: 200px;
	padding: 20px;
	text-align: center;
	border: 2px solid #b8edf6;
	font: 95% Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
	background: #b8edf6;
	color: #000;

	
}
.gallery_box:hover
{ 
	border: 2px solid black;
	background: #ff905f;
}




.link_box
{ 
	padding: 20px;
	border: 2px solid #b8edf6;
	background: #b8edf6;
	color: #000;
	text-decoration:none;
}
.link_box:hover
{ 
	border: 2px solid black;
	background: #ff905f;
}


a {
    text-decoration: none;
}


.form-style-6{
	margin-top:40px;
	
}
.form-style-6 h1{
    background: #b8edf6;
    padding: 10px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #000;
	margin-bottom:40px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="password"],
.form-style-6 input[type="checkbox"]
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="password"]:focus,
.form-style-6 input[type="checkbox"]:focus
{
    box-shadow: 0 0 5px #b8edf6;
    padding: 3%;
    border: 1px solid #b8edf6;
}

.form-style-6 input[type="submit"]
{
	margin-top:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #b8edf6;
    border: none;
    color: #000;
    font-size: 140%;
    font-weight: 300;
	min-height:80px;
}
.form-style-6 input[type="submit"]:hover
{
    background: #ff905f;
}

.loginError {
	background-color:#b8edf6;
	padding:10px;
	margin-top:40px; 
	margin-bottom:40px;
	color: #FF0000;
    font-size: 140%;
    font-weight: 200;
}


/* menu-icon animated  starts here*/

.container {
	margin-left:20px;
	width:40px;
	height:40px;
    cursor: pointer;
	float: left;
	position: relative;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.2s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.containerContent {
	
	position: absolute;
	z-index:1;
	padding:10px; 
	background-color:#f9f9f9;
	max-width:300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display:none;
}

.containerContent a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.containerContent a:hover {background-color: #b8edf6}

.show {
	display:block;
}