
@media screen and (min-width: 601px) {
body {
padding-top:10%;
padding-bottom:20%;
padding-left:5%;
padding-right:5%;
font-size: 20px;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  background: #f8fafc;

}
    .c-div {
  	width:600px;
      height: 200px;
      background-color: none;   
      font-family: Arial, sans-serif;
      text-align: center;
      line-height: 1.7em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
     }
}

@media screen and (max-width: 600px) {
html {
	height:100%;
}
body {
	padding-top:10%;
	padding-bottom:20%;
	padding-left:5%;
	padding-right:5%;
	font-size:20px;
  	font-family: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
line-height:1.5em;
  	color: #0f172a; 
  	background-image: url("");
  	height: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
    .c-div {
      width:85%;
      height: 200px;
      background-color: white;   
      font-family: Arial, sans-serif;
      text-align: center;      
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
     }
}


h1, h2, h3 { 
  line-height: 1.2;
  margin: 0 0 .75em;
	color: solid rgba(21,71,52,1);
}


nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

nav .logo {
font-size: 1.5rem;
font-weight: bold;
}

nav ul {
display: flex;
list-style: none;
}

nav ul li {
margin-left: 1.5rem;
}

nav ul li a {
text-decoration: none;
color: #333;
}

me {
text-align: center;
padding: 4rem 2rem;
background-color: #f9f9f9;
}

me h1 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: solid rgba(21,71,52,1);
}

me p {
	font-size: 1rem;
	margin-bottom: 2rem;
}

p.scroll {
	font-size: 1rem;
}

p.disclaimer {
	font-size:0.9em;
	line-height:1.3em;
	padding:1em;
	border: solid 1px black;
}

p.slogan {
	font-size:0.9em;
	font-weight:bold;
	line-height:0.5em;
}


p.copyright {
	font-size:0.9em;
	line-height:0.5em;
}

a.btn {
	padding: 0.8rem 1.5rem;
  	margin-right:0.7em;
  	background-color:white;
  	border: green solid 1px;
  	color: green;
	text-decoration: none;
	border-radius: 5px;
}

section {
	text-align: left;
}

section.services {
	margin-top:20em;
}

section.disclaimer {
	margin-top:20em;
	font-size:0.8em;
}

section.footer {
	margin-top:10em;
	font-size:0.7em;
}

div.center {
	text-align:center;
}

input[type=email] {
	border: 1px soild rgba(21,71,52,1);
  	width: 100%;
	padding:0.75em;
  	margin-top: 1em;
  	box-sizing: border-box;
  	font-size:0.8em;
}

input[type=submit]:hover {
  	background-color: #45a049;
}


img {
	margin:7px;
	padding:0px;
  	width:100%;
	height:auto;
}

img.head {
    height:8em;
    width:auto;
    text-align:center;
}

img.qrcode {
        border-radius:11px;
	text-align:center;
  	width:70%;
	height:auto;
}

a {
  text-decoration:none;
  color:grey;
}


a.button {
  margin-right:2em;
  background-color:white;
  border: lightgrey solid 1px;
  color: green;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:0.8em;
}

button {
  margin:2em;
  background-color:lightgrey;
  border: 1px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:0.8em;
}

