/*Global Settings
    background-image:linear-gradient(to right,
    #436241,
    #537251,
    #638261,
    #739271,
    #83A281,
    #93B291,
    #A3C2A1);

*/

.container {
	margin: 0 auto;
	max-width: 960px;
}
.form-container {
	padding: 30px;
	padding-top: 0;
	text-align: center;
}
.ret-container{
	text-align: center;
}
form {
	border: solid 2px #ddd;
	border-radius: 8px;
	padding: 30px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #DDD;
	background-image:linear-gradient(to bottom,
    #D79C88,
    #c78C78,
    #B77C68,
    #874C38,
    #975C48,
    #672C18,
    #571C08);
	/*background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#478BF7), to(#000));
	background-image: -webkit-radial-gradient(circle, #478BF7, #000);
	background-image: -moz-radial-gradient(circle, #478BF7, #000);
	background-image: -ms-radial-gradient(circle, #478BF7, #000);
	background-image: -o-radial-gradient(circle, #478BF7, #000);
	*/
	border: 2px black solid;
	border-right: 2px black solid;
	box-shadow: 0 2px 2px rgba(0,0,0,0.8),
						  inset 0 1px 1px rgba(0,0,0,0.8);
	color: #000;
	min-height: 250px;
}
form a{
	//text-decoration: none;
	color: #DDD;
	text-shadow: -2px 2px 0 #000, -3px 3px 0 #000, -4px 4px 0 #000;
	padding: 0px;
    font-size:1em;
}
form p.messageSuccess{
    text-align:center;
    width:100%;
    font-weight:bold;
    text-shadow: -2px 1px 2px #fff;
    color: blue;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    font-size: 2em;
}
input[type="text"],
input[type="email"],
input[type="password"], 
textarea {
	display: block;
	margin: 5px 0 15px;
	padding: 6px 8px;
	width: 100%;
	box-sizing: border-box;
	background:#D7EC88;
	color: #581D09;
}
input, textarea {
	border: none;
	outline: none;
	border-radius: 4px;
}
button{
	/*border-color: #4CAF50;
	*/
	border-color:#D79C88;
	outline: none;
	border-radius: 4px;
}
textarea {
	min-height: 120px;
}
form p {
	display: inline-block;
}
form h3{
	font-size: 25px;
	text-transform: uppercase;
	color: #DDD;
	text-shadow: -2px 2px 0 #000, -4px 4px 0 #000;
	padding: 0px;
	text-align: center;
	background-color: transparent;
	margin-bottom: 10px;
}
.moveRight{

	float:right;
	
}
.moveleft{
	float: left;
}
label{
	color:#EEE;
}

label[for="extra"] {
	margin-top: 20px;
	display: block;
	color: #FFF;
}
input:focus,
textarea:focus {
	/*background: #aaa;
	background: #6999E5;
	color: #fff;
	color:#D79C88;
	color: #5A5B0A;
	*/
	background:#D79C19;
	color: #581D09;
}
input[type="checkbox"] {
	
	
}
input[type="checkbox"]{
	
	margin-left: 35%;
	
}
input[type="submit"],
button {
	/*background: #6bb359;*/
	background:#975C48;
	color: #fff;
	padding: 10px;
	margin-top: 15px;
	width: 100%;
	cursor: pointer;
	/*border-color: #2196F3;*/
	border-color: #D79C88;
    
}
input[type="submit"]:hover,
button:hover {
	/*background: #449d44;*/
	background: #874C38;
}
.bodyBox {
	border: 1px solid #ccc;
	max-width: 70%;
	margin: 30px auto;
	padding: auto 0;
	margin-bottom: 30px;


}
.headBox {
	border: 4px solid #000;
	box-shadow: 0 0 3px 3px #2196F3;
	//border: none;
	//margin-left: -2%;
	//margin-right: -2%;
	vertical-align: center;
	
	text-align: center;
	//overflow: hidden;

	height: 600px;
	background: #FFF;
	


}
#elem01{
	padding-top: 5%;
	
}
.modal{
	
	display: block;
	margin: 0 auto;
	transition: 0.3s;
	
}
.colBox article{
		width: 100%;
		padding: 2%;
		display: inline-block;
		vertical-align: top;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
article p {
	padding: 0 10px;
}

.avatar{
	//float: left;

	
	margin-bottom: -2%;
	border-style: double;
	border-color: #482DB5;
	border-width: 5px;
	box-shadow: 0 0 60px 30px #FFF,
				0 0 80px 60px #F0F,
				0 0 100px 90px #0FF;
	
	
	width: 190px;
	height: 175px;
	border-radius: 50%;
}
.avatar2{
	//float: left;

	margin-top: 5%;
	margin-bottom: -2%;
	
	border-style: double;
	border-color: red;
	border-width: 5px;
	
	
	
	width: 190px;
	height: 175px;
	border-radius: 50%;
}
.clearfix{
	//overflow: auto;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}
.centerLink{
	text-align: center;
	margin-top: 5%;
}

footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #ddd;

	padding-bottom: 20px;
	text-align: center;
}
footer .placeholder {
	line-height: 50px;
}
footer li{
	
	padding: 0 20px;
	display: inline-block;
}
footer ul{
	list-style-type: none;
	
}
footer a {
	color: #666;
	padding: 10px 0;
	display: inline-block;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
@media (max-width: 675px) {
	header {
		padding-top: 20px;
	}
	.headbox{
		height: 1000px;
	}
	.logo {
		display: block;
		margin-right: 0;
	}
	.logo a {
		margin: 0 auto 30px;
		padding-top: 24%;
		width: 90%;
		height: auto;
	}
	
	#navWrapper{
	border-color: #000000;
	height: 30px;
	display: table;
	margin: 0 auto;
	text-align: center;
	width:100%;

	
}

#navWrapper ul li { 
	text-align:center;
	display: inline-block;
	position: relative; 
	min-width: 65%;
	margin-left: 15%;
	float: left;
	line-height: 30px;
	height: 30px;
	border: 3px solid #000000;
	border-radius: 8px;
	
}

#navWrapper ul li a
{
	text-decoration: none;
	color: #000000;
	display: block;
	font-family: "Segoe Script";
	font-size: 19px;
	height: auto;
	line-height: 30px;
	border-radius: 8px;
	background-color: #D0C53D;
}

#navWrapper ul.HomeSub{

	min-width: 100%;
	margin-left: 30%;
	opacity: .8;
	height: 30px;



}
#navWrapper ul.HomeSub2 {
	min-width: 100%;
	left: 200px;
}


	#navwrapper ul{
		list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60px;
	
	}

	a {
    width: 100%;
	}
	.colBox article{
		width: 100%;
    }

	#elem03, #elem04{
		//display: none;
	}
	#elem02{
		//text-align: center;
	}
	
}
@media (min-width: 676px) {

	#navWrapper ul.HomeSub2 {

		left: 150px;
		width: 65%;
		font-size: 5px;
	}

}
@media (min-width: 800px) {
	header nav {
		text-align: right;
	}
	h1 + p {
		margin: 5px auto 30px;
		max-width: 540px;
		text-align: left;
	}
	.logo {
		left: 0;
		position: absolute;
		top: -22px;
	}
	.form-column {
		margin: 30px auto;
		width: 60%;
	}
}
@media (max-width: 900px) {
	#navwrapper{
		width: 200%;
	}
}
@media (min-width: 1300px) {
	.colBox article{
		width: 29%;
	}
	
}