@import url(https://fonts.googleapis.com/css?family=Open+Sans);

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

body{
	background: linear-gradient(45deg, #28a6b4, #b9dcc3);
  	font-family: 'Open Sans', sans-serif;
    background-repeat: repeat-y;
	background-size: 100% 120%;
	}

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



.mag { color: #e6007e;
}

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

.logo1 {  text-align: right;
	}

.logo2 { margin-left: 1em;
}

.flex-marg { 
	margin-bottom: 1em;
	margin-top: 1em;
	}

.header{ 
	background-image: url("update_logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	}

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

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

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

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

.container{
  	display: flex;
  	flex-wrap: wrap;
 	width: 100%;
  	margin: auto;
	padding: 1em 1em 0em 1em;
    background: rgba(255, 255, 255, .4);
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
	}

.flex100-2  {
	display: flex;
	flex-direction: column;
	}

/* 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.5em;
	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: #e6007e;
  	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;
	xfloat:left;
	xmargin: 1em;
	}

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

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

/* formular end*/



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

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

.container{
	width: 70%;
	}
	
.flex100 {
	display:block;
	padding: 0em 1em 0em 1em;
	}
	
.flex100-2 {
	flex-direction: row;
	}
	
.flex50 {
    flex-grow: 1;
	padding: 0em 1em 0em 1em;
	}

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

}

@media screen and (min-width: 1100px){
	
	
.flex200x {
	display:block;
	padding: 0em 1em 0em 1em;
	}
	}
	
