html,body {
    margin:0;
    padding:0;
    overflow-x:hidden;
}

html {
    height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #004236;
  background-color: #004236;
    height: 100%;
}

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


.main-image{
    height: 100vh;
    width: 100vw;
    background-image: url("../images/bg1.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
    background-color: #6bc39d;
}



h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
	color: #004236;
}

p {
  margin-top: 15px;
	font-size: 20px;
  margin-bottom: 1rem;
}


a {
  color: #004236;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #EF080B;
  text-decoration: underline;
}
