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

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

/* styling of the logo */
.logo {
  background: #ffffff url(OCHLogo.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{
  display: flex;
  position: relative;
  font: normal 400 24px sans-serif;
  align-items: center;
  background-color: #1b3e6f;
  outline: none;
}

.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: #0072C2;
  border: none;
  border-radius: 25px;
  color: #fff;
  text-decoration:none;
  top: 290px;
  width: 300px;
  align-items: center;
}

/* styling with class button  with <a> tag on hover*/
.buttons:hover {
  color: #1b3e6f;
  border-radius: 25px;
  background: #ffffff;
  text-decoration: underline;
}

.mainHome {
  height: 80%;
}

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

.phone {
    display: flex;
}

/* this section for the heading text */
.phoneContainer {
  position: relative;
  width: 600px;
  background-color: #ffffff;
  opacity:.9;
  display: flex;
  margin: 30px auto 0px auto;
  text-align: center;
  color: #1b3e6f;
  line-height: 55px;
  font-size: 30px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  top: 38%;
  border-radius: 25px;
}

.nowrap {
  white-space: nowrap;
}

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

.bottom {
  text-align: center;
  width: 100%;
  top: 60%;
}

.epEmergency {
  display: block;
  color: #1b3e6f;
  position: relative;
  background-color: #ffffff;
  opacity:.9;
}

.line1 {
  text-align: center;
  color: #1b3e6f;
  position: relative;
  background-color: #ffffff;
  opacity:.9;
}