@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}



/*#E5F2D0 467302*/
/* #f5df4d */

/* Custom CSS
 * --------------------------------------- */
html, body {height: 100%;}
body{
	font-size: 1rem;
    font-family: "Manrope", sans-serif;
    line-height: 1.5;
    color: #212529;
	background-color: #E5F2D0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
}
a, a:hover{color: #212529;}

.content {
	flex: 1 0 auto;
	height: 100vh;
}


  
#contact {
    position: fixed;  
	left:0;
    bottom: 25px;
    display: block;
	width: 100%;
	text-align:center;	
} 

.neom{
	border-radius: 50px;
	background: #F5DF4D;
	box-shadow:  20px 20px 60px #d0be41,
	-20px -20px 60px #ffff59;
	width: 30px;
	display: inline;
	margin:0 20px;
}

h1{
	font-size: 2rem;
	line-height: 4.25rem;
}
header {
	text-align: center;
	margin: 3em 0;
	width:100%;
}
footer{
	flex-shrink: 0;
	text-align:center;
}
footer p{margin-bottom: 1em;}
.text-thin{font-weight: 400; display:inline;}
.section, footer{
	text-align: center;
}
.form-center{	
	display:flex;
	justify-content: center;
}
address {}

input, textarea, .submit{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-weight:100;padding:0.5em;margin-bottom:2em;border:1px solid #4B433B;font-size:1.4em;font-weight:normal;color:#4B433B;background-color:#fff; display:block; font-family: "Manrope", sans-serif;}
textarea{width:100%;}
input{width:100%;}
form .submit{border:1px solid #333;}
form .submit:hover{font-weight:bold;}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  h1{
	font-size: 3.625rem;
	line-height: 4.25rem;
	}
}
