/* This styles the body of the website */
body {
  font: normal 400 16px 'Open Sans', sans-serif;
  margin: 0;
  background: url(KEPLRBackground.png) no-repeat center;
  background-size: cover;
}

.fill {
  min-width: 1200px;
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: space-between;
  background-color: #4d4d4f;
}

/* styling of the logo */
.logo {
  background: #4d4d4f url(KEPLR_Logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100px;
  width: 400px;
}

/* styling of the elements with <p> paragraph tag */

.contain {
  margin: 0 auto;
  width: 1200px;
}

.nav{
  background: #4d4d4f url(KEPLR_Logo2.png) center top no-repeat;
  background-size: contain;
  height: 100px;
  width: 400px;
  float: right;
}

.navbutton {
  color: #ffffff;
  text-decoration: none;
  padding-right: 100px;
  outline: none;
}

.navbutton:hover,
.navbutton:focus {
  color: #ffffff;
  text-decoration: underline;
}

.navbutton:last-child,
.navbutton:last-child {
  border-right: 0px;
}

.banner {
  align-items: flex-end;
  height: 50px;
  width: 1100px;
  font-size: 30px;
  line-height: 27px;
  display: flex;
  margin: -40px auto 200px;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  font: normal 900 52px 'Open Sans', sans-serif;
  top: 170px;
  text-shadow: 6px 6px 4px rgba(0,0,0,0.4);
  letter-spacing: 2px;
  /* top: -40%; */
}

.faceplate {
  display: flex;
  justify-content:center;
}

/* styling with class button */
.buttons {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: #9fc865;
  border: none;
  border-radius: 25px;
  color: #fff;
  text-decoration:none;
  top: 280px;
  width: 300px;
  height: 100px;
  align-items: center;
}

/* styling with class button  with <a> tag on hover*/
.buttons:hover {
  color: #4d4d4f;
  border-radius: 25px;
  border-style: solid;
  border-width: 4px;
  border-color: #9fc865;
  background-color: rgba(255,255,255,0.8);
  text-decoration: underline;
}

.mainHome {
  height: 80%;
}

.text-index {
  margin-top: 80px;
}

/* this section for the heading text */
.phoneContainer {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 10px;
  align-items: center;
  justify-content: center;
  top: 290px;
}

.nowrap {
  white-space: nowrap;
}

.follow-page section span {
  font-size: 18px;
}

.bottom {
  text-align: center;
  width: 100%;
  top: 60%;
  background-color: rgba(255,255,255,0.7);
  padding: 0px 10px;
}

.epEmergency {
  display: block;
  color: #4d4d4f;
  position: relative;
  padding: 10px 0 0 0;
}

.line1 {
  text-align: center;
  color: #4d4d4f;
  position: relative;
  padding: 0 0 10px 0;
}