/*
NAV
*/

.main-header,
.nav {
  display: flex;
  flex-direction: column;
}

.main-header {
  padding-top: 1em;
  background-image: linear-gradient(135deg, #1390EB, #1078C4);
}

.site-logo {
  align-self: center;
  justify-content: center;
  padding-bottom: 1em;
}

.nav {
  display: none;
}

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
}

/*
HERO
*/

.hero {
  display: flex;
  background-image: url("../img/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -30px;
  z-index: -1;
  height: 400px;
}

.hero-text h1 {
  color: white;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 100px;
}

.hero-text p {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 5px;
}


/*
ABOUT
*/

.about {
  display: flex;
  flex-direction: column;
}

.about-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  color: #1078C4;
  justify-content: center;
  text-align: center;
}

.about-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #333;
  line-height: 200%;
  justify-content: center;
  text-align: center;
  padding: 0px 40px;
  margin-top: -30px;
  margin-bottom: 30px;
}

/*
STATISTICS
*/

.statistics-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8f8f8;
}

.stat-col {
  text-align: center;
  padding: 30px 40px;
}

#stat {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5em;
  color: #1078C4;
  margin: 0;
}

#stat-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #333;
}

/*
BULLETS
*/

.bullets-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hospital {
  text-align: center;
  padding: 30px 40px;
}

.home {
  text-align: center;
  padding: 30px 40px;
}

#bullet-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  color: #1078C4;
  margin: 0;
}

#bullet-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #333;
  list-style: none;
  margin-left: -40px;
}

#bullet-icon {
  width: 2rem;
  height: auto;
  padding-bottom: 10px;
}

/*
AWARD
*/

.award-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8f8f8;
}

.award-col {
  align-self: center;
  padding-top: 30px;
}

.award-col img {
  width: 20rem;
  height: auto;
}

.award-col p {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  color: #1078C4;
  text-align: center;
  padding: 0px 30px;
}

/*
VIDEO
*/

video {
    width: 100%;
    height: auto;
}

/*
TEAM
*/

.team-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-title {
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 2em;
  color: #1078C4;
  text-align: center;
}

.team-col {
  text-align: center;
  align-self: center;
}

.team-col img {
  width: 200px;
  height: auto;
}

#team-name {
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 1.6em;
  color: #1078C4;
}

#team-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #333;
}

.team-col p {
  line-height: 60%;
}

#team-button {
  padding: 15px 30px 15px 30px;
  color: white;
  background-color: #1078C4;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 1em;
  text-align: center;
  font-style: normal;
  border-radius: 60px;
  width: 170px;
  border: none;
  border-width: 1px 1px 3px;
  box-shadow: none;
  margin: 10px 0 40px;
}

#team-button:hover {
  background-color: #1390EB;
}

/*
CONTACT
*/

.contact-container {
  background-image: linear-gradient(135deg, #1390EB, #1078C4);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#contact-title {
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 2em;
  color: white;
  text-align: center;
}

.primary-col {
  align-self: center;
  align-items: center;
}

label {
  display: block;
  margin-bottom: 6px;
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: white;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background: white;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 80%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #333;
}

button {
  padding: 15px 30px 15px 30px;
  color: #1078C4;
  background-color: white;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 1em;
  text-align: center;
  font-style: normal;
  border-radius: 60px;
  width: 170px;
  border: none;
  border-width: 1px 1px 3px;
  box-shadow: none;
  margin: 30px 0 50px;
}

button:hover {
    background-color: #f8f8f8;
}

.secondary-col {
  align-self: center;
  padding-bottom: 50px;
}

/*
FOOTER
*/

.footer {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}

.logo-blue {
  align-self: center;
  margin: 50px 0 30px;
}

.footer-contact {
  align-self: center;
  text-align: center;
}

.footer-address {
  align-self: center;
  text-align: center;
}

.footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #333;
  line-height: 80%
}

.social-icons {
  align-self: center;
  margin-bottom: 50px;
}

.social-icons img {
  width: 30px;
  height: auto;
  margin: 5px;
}
