<META NAME="viewport" CONTENT="width=100%, initial-scale=1.0"/>

<STYLE>

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  background-color: wheat;
  padding-below=60px;
  overflow-y: hidden;
  overflow-x: hidden;
}

main {
  margin: 0;
  padding: 0;
}
 
.nedlybanner {
  display: grid;
  grid-auto-rows: auto, auto, auto, auto, auto, auto;
  grid-row: 1;
  color: blue;
  font-size: 20px;
  width: 100%;
  position: fixed;
  height: 50px;
  top: 0px;
  line-height: 15px;
  background-color: white;
}

.topnav {
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #333;
  line-height: 15px;
  height: 40px;
  width: 100%;
  grid-row: 2;
  position: fixed;
  top: 50px;
}

.nedlycontent {
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;  
  grid-row: 3;
  font-size: 15px;
  min-height: 100vh;
  width: 100%;
  background-color: wheat;
}

.nedlycontentdiv {
  margin: 0;
  top: 125px;
  height: 100px;
  position: relative; left: 25px;
}

.nedlyservices {
  top: 150px;
  position: relative; left: 25px;
}

.nedlyservicesoverview {
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 15px;
  grid-row: 4;
}

.nedlyservicesdetails {
  color: blue;
  grid-row: 5;
  display: flex;
  position: relative; right: 75px;
  padding-left: 125px;
}

.nedlyfooter {
  margin: 0;
  bottom: 0px;
  height: 70px;
  position: fixed;
  width: 100%;
  background-color: #04AA6D;
  color: black;
  text-align: center;
  line-height: 15px;
  grid-row: 6;
}

.nedlyfaqcontentdiv {
  top: 115px;
  height: 200px;
}

.nedlyfaqframe {
  top: 275px;
  }

.nedlyqaframe {
  background-color: #04AA6D;
}

.nedlyquestionframe {
  padding-left: 15px;
  background-color: white;
}

.nedlyanswerframe {
  background-color: #EEEEEE;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

</STYLE>
