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

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

/* styling of the logo */
.logo {
  background: #00000000 url(SAIC_logo_white.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100px;
  width: 120px;
  margin-top: 32px;
  margin-bottom: -35px;
  margin-left: 40px;

}

/* 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: #11294C;
  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;
  top: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 52px;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 2px;
}

.banner2 {
  align-items: flex-end;
  top: 110px;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 62px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 200px;
}

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

/* styling with class button */
.buttons {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #F15F22;
  border: none;
  color: #fff;
  text-decoration:none;
  width: 300px;
  align-items: center;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

/* styling with class button  with <a> tag on hover*/
.buttons:hover {
  color: #F15F22;
  background: #ffffff;
  text-decoration: underline;
  height: 100px;
}

.mainHome {
  height: 80%;
}

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

/* this section for the heading text */
.phoneContainer {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #11294C;
  border: none;
  text-decoration:none;
  width: 300px;
  align-items: center;
  height: 100px;
  display: grid;
  margin-left: 20px;
  margin-right: 20px;
}

.nowrap {
  white-space: nowrap;
}

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

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

.epEmergency {
  display: block;
  color: #ffffff;
  position: relative;
}

.line1 {
  text-align: center;
  color: #ffffff;
  position: relative;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
