*{
	margin: 0;
	padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body { 
	font-family: 'Open Sans', sans-serif;
	background-repeat: repeat-y;
	background-size: 100% 120%;
	background: #80c9d5;
}

::-webkit-input-placeholder{color: #777;}
:-moz-placeholder { /* Firefox 18- */ color: #777;}
::-moz-placeholder {  /* Firefox 19+ */ color: #777;}
:-ms-input-placeholder {color: #777;}

.blank-label {
	display: none;
}

.mag { 
	color: #a2c617;
}

.dat a { color: #000;
}

.footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.container h1 {
	color: #000;
	font-weight: bold;
}

.container h2 {
	color: #000;
	font-weight: bold;
}

.container h3 {
	color: #000;
	font-weight: bold;
	padding-top: 1em;
	color: #0091a9;
}

.container h4 {
	color: #000;
	font-weight: bold;
	font-size: 120%;
	font-family: Helvetica, Arial, "sans-serif";
}

.container{
 	width: 100%;
	margin: auto;
	background: rgba(255, 255, 255, .6);
}

/* formular*/

#contact input[type="checkbox"] {
	width: 1.8em;
	height: 1.8em;
}

#contact input[type="radio"] {
	width: 1.8em; 
	height: 1.8em; 
}

#contact select {
  	background-color: rgba(255, 255, 255, .7);
  	color: black;
  	padding: 0.4em;
  	width: 100%;
	margin: 0.5em;
  	font-size: 90%;
  	-webkit-appearance: button;
  	appearance: button;
  	outline: none;
  	border: 1px solid #FFF;
	border-radius: 3px;
	}

#contact input[type="text"],#contact input[type="email"], #contact textarea {
	display: block;
	padding: 0.6em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	width: 100%;
	font-size: 90%;
	color: #777;
  	border: 1px solid #FFF;
    border-radius: 3px;
	}

#contact input[type="date"] {
	padding: 0.1em;
	margin: auto 0.1em ; 
	width: auto;
    font-family: sans-serif;
	font-size: 90%;
	color: #777;
    border: 1px solid #FFF;
    border-radius: 3px;
	}

#contact textarea{
	font-size: 16px;
	}

#contact input:hover, #contact textarea:hover {
	border: 1px solid #888;
	}

#contact input:focus, #contact textarea:focus {
	border: 1px solid #777;
	}

#contact textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 180px;
	min-height: 180px;
	resize: none;
	font-family: sans-serif;
}

#contact button[type="submit"], #contact button[type="reset"]{
	text-align: center;
	color: #fff;
	background: #0092ab;
	border: none;
	width: auto;
	height: auto;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 100%;
	text-transform: uppercase;
	transition: .5s all ease;
	cursor: pointer;
}

#contact button[type="submit"]:hover, #contact button[type="reset"]:hover {
	background: #0092ab;
	}

#contact button[type="submit"]:focus, #contact button[type="reset"]:focus {
	position: relative;
	top: 2px;
}

.button {text-align: center;
color: #fff;
background: #a2c617;
border: 1px;
width: auto;
height: auto;
padding: 0.5em 1em 0.5em 1em;
font-size: 100%;
text-transform: uppercase;
transition: .5s all ease;
cursor: pointer;
}	
				
#contact input[type="file"] {
text-align: center;
color: #fff;
background: #a2c617;
border: 1px;
width: auto;
height: auto;
padding: 0.5em 1em 0.5em 1em;
font-size: 100%;
text-transform: uppercase;
transition: .5s all ease;
cursor: pointer;
}
				
.editor {
background-color: #dadada;
max-width: 30%;
}
				
.redm {
color: red;
font-size: 120%;  
}

/* formular end*/



/*######################################\*
              Responsive
\*######################################*/

@media screen and (min-width: 740px){
.container{
	width: 70%;
	max-width:1400px;
}
		

#contact textarea {
max-width: 100%;
min-width: 100%;
min-height: 152px;
margin-right: 0;
}
}

@media screen and (min-width: 1100px){
	

	}
	
